PDA

View Full Version : Server Manifest File



NewsArchive
06-08-2012, 01:39 PM
Hey,

i must change the "Server Manifest File" by comiplervariable, but it
does not work.

#ifcompvar [TEST] = "ALLE" Then
#set compiler variable [SERVERMANIFESTFILE] ="updatetest.ini"
#end
#ifcompvar [TEST] = "EINS" Then
#set compiler variable [SERVERMANIFESTFILE] ="updateeins.ini"
#end

How can I do that?

Dirk Büchel

NewsArchive
06-08-2012, 01:39 PM
>
> How can I do that?
>

You can't. The server manifest file name is set before the script is
executed. I'll see if we can do something here for one of the next builds,
but it's not supported in the current version.

Friedrich

NewsArchive
06-08-2012, 01:40 PM
ok

i have change the way ;)

i make a dummy.txt manifest file and then i use the

#rename file function

with "Process after script compilation"

Dirk Büchel