[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Some place else to download a2gameserver?
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.