[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Some place else to download a2gameserver?
Ok, I see how it works now.
So, I have tried it out, and everything seems to work perfectly on my
Apple II. Congratulations & thanks.
One quick question, How do I move up and down the list of games? I
realize that pressing a key takes toy to the section starting with that
letter, but if I want to move down one line how do I do that?
Phil
BLuRry wrote:
> Nama wrote:
> > Just re-read you posts...not sure what 'Legacymode' does as I still get
> > problems with lowercase.
> >
>
> Yeah, I backed out the manually entered uppercase stuff in the script
> (because it's hard to maintain and track down) -- it should
> automatically convert stuff on the fly as it transfers. Are you using
> the "apple2" target or the "apple2e" target? You should see this at
> line 12 of init.txt now:
>
> ; Assume the SSC is in slot 2. Change if you're one of those weird
> types... ;-)
> set "SSC Slot Number" slot 2
> ;-----------------------------------------------------------------
> ;Start of the //e (SSC) startup approach
> [apple2]
> legacyMode true
> jump apple2e
>
> The "slot" variable is what you will want to modify. Otherwise, just
> start the program with the apple2 target. I did a visual verification
> and didn't see any uppercase characters when I tested it.