Entity base class "" not found.
Moderator: Moderators
- Glitch25
- Sergeant Major
- Posts: 222
- Joined: Mon May 07, 2012 1:01 pm
- Projects :: [ISM] [BFU]
- Location: Baktoid Combat Automata
- Contact:
Entity base class "" not found.
This is probably very trivial, but can anyone explain this error? I'm assuming it has something to do with the odf files.
Message Severity: 3
.\source\Entity.cpp(121)
Entity base class "" not found
Message Severity: 3
.\source\Entity.cpp(121)
Entity base class "" not found
-
- Imperial Systems Expert
- Posts: 2381
- Joined: Wed Mar 25, 2009 4:15 pm
- Projects :: A secret project
Re: Entity base class "" not found.
I think that means a class couldn't find its ClassParent
- Glitch25
- Sergeant Major
- Posts: 222
- Joined: Mon May 07, 2012 1:01 pm
- Projects :: [ISM] [BFU]
- Location: Baktoid Combat Automata
- Contact:
Re: Entity base class "" not found.
These are BF1 sides. None of the units odf's use class parents.
Edit 1: Then again I did setup a secondary skin file for all of them. Maybe I screwed up somewhere.
Edit 2: Yep, that did it. BF1 doesn't use classparents. 
Hidden/Spoiler:
Hidden/Spoiler:

- giftheck
- Droid Pilot Assassin
- Posts: 2218
- Joined: Mon Jan 19, 2009 5:58 pm
- Projects :: Star Wars Battlefront Anniversary
Re: Entity base class "" not found.
It might be down to the munger. I've seen BF2 sides moved into BF1 in the past prior to the release of the BF2 mod tools and they worked somewhat.
-
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Entity base class "" not found.
ClassParents don't work in SWBF1, from what I know. Rather, they aren't even a feature. Another reason why I don't mod the game.
- Glitch25
- Sergeant Major
- Posts: 222
- Joined: Mon May 07, 2012 1:01 pm
- Projects :: [ISM] [BFU]
- Location: Baktoid Combat Automata
- Contact:
Re: Entity base class "" not found.
It's very limited mod wise. I added all the information necessary for the odf's and it worked.
The SWBFII mod tools are sooo much nicer.
The SWBFII mod tools are sooo much nicer.

- giftheck
- Droid Pilot Assassin
- Posts: 2218
- Joined: Mon Jan 19, 2009 5:58 pm
- Projects :: Star Wars Battlefront Anniversary
Re: Entity base class "" not found.
As far as I know, nobody has actually tried the ODFMunge from BF2 with the BF1 mod tools. There's probably code to parse ClassParent behaviour in the BF2 ODFMunge application but not in the BF1 ODFMunge.Marth8880 wrote:ClassParents don't work in SWBF1, from what I know. Rather, they aren't even a feature. Another reason why I don't mod the game.
-
- 1st Lieutenant
- Posts: 456
- Joined: Thu Nov 01, 2012 2:27 am
- Projects :: Earth Apocalypse
- xbox live or psn: Dont have one
- Location: On earth, I guess.
Re: Entity base class "" not found.
I agree that the bf1 mod tools are limited. SWBF2 has much more possibilities and potential. The bf1 tools are mostly used to munge sound. Luckily my bf2 sound munge works just fine though with the edited .bats.
OFF TOPIC:
almost comma spliced.
OFF TOPIC:
almost comma spliced.

-
- Space Ranger
- Posts: 5557
- Joined: Tue Aug 17, 2010 3:30 pm
- Projects :: Evolved 2
- Location: Columbus, Ohio
- Contact:
Re: Entity base class "" not found.
The engine got several significant upgrades between SWBF and SWBF2(Lua, ODF, materials). So it wouldn't know what to do with ClassParent codes if it smacked them upside the head with 'em.ggctuk wrote:As far as I know, nobody has actually tried the ODFMunge from BF2 with the BF1 mod tools. There's probably code to parse ClassParent behaviour in the BF2 ODFMunge application but not in the BF1 ODFMunge.Marth8880 wrote:ClassParents don't work in SWBF1, from what I know. Rather, they aren't even a feature. Another reason why I don't mod the game.
- giftheck
- Droid Pilot Assassin
- Posts: 2218
- Joined: Mon Jan 19, 2009 5:58 pm
- Projects :: Star Wars Battlefront Anniversary
Re: Entity base class "" not found.
It depends on whether ClassParent is processed by the game, or by the munger. It's entirely possible that the munger 'combines' the properties of the classparent into the child ODFs.THEWULFMAN wrote:The engine got several significant upgrades between SWBF and SWBF2(Lua, ODF, materials). So it wouldn't know what to do with ClassParent codes if it smacked them upside the head with 'em.ggctuk wrote:As far as I know, nobody has actually tried the ODFMunge from BF2 with the BF1 mod tools. There's probably code to parse ClassParent behaviour in the BF2 ODFMunge application but not in the BF1 ODFMunge.Marth8880 wrote:ClassParents don't work in SWBF1, from what I know. Rather, they aren't even a feature. Another reason why I don't mod the game.
- Teancum
- Jedi Admin
- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: Entity base class "" not found.
It doesn't. ClassParent does not exist in SWBF1 in any form, and ODFs are still largely just text files after the munge.
- giftheck
- Droid Pilot Assassin
- Posts: 2218
- Joined: Mon Jan 19, 2009 5:58 pm
- Projects :: Star Wars Battlefront Anniversary
Re: Entity base class "" not found.
Interesting... but now that we're on the subject I can remember a mod for BF1, prior to the release of BF2's mod tools, that ported the BF2 sides over to BF1, and they still worked (to an extent).. I can't seem to find the mod though, but I seem to recall it being hosted on SWBFFiles.