Wierd Space error

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
Fiodis
Master of the Force
Master of the Force
Posts: 4145
Joined: Wed Nov 12, 2008 9:27 pm
Projects :: Rannoch + Tientia + Tools Programming

Wierd Space error

Post by Fiodis »

So I make a brand-new space map, then create a custom side and swap it's single unit for the Republic marine. Afterwards, I get these:
Hidden/Spoiler:
[code]Message Severity: 3
.\Source\LoadUtil.cpp(1172)
Could not find odf "tur_bldg_spa_cis_recoilless"!

Message Severity: 3
.\Source\LoadUtil.cpp(1222)
Attempting to build an object, cis_gun2, that does not have an .odf file associated with it

Message Severity: 3
.\Source\LoadUtil.cpp(1172)
Could not find odf "tur_bldg_spa_cis_recoilless"!

Message Severity: 3
.\Source\LoadUtil.cpp(1222)
Attempting to build an object, cis_gun4, that does not have an .odf file associated with it

Message Severity: 3
.\Source\LoadUtil.cpp(1172)
Could not find odf "tur_bldg_spa_cis_recoilless"!

Message Severity: 3
.\Source\LoadUtil.cpp(1222)
Attempting to build an object, cis_gun3, that does not have an .odf file associated with it

Message Severity: 2
.\Source\Weapon.cpp(82)
Weapon 'tur_weap_laser_auto' is not localized for stats page

Message Severity: 2
.\Source\FLEffect.cpp(463)
Attach: model '' [738284d3] has no hardpoint 'hp_enginelt2_1' [522fe620]

Message Severity: 2
.\Source\FLEffect.cpp(463)
Attach: model '' [fc73ca2a] has no hardpoint 'hp_light19' [806ea687]

Message Severity: 2
.\Source\FLEffect.cpp(463)
Attach: model '' [fc73ca2a] has no hardpoint 'hp_light20' [d04c095b]

Message Severity: 2
.\Source\FLEffect.cpp(463)
Attach: model '' [fc73ca2a] has no hardpoint 'hp_light21' [d48d14ec]

Message Severity: 2
.\Source\FLEffect.cpp(463)
Attach: model '' [fc73ca2a] has no hardpoint 'hp_light22' [d9ce3235]

Message Severity: 2
.\Source\FLEffect.cpp(463)
Attach: model '' [77c4356d] has no hardpoint 'hp_enginelt2_1' [522fe620]

Message Severity: 2
.\Source\FLEffect.cpp(463)
Attach: model '' [77c4356d] has no hardpoint 'hp_enginelt2_4' [45ea8d4b][/code]

All I did was delete the "tur" in the sides folder, and anyway the LUAs don't immediately call for a custom tur side, do they? And I didn't even open ZE. So how come my new map is crashing?
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Re: Wierd Space error

Post by Teancum »

Space maps use the tur side extensively.
User avatar
Fiodis
Master of the Force
Master of the Force
Posts: 4145
Joined: Wed Nov 12, 2008 9:27 pm
Projects :: Rannoch + Tientia + Tools Programming

Re: Wierd Space error

Post by Fiodis »

Well, obviously, but what I meant was that I didn't put ReadDataFile("DC:SIDE\\tur.lvl", in the LUA, it has that without the DC, so I thought I wouldn't need a whole tur side, so I got rid of it. Why would I need it if it's not directly called for in the LUA?
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Re: Wierd Space error

Post by Teancum »

It's loaded in the common lua, XXX_cmn.lua
User avatar
Fiodis
Master of the Force
Master of the Force
Posts: 4145
Joined: Wed Nov 12, 2008 9:27 pm
Projects :: Rannoch + Tientia + Tools Programming

Re: Wierd Space error

Post by Fiodis »

Yes, I know, but what I'm saying is that it has ReadDataFile("SIDE\\tur.lvl",

instead of

ReadDataFile("DC:SIDE\\tur.lvl",

So if it's not reading a custom side why would I need one? So I deleted it.
MercuryNoodles
Jedi
Jedi
Posts: 1003
Joined: Sun Mar 12, 2006 7:16 pm
Projects :: Space - Boarding Action
xbox live or psn: No gamertag set

Re: Wierd Space error

Post by MercuryNoodles »

Yeah, that does look strange. A missing odf can crash the game, but this shouldn't be happening with a stock side. The CIS recoilless does exist in some of the stock space maps. Do you have any mods installed that replace the stock tur.lvl? It's possible someone made a side mod which excludes that odf.


I get those hp errors, too, btw. They don't break the game.
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Re: Wierd Space error

Post by Teancum »

Have you tried adding "tur_bldg_spa_cis_recoilless" to the ReadDataFile("SIDE\\tur.lvl", section of ###_cmn.lua? It's not loaded by default -- it's only loaded in the 1-flag LUAs by default for some reason.
Post Reply