FDS [message #320352] |
Tue, 04 March 2008 12:03 |
xcmdrxxx
Messages: 29 Registered: April 2006
Karma: 0
|
Recruit |
|
|
I have a quick question.
How do I make my FDS a sniping server instead of AOW?
|
|
|
|
Re: FDS [message #321226 is a reply to message #320363] |
Sat, 08 March 2008 16:16 |
Goonhaven
Messages: 60 Registered: March 2008 Location: United Kingdom
Karma: 0
|
Recruit |
|
|
How do you make it into snipering mode for a specific map only? (and AOW for the rest)
|
|
|
|
Re: FDS [message #321306 is a reply to message #321245] |
Sun, 09 March 2008 07:53 |
Goonhaven
Messages: 60 Registered: March 2008 Location: United Kingdom
Karma: 0
|
Recruit |
|
|
ExEric3 wrote on Sat, 08 March 2008 19:26 | Define gametype in map section (ssgm.ini under Crates definition) and comment gametype in general section.
|
So (for example) if I wanted to make it snipering mode on C&C Field.mix I'd add [C&C_Field.mix]GameMode=3 underneath GameMode=1 in the General section and add GameMode=3 underneath [C&C_Field.mix] and before WeatherType=Rain in the maps section, yes?
OR do you mean put "GameMode=3 in [C&C_Field.mix]" underneath the GameMode in the general section?
If this isn't true then you didn't explain it very clearly..
[Updated on: Sun, 09 March 2008 08:02] Report message to a moderator
|
|
|
Re: FDS [message #321329 is a reply to message #320352] |
Sun, 09 March 2008 12:29 |
|
ExEric3
Messages: 746 Registered: February 2005 Location: Slovakia
Karma: 0
|
Colonel |
|
|
My english sucks so I explain it on this example:
; --------------------------------------------------------------------------------------------------------------------------
; ---------------------------------------------- Miscellaneous Settings ----------------------------------------------------
; --------------------------------------------------------------------------------------------------------------------------
; GameMode=
;
; This setting determines what type of game will be played on your server.
; 1 = All Out War
; 2 = Capture The Flag
; 3 = Sniping
; 4 = 500 Sniping
; 5 = Infantry Only
; Set GameMode to one of the above numbers only. Anything else will default to AOW.
; GameMode=1
.
.
.
.
.
; --------------------------------------------------------------------------------------------------------------------------
; ------------------------------------------- Map Specific Configuration ---------------------------------------------------
; --------------------------------------------------------------------------------------------------------------------------
; [MapName]
;
; As of 1.4, almost all settings in the General section can now be used here, this allows you to change settings for a
; certain map only. For example you could put GameMode=1 in [General], then GameMode=5 in [C&C_Islands.mix].
; Doing that would make it AOW on all maps except for Islands, where it would switch to Infantry Only.
; See the General section for explanations of all the settings.
; The following settings will not work here: DDEName, FDSLogRoot, EnableLog, EchoLog, EnableGameLog, EnableNewGamelog,
; GamelogArchiveLogfiles, and WriteGamelogtoSSGMlog.
; Warning: Do not touch the RVC and CTF entries unless you know exactly what you're doing.
[C&C_Field.mix]
GameMode=1
WeatherType=Rain
GDIRVC_X=98.022
GDIRVC_Y=-71.006
GDIRVC_Z=1.078
GDIRVC_Face=90.000
.
.
.
|
|
|
|