New with Steam Version

Started by Hammish, November 21, 2014, 05:41:23 AM

ai_enabled

I do small fix for this issue and get this log:
Parsing errors:
*1) "btc.mpk\data\items\hulls\hull_avalanche.xml":
    1) Already parsed xml object with ID=hull_aurora
*2) "btc.mpk\data\items\hulls\hull_avalanche_mk2.xml":
    1) Already parsed xml object with ID=hull_avalanche
*3) "btc.mpk\data\items\hulls\hull_banshee.xml":
    1) Already parsed xml object with ID=hull_avalanche_mk2
*4) "btc.mpk\data\items\hulls\hull_banshee_mk2.xml":
    1) Already parsed xml object with ID=hull_banshee
*5) "btc.mpk\data\items\hulls\hull_boomerang.xml":
    1) Already parsed xml object with ID=hull_banshee_mk2
*6) "btc.mpk\data\items\hulls\hull_crab.xml":
    1) Already parsed xml object with ID=hull_boomerang
*7) "btc.mpk\data\items\hulls\hull_death_bringer.xml":
    1) Already parsed xml object with ID=hull_crab
*8) "btc.mpk\data\items\hulls\hull_dio_i.xml":
    1) Already parsed xml object with ID=hull_death_bringer
*9) "btc.mpk\data\items\hulls\hull_falcon.xml":
    1) Already parsed xml object with ID=hull_endeavor
*10) "btc.mpk\data\items\hulls\hull_freighter.xml":
    1) Already parsed xml object with ID=hull_fang
*11) "btc.mpk\data\items\hulls\hull_freighter_npc.xml":
    1) Already parsed xml object with ID=hull_freighter
*12) "btc.mpk\data\items\hulls\hull_hammer.xml":
    1) Already parsed xml object with ID=hull_freighter_npc
*13) "btc.mpk\data\items\hulls\hull_hds_i.xml":
    1) Already parsed xml object with ID=hull_hammer
*14) "btc.mpk\data\items\hulls\hull_hive.xml":
    1) Already parsed xml object with ID=hull_heretic
*15) "btc.mpk\data\items\hulls\hull_hph_c.xml":
    1) Already parsed xml object with ID=hull_hive
*16) "btc.mpk\data\items\hulls\hull_pers_i.xml":
    1) Already parsed xml object with ID=hull_orca
*17) "btc.mpk\data\items\hulls\hull_pest_red.xml":
    1) Already parsed xml object with ID=hull_pest_brown
*18) "btc.mpk\data\items\hulls\hull_pirate_platform.xml":
    1) Already parsed xml object with ID=hull_pest_red
*19) "btc.mpk\data\items\hulls\hull_sea_i.xml":
    1) Already parsed xml object with ID=hull_pirate_platform
*20) "btc.mpk\data\items\hulls\hull_turret_platform.xml":
    1) Already parsed xml object with ID=hull_shuttle
*21) "btc.mpk\data\items\hulls\hull_turret_xengatarn.xml":
    1) Already parsed xml object with ID=hull_turret_platform
*22) "btc.mpk\data\items\hulls\hull_violator.xml":
    1) Already parsed xml object with ID=hull_turret_xengatarn
*23) "btc.mpk\data\items\hulls\hull_zeus_i.xml":
    1) Already parsed xml object with ID=hull_violator


This is because we changed "hulls" folder structure, and now your hulls definitions do not override same hulls from core mod as they're have different paths now. And game failed to load same hull from two different folders. Please relocate your hulls definitions to the same sub-folders as we do in core.mod.

The fixed server will be available with the next build for Steam.

Hammish

#16
Ahhh, I see now.  Easy enough to fix, it's the same treatment as the weapons and other stuff got some time back. :)

So the fix on the next version is just a fix to the parsing, then, so it'll go back to telling me which XMLs aren't loading correctly?

Edit: Worked like a charm, thanks man!  Looking forward to being able to see the parse log again.

Hammish

Not sure if the new server was released to Steam yet, but I'm back to getting the same error now sadly. :|  I figure it must be something I mixed up in my XMLs, but rather than report the error the server is just crashing out it would seem.  A lot of weapon .XMLs changed, which is why I assume I was the one who screwed something up, just hard to track down with no server parse reporting issues for me.  As always you guys can treat this as low-priority, just figured I'd toss out a shout as I work toward a version 2.0. :)

Link to the newest Steam build:
https://www.dropbox.com/s/zvvcc4d93o0p4bx/btc140.zip?dl=0

Oddly, it's not even giving me a server log file for the attempts to run with this package installed.  The error itself matches the above-shown error with a bad token.

ai_enabled

Hammish, thanks for reporting and sorry for this issue!
Parsing errors:
*1) "btc.mpk\data\itemlists\droplist_prefab_weapons_01.xml":
    1) file not found: ItemID="data/items/weapon_plas_i.xml",
    2) file not found: ItemID="data/items/weapon_tachr_s.xml"

Hammish

No prob!  I feel badly reporting so much stuff just for a mod, but I figure you guys can prioritize it however you need to and it'll all get fixed eventually.  And thanks for the heads-up on the error!

ai_enabled

#20
That's all right - this issue and the previous one took me less than a 5 minutes to fix :-). And it was a very useful 5 minutes, as other modders will never meet these exceptions. Thanks for reporting!