Page 1 of 1
Side's questions...
Posted: Sun Apr 17, 2005 10:36 am
by Leviathan
Hi guys !
I've just two questions regarding side's structure :
- First, is it possible to add more than five units per side ? (Because I'd want to add the imperial officer to the Empire's LVL file.)
- Next, how can I change a side's name ? (For examples, "Empire" for imp.lvl ; "Alliance" for all.lvl, etc...)
Thanks in advance !...
RE: Side
Posted: Mon Apr 18, 2005 6:57 am
by Leviathan
Any possible help ?...
RE: Side
Posted: Mon Apr 18, 2005 7:40 am
by Saturn_V
1. No, you'll have to replace one of the existing units with the officer
2. Use the Language Tool, Rends posted a pic in the forum showing what you need to do.
Posted: Mon Apr 18, 2005 8:13 am
by Venom
they would have to make one patch in order to increase the number of classes
Posted: Mon Apr 18, 2005 9:14 am
by Leviathan
they would have to make one patch in order to increase the number of classes
Yes, but I think this is already possible and additional classes would be available by adding a vertical scroll-bar in the units' selection screen.
Use the Language Tool, Rends posted a pic in the forum showing what you need to do.
I suppose that you meant this picture :
http://people.freenet.de/Santarossa/SWBH_localize.JPG
It has helped me a lot, but I do not know what section of the
Localize Tool I need to change in order to rename a side.
Posted: Mon Apr 18, 2005 10:47 am
by OOM-9
I used the Localization tool but it made me a lot of language files... I am confused what to do with the localization tool?
Posted: Mon Apr 18, 2005 12:18 pm
by Saturn_V
<<The number of classes are hard coded, we're stuck with 5.>>
Edit: See next post
Posted: Tue Apr 19, 2005 9:45 am
by Leviathan
Actually you can add more but you can't see them on screen to select them. The shell is outside of the add on functionality.
In this case, I wasn't wrong when I said that a vertical scroll-bar was missing in the units' selection screen...
Do you have any idea on how to add it in
SWBF ?
The number of classes are hard coded, we're stuck with 5.
Do you know where this limited number of classes is stored ? (*.EXE or *.DLL files...)
Posted: Wed Apr 20, 2005 12:05 pm
by Leviathan
Do you have any idea on how to re-design the shell interface ?
Posted: Wed Apr 20, 2005 5:02 pm
by ShadowHawk
To help make it simple, and correct me Psych0fred if I mis-state you, The interface is not in the exe, but in a lvl file. As of this moment, there is not a way to extract things from an lvl file and in order to change the interface, you will have to do so. Just hex editing a file won't work because you are not changing something, you are adding something. That will throw the whole code off and make things not function the way they were supposed to. The game itself is capable of adding the extra units but the separate interface is not. When and if a true lvl tool is designed will it be possible, but to my knowledge, the only lvl extractor available is to extract images, not code. Until then, it will be beyond the capabilities of the modding community, so we are limited to five.
Posted: Thu Apr 21, 2005 9:37 am
by Leviathan
Go back and read my first post. The shell is outside the add on functionality. That means you can't change it.
It's a pity... I'd have thought that
Pandemic Studios would make modders' work easier by adding more classes' entries in
SWBF's shell...
sdwhwk, thanks for all your explanations !...
Posted: Fri Apr 22, 2005 2:07 am
by ShadowHawk
Glad that we could help clear things up for ya.
Posted: Thu Apr 28, 2005 9:22 am
by Leviathan
Is it possible to create and place a new side in the AddOn folder ?
What directory must I enter in the modida.lua or modidc.lua files to use this side, instead of "SIDE\\[side's name].lvl" ?
Posted: Fri Apr 29, 2005 9:02 am
by Leviathan
I think an example would be welcome...
Well, I modified the SWBF's "mission.lvl" file using the *.REQ files present in the Mod Tools, to allow my modified "imp.lvl" file to be used in official maps, like "Rhen Var : Citadel" or "Hoth : Echo Base". (I precise that these maps are those present in the main "_LVL_PC" folder, not in the "AddOn" directory...)
If this changed "imp.lvl" file is located in the "AddOn\IMP\imp.lvl" directory, what path must I enter in the Rhen Var's or Hoth's *.REQ files to use it ?