First attempt @ custom sides, need help
Posted: Sun Jul 10, 2011 9:03 pm
Hello again. I was attempting to make custom sides using this http://www.gametoast.com/forums/viewtop ... t=12729%20 tutorial as far as I know, I did everything right, aside from odf/msh/tga etc. What I don't know is which ODF goes with which set of TGA's, mesh, and option files. Also, im not sure which are MANDATORY ( you need these for the character to show up and run ) and OPTIONAL ( things that I can change, maybe like weapons? im not entirely sure. ) So in the tutorial I go to bf2_modtools\data_ABC\sides\ABC\ and make the mesh, tga, etc folders. I only put a few things in the these folders and that is:
- in the ODF folder: imp_inf_rifleman.odf, imp_inf_sniper_rifle.odf, imp_inf_sniper_rifle.ord
-in the mesh folder: imp_sniper_rifle.tga
in the req folder I put abc_inf_supr_troopr.req as a text file and in it I put then back in the data_ABC\sides\ABC I made a new text file called abc.req and whats inside:
I finish doing the tutorial, I munge, then get this error log:
HTW is my 3 letter map name, htwg_con is the script I modified durring the tutorial. If the script is usefull, let me know I will get it posted. Also, if someone can help me with my side ( im thinking of a green storm trooper, with the default assult rifle, a sniper, grenades, and health to start) anything is much apreciated
- in the ODF folder: imp_inf_rifleman.odf, imp_inf_sniper_rifle.odf, imp_inf_sniper_rifle.ord
-in the mesh folder: imp_sniper_rifle.tga
in the req folder I put abc_inf_supr_troopr.req as a text file and in it I put
Code: Select all
ufct
{
REQN
{
"class"
"imp_inf_rifleman"
}
}Code: Select all
ucft
{
REQN
{
"lvl"
"abc_inf_supr_tropr"
}
}
I finish doing the tutorial, I munge, then get this error log:
Code: Select all
C:\BF2_ModTools\data_HTW\_BUILD\Common\..\..\..\ToolsFL\Bin\luac.exe: ..\..\common\scripts\HTW\HTWg_con.lua:88: `)' expected (to close `(' at line 85) near `ReadDataFile'
ERROR[scriptmunge scripts\HTW\HTWg_con.lua]:Could not read input file.ERROR[scriptmunge scripts\HTW\HTWg_con.lua]:Could not read input file. [continuing]
2 Errors 0 Warnings
ERROR[levelpack mission\HTWg_con.req]:Expecting bracket, but none was found.
File : munged\pc\htwg_con.script.req(1)...
ucft <--
ERROR[levelpack mission\HTWg_con.req]:Expecting bracket, but none was found.
File : munged\pc\htwg_con.script.req(1)...
ucft <--
2 Errors 0 WarningsHTW is my 3 letter map name, htwg_con is the script I modified durring the tutorial. If the script is usefull, let me know I will get it posted. Also, if someone can help me with my side ( im thinking of a green storm trooper, with the default assult rifle, a sniper, grenades, and health to start) anything is much apreciated