Needs help

Discussion in 'Mod Discussions' started by Ksgrip, June 12, 2015.

  1. Ksgrip

    Ksgrip Active Member

    Messages:
    612
    Likes Received:
    242
    So I've been a little off the modding community for personal affairs. In the las patch they changed something I don't seem to find and Complete unit rooster broke itself apart. Can anyone iluminate my path cause I don't seem to get it working. Ironically Stinger is back is fully working. What I'am missing?
  2. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    A couple of things:

    You do a full shadow of the icon atlas. The HTML header links changed and it will not load properly. I really don't think you need this file, and I suspect that you could drop the html/css/js in favor of a scene mod that appended the unit ids. Minimum change to just recopy current version.

    ai_unit_map is now a directory, not sure if it has backwards compatibility loading.

    Most ammo now has a field that tag it as radar invisible; probably not fatal, but recent.

    A set of animation keys for forward/reverse changed to a subobject, but I didn't see those on a quick scan.

    Console output looks more telling:

    Code:
    2015-06-12 11:11:40.957 PA[41897:14956275] ERROR Error opening 8UnitSpec spec "/pa/units/air/mb3/mb3.json", file failed to load
    2015-06-12 11:11:40.958 PA[41897:14956275] ERROR Failed to load unit spec: /pa/units/air/mb3/mb3.json
    2015-06-12 11:11:40.958 PA[41897:14956275] ERROR Error opening 8UnitSpec spec "/pa/units/land/mb2/mb2.json", file failed to load
    2015-06-12 11:11:40.958 PA[41897:14956275] ERROR Failed to load unit spec: /pa/units/land/mb2/mb2.json
    2015-06-12 11:11:40.959 PA[41897:14956275] ERROR Error opening 8UnitSpec spec "/pa/units/land/mb1/mb1.json", file failed to load
    2015-06-12 11:11:40.959 PA[41897:14956275] ERROR Failed to load unit spec: /pa/units/land/mb1/mb1.json
    2015-06-12 11:11:40.962 PA[41897:14956275] ERROR land_small: invalid movement type "land_small"
    libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: path must start with a slash
    
    mbX are in unit list but not actual files. The slash error may be a bit of hunting.
  3. stuart98

    stuart98 Post Master General

    Messages:
    6,009
    Likes Received:
    3,888
    Look at how the Queller files are set up now and you should be able to get your own AI fixed.

    I'll find the slash error, won't be that hard. :)
  4. stuart98

    stuart98 Post Master General

    Messages:
    6,009
    Likes Received:
    3,888
    Found it. It's the unitlist.json for the vehicle combat fabber. :)
  5. Ksgrip

    Ksgrip Active Member

    Messages:
    612
    Likes Received:
    242
    Thanks!! I eill delete a lot of stuff. Lots off stuff got there included for my own modding easy and forgot to delete them. Those mb belong to zxo and I will delete them as I forgot to ask permission. It seems that I just uploaded my own version of the mod. Thanks to @wondible for helping also:)).

Share This Page