( search forums )
Soldat Mod Changer
Soldat Forums - Soldat Interface Mods & Mod Making - General Discussions
kkazican
December 12, 2004, 6:17 pm
Alright I just downloaded the mod changer and I was all excited thinking hey now I don't have to keep a spare soldat game in my computer anymore because I can easily swap out mods and not lose any data. WRONG!

I have been trying to get the damn thing to work properly for 2 days now. I select my soldat directory. C:/Soldat and then I select the directory from my mod C:/WINDOWS/Desktop/Soldat Stuff/Mod and then as soon as I click ok BAM! There is no soldat.exe in your C:/Soldat Directory. WHAT AM I DOING WRONG!?!?!?!?!

Deleted User
December 12, 2004, 11:34 pm
What a hell are u talking about!?!?!?!??! U CRAZY [IMAGE]es in this world..

KnOt
December 13, 2004, 1:26 am
Just make a 'Mods' folder in your soldat directory, and then in there make individual folders for the different mods you have. Then make seperate 'mod files' for them using the Mod changer, then just activate whichever one you want to use...I guess I could have stopped at 'Just make a 'Mods' folder in your soldat directory But I figured you were kind of dumb so ^-^

AnzX Vi3t
December 13, 2004, 1:47 am
lmao...funny.,..^^ haha stupid stupid stupid stuuuppiid boy 6^

kkazican
December 13, 2004, 1:53 am
I'm not dumb it's just the fact that everytime I tell it to activate a mod it says that it can't find Soldat.exe and that I need to change my Soldat Directory again is pissing me off.

AnzX Vi3t
December 13, 2004, 10:44 pm
Well..do what Knot said because like...no point in a damn mod changer thing

Pono
December 17, 2004, 4:15 am
where do i get this mod changer?

NuZZ
December 17, 2004, 7:21 am
Feck it off its just for people who are lazy [IMAGE]s and cant copy and paste

Pono
December 17, 2004, 5:19 pm
Well yea....So where can i get it?

Yukwunhang
December 17, 2004, 5:32 pm
Here

Pono
December 17, 2004, 5:38 pm
Thank you man. At least your a help. :)

Yukwunhang
December 17, 2004, 5:46 pm
lol, you're welcome

Inquisitor
December 19, 2004, 10:45 am
Sorry but this is impossible.
maybe you have installed soldat to 'C:\SOldat\Soldat' ?
This happens very quickly.

I can show you the lines of code that look for the 'soldat.exe'
[code]{
if file_exists(soldat_path + '\Soldat.exe') = 0

}
[/code]

yea right this is in gml.

by the way i made the 'Mods'-subdirectory thingy cuz i thought it would be very easy.

Yukwunhang
December 19, 2004, 2:47 pm
No..it's because everytime you enable a mod, it change the name of the Soldat folder. Soldat -> Soldat_back

Deleted User
December 19, 2004, 3:55 pm
quote:Originally posted by InquisitorSorry but this is impossible.
maybe you have installed soldat to 'C:\SOldat\Soldat' ?
This happens very quickly.

I can show you the lines of code that look for the 'soldat.exe'
[code]{
if file_exists(soldat_path + '\Soldat.exe') = 0
{
draw_text(10,115,'Soldat.exe not found!!!');
draw_text(10,130,'Please check whether the specified directory is correct');
}
}
[/code]

yea right this is in gml.

by the way i made the 'Mods'-subdirectory thingy cuz i thought it would be very easy.


That looks exacly like Actionscript

Inquisitor
December 25, 2004, 12:31 pm
sorry, but what??

Messiah
December 25, 2004, 7:18 pm
Can we stop with the colored fonts /_/

Inquisitor
December 27, 2004, 9:59 am
it is no actionscriptwhatever, it is game maker language.
cuz i progged the smc in gml.