sides help
Moderator: Moderators
-
darkness1459
sides help
ok i followed the doc in the mod tools till it got up to this ponit
ReadDataFile("sound\\yav.lvl;yav1cw")
ReadDataFile("dc:SIDE\\JDI.lvl","jdi_demojedi")
ReadDataFile("SIDE\\cis.lvl",
"cis_inf_rifleman",
"cis_inf_rocketeer",
"cis_inf_engineer",
"cis_inf_sniper",
"cis_inf_officer",
"cis_inf_droideka",
"cis_hero_darthmaul",
"cis_hover_aat")
it said to add the DC which i did, and now when i munge the side together(and yes i select JDI as my side and then click munge) it loads the map and get almost done then it crashes to the desktop
what am i doing wrong?
ReadDataFile("sound\\yav.lvl;yav1cw")
ReadDataFile("dc:SIDE\\JDI.lvl","jdi_demojedi")
ReadDataFile("SIDE\\cis.lvl",
"cis_inf_rifleman",
"cis_inf_rocketeer",
"cis_inf_engineer",
"cis_inf_sniper",
"cis_inf_officer",
"cis_inf_droideka",
"cis_hero_darthmaul",
"cis_hover_aat")
it said to add the DC which i did, and now when i munge the side together(and yes i select JDI as my side and then click munge) it loads the map and get almost done then it crashes to the desktop
what am i doing wrong?
-
RAymo
- Command Sergeant Major

- Posts: 250
- Joined: Sat Mar 04, 2006 2:21 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: sides help
post the error log
-
darkness1459
Re: sides help
Hidden/Spoiler:
-
Caleb1117
- 2008 Most Original Avatar
- Posts: 3096
- Joined: Sun Aug 20, 2006 5:55 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: X-Fire: caleb1117 ಠ_ಠ
Re: sides help
First it can't read the side's lvl file for some reason, I'm guessing all the .req errors have something to do with it, post your side's .req, and maybe a unit .req too.
or do you have any at all?
also, under:
Why are there no units loaded? 
Edit: oh it is, its just... weirded up
try this:
or do you have any at all?
also, under:
Code: Select all
ReadDataFile("dc:SIDE\\JDI.lvl","jdi_demojedi")
Edit: oh it is, its just... weirded up
try this:
Code: Select all
ReadDataFile("dc:SIDE\\JDI.lvl",
"jdi_demojedi")
-
darkness1459
Re: sides help
side Req:
unit req found in the req folder:
Code: Select all
ucft
{
REQN
{
"lvl"
"jdi_demojedi"
}
}
Code: Select all
ucft
{
REQN
{
"class"
"jdi_demojedi"
}
}-
darkness1459
Re: sides help
*bump*
-
Taivyx
- 2008 Best Games Related Avatar
- Posts: 1706
- Joined: Thu Jun 07, 2007 3:34 pm
- Projects :: Terra Strife - discontinued
- xbox live or psn: No gamertag set
- Contact:
Re: sides help
Eh?darkness1459 wrote:*bump*
Anyway, did you try what Caleb told you to do?
-
darkness1459
Re: sides help
i posted the reqs.....like he said lol, is that what you ment?
-
Taivyx
- 2008 Best Games Related Avatar
- Posts: 1706
- Joined: Thu Jun 07, 2007 3:34 pm
- Projects :: Terra Strife - discontinued
- xbox live or psn: No gamertag set
- Contact:
Re: sides help
No, I meant the changes to your lua.
The part where you're loading the unit into your level.
If you don't change it the way he posted, the game will think that you're adding on to the line that says which side level to load the data from.
The part where you're loading the unit into your level.
If you don't change it the way he posted, the game will think that you're adding on to the line that says which side level to load the data from.
-
darkness1459
Re: sides help
i did this:
Code: Select all
ReadDataFile("dc:SIDE\\JDI.lvl",
"jdi_demojedi")-
RAymo
- Command Sergeant Major

- Posts: 250
- Joined: Sat Mar 04, 2006 2:21 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: sides help
if all else fails, u can try a manual clean
how to: http://www.gametoast.com/forums/viewtop ... =27&t=9961
how to: http://www.gametoast.com/forums/viewtop ... =27&t=9961
-
darkness1459
Re: sides help
now i got the error that the collision geometry will be slow or something
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: sides help
That's a warning, not an error. And you can ignore it.darkness1459 wrote:now i got the error that the collision geometry will be slow or something
-
BountyHunterV
Re: sides help
you mean "warning"?darkness1459 wrote:now i got the error that the collision geometry will be slow or something
i get warnings all the time that says collision geometry will be slow...warnings don't actually affect your gameplay, its just the errors you have to watch out for
-
Caleb1117
- 2008 Most Original Avatar
- Posts: 3096
- Joined: Sun Aug 20, 2006 5:55 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: X-Fire: caleb1117 ಠ_ಠ
Re: sides help
Ok you got some warnings in the log, the real question is, did it work?
-
darkness1459
Re: sides help
no it did not, it crashes half way at loading, to the desktop
Edit:
from the logs, i get this
Edit:
from the logs, i get this
Code: Select all
Message Severity: 3
.\Source\Weapon.cpp(1604)
Weapon base class "com_weap_inf_lightsaber" not found