Page 1 of 1

help please i´m beginner

Posted: Wed May 18, 2005 4:33 pm
by will20
hello, well i only want to change number of soldiers, instead of 200 to be able to put more, how could i do???

RE: help please i´m beginner

Posted: Wed May 18, 2005 6:17 pm
by Rippentuck
Go to your mission luas for whichever era(s) you're using, and find this section:

--start teamstats
SetUnitCount(ATT, 80)
SetReinforcementCount(ATT, 500)
SetUnitCount(DEF, 80)
SetReinforcementCount(DEF, 500)
--end teamstats

Put in whatever number you want after ATT and DEF.



Rip

RE: help please i´m beginner

Posted: Thu May 19, 2005 1:39 am
by will20
ok, but is there anything to do the same with original maps of the game?? thanks

RE: help please i´m beginner

Posted: Thu May 19, 2005 12:52 pm
by Leviathan
Of course ! You just need to munge all shipped *.LUA files present in SWBF Mod Tools in a brand new world. Next, after you compiled your world, copy your map's "mission.lvl" file over SWBF's main one...

RE: help please i´m beginner

Posted: Fri May 20, 2005 1:32 am
by will20
I did it but no work :( could you explain me a little more?? thanks ;)

RE: help please i´m beginner

Posted: Fri May 20, 2005 8:19 am
by Qdin
lol - unless you are REALLY want to learn this, it might take a while to remember ALL the commands :wink: lol - I havent learned to make maps yet :wink: and I NEVER will, but I hope to learn to be a modeller :P lol, but I STILL hope to understand thoose commands - so please, EXPLAIN MORE!!! :P :P :P lol

C ya - and good luck :wink:

RE: help please i´m beginner

Posted: Fri May 20, 2005 12:05 pm
by Leviathan
I did it but no work :( could you explain me a little more??
It would take me much time... But I promise you I'll explain that to you soon...

Re: RE: help please i´m beginner

Posted: Fri May 20, 2005 5:48 pm
by will20
Leviathan wrote:
I did it but no work :( could you explain me a little more??
It would take me much time... But I promise you I'll explain that to you soon...

Thanks very much, well i know how to create a new mission.lua and edit it, but i don´t know what i must do to compile all mission samples and most important, that it works :oops: ..... thanks for your help :wink:

RE: Re: RE: help please i´m beginner

Posted: Sat May 21, 2005 12:28 pm
by Leviathan
I think to something : Maybe I could place a new world in the "Download Sections", to facilitate your life. Thus, you'd just need to modify all "mission.lua" files you want and to compile this world. After, you'll have to copy the "mission.lvl" file of this brand new world in this SWBF's sub-folder : "GameData\Data\_LVL_PC".

RE: Re: RE: help please i´m beginner

Posted: Sat May 21, 2005 1:59 pm
by will20
it sounds wonderful, this would be easy for me , thanks ;)

RE: Re: RE: help please i´m beginner

Posted: Sun May 22, 2005 12:13 pm
by Leviathan
First, I need to perfect this "ready-to-munge" world before submitting the idea to our dear administrator...

RE: Re: RE: help please i´m beginner

Posted: Mon May 23, 2005 1:20 pm
by Leviathan
Finally, I've decided to send this file to you via e-mail... (If you agree, of course !) Do not forget to give me your address using GameToast Private Messaging service...

Posted: Mon May 23, 2005 1:22 pm
by -_-
this topic has already been answered before. use the search forum to find older topics.

Posted: Mon May 23, 2005 1:27 pm
by Leviathan
this topic has already been answered before. use the search forum to find older topics.
I know that... But these threads are not essentially evident for beginners...

Posted: Tue May 24, 2005 1:32 pm
by Leviathan
will20, please check your PM's... :wink:

Posted: Wed May 25, 2005 7:43 am
by nzy3vc
Will20, If all you want to do is increase the ticket count ( the number of soldiers for each side ) then all you have to do is download the dedicated server software. It runs as a game host and allows you to change the ticket count without recompiling the shipped maps.

Posted: Wed May 25, 2005 1:14 pm
by Leviathan
The solution I gave to him is a permanent one and allow any changes to shipped maps and not only reinforcement's number...