Author Topic: Packaging A pack  (Read 757 times)

I am pretty much done my Modern War pack and I want to know how to put it all in one zip. What would I do to execute it and make all the vehicles still work and stuff?

You can put them in their seperate folders. Like all the textures in a Weapon_Blah folder that's not a zip inside the zip. And then just use exec in the server.cs.

Server.cs
------------
Exec("./one add on");
Exec("./another");
Exec("./etc.");

You can put them in their seperate folders. Like all the textures in a Weapon_Blah folder that's not a zip inside the zip. And then just use exec in the server.cs.
So I have to execute each script inside each little folder?

Or in the weapon files, you could have any extension scripts through that

So I have to execute each script inside each little folder?
Yes like exec("./Scripts/Weapon_Gun");