[WIP][Server] Orbital Warfare Overhaul

Discussion in 'Work-In-Progress Mods' started by emraldis, August 13, 2014.

  1. Ksgrip

    Ksgrip Active Member

    Messages:
    612
    Likes Received:
    242
    Men that is a fatl error for your lobby. When i was developing my mods if ypu messed around with certain aspects such us some unit files that exact same thing happened. It seems taht the problem is on your side. Probably you should redownload the game as you may have some corrupted fiels.
  2. emraldis

    emraldis Post Master General

    Messages:
    2,641
    Likes Received:
    1,843
    Ok, updated the mod. It should no longer be dependant on the icons mod, until we get it fixed. Hopefully this (temporarily) fixes the draw issue.
  3. siegeind

    siegeind New Member

    Messages:
    3
    Likes Received:
    0
    I need help making this mod work!
    Every time I start a game using the mode it instantly says the game is a draw and the game summary menu pops up and wont let you close it.

    It happens with a couple other mods as well.
    Any ideas on how to fix it?
    Im using the steam version of pa on windows 8
  4. Nicb1

    Nicb1 Post Master General

    Messages:
    1,010
    Likes Received:
    1,286
    Oh wonderful. Looks like this issue isnt isolated.

    I'll get emraldis to look into it asap.
    The issue is definitely on our side. We just have to patch one of the files.

    @emraldis Live_game.js needs to be updated.
  5. stuart98

    stuart98 Post Master General

    Messages:
    6,009
    Likes Received:
    3,888
    Why do you shadow it exactly?
    killerkiwijuice likes this.
  6. Nicb1

    Nicb1 Post Master General

    Messages:
    1,010
    Likes Received:
    1,286
    Good question................
    No idea XD.

    EDIT:
    So do we not need this file?
    Because if we don't need it I can just delete it now.
    stuart98 likes this.
  7. stuart98

    stuart98 Post Master General

    Messages:
    6,009
    Likes Received:
    3,888
    Unless you have buildable ammo (nukes) then you do not need it.
    Nicb1 likes this.
  8. stuart98

    stuart98 Post Master General

    Messages:
    6,009
    Likes Received:
    3,888
    Fixed everything for yas.

    BTW, build bar icons have no reason to be in the icon mod FYI.
    Nicb1 likes this.
  9. Nicb1

    Nicb1 Post Master General

    Messages:
    1,010
    Likes Received:
    1,286
    Ah thanks stuart appreciate the help.
    Yeah a lot of the mod probably could be reorganised a bit.
  10. emraldis

    emraldis Post Master General

    Messages:
    2,641
    Likes Received:
    1,843
    Yeah, trying to update the icons mod with stuart's fix, but it seems to not want to let me upload the icons mod atm...
  11. zanoko

    zanoko New Member

    Messages:
    12
    Likes Received:
    8
    I don't wish to poke and prod an already known error and such, but I'm really anxious to try this mod out. I was just wondering if you'd had any luck uploading(Or attempting to) the possible fix.


    Again, I'm sorry for prodding an already being tended to problem. This mod just feels like(from what I've seen) it has to be in vanilla XD


    Thank you,
    Zanoko~
  12. stuart98

    stuart98 Post Master General

    Messages:
    6,009
    Likes Received:
    3,888
    Currently the download for the client mod points to a fork on my account. You'll have to increment the version number to change it back to your repo.
  13. emraldis

    emraldis Post Master General

    Messages:
    2,641
    Likes Received:
    1,843
    ahhh, that's what's causing it. Thanks stuart. Also, Zanoko, just try playing without the icons mod if you want, that should still work untill I get the icons mod running which should be ~ 5 mins from now thanks to stuart.
  14. emraldis

    emraldis Post Master General

    Messages:
    2,641
    Likes Received:
    1,843
    Uhh, that didn't fix it. Oh well, still waiting on a response from @raevn anyway.
  15. zanoko

    zanoko New Member

    Messages:
    12
    Likes Received:
    8
    Um, I've attempted playing it with out the Icons but PAMM wants to keep the icons on or it won't activate the mod. I'm also kind of stupid when it comes to attempting to manually install the mod in the folder. >.<; I also can't seem to find anything on how to manually install mods to PA.

    I assume pa and ui go into seperate folders.


    Again,
    Sorry for the inconvenience >.<
  16. emraldis

    emraldis Post Master General

    Messages:
    2,641
    Likes Received:
    1,843
    That's odd. It shouldn't be trying to force you to keep it, I thought I fixed that... One sec.
  17. emraldis

    emraldis Post Master General

    Messages:
    2,641
    Likes Received:
    1,843
    Wellp, it seems that the PAMM mod submission has decided to hate me. I can no longer update any of my mods.

    @raevn plz fix.
  18. emraldis

    emraldis Post Master General

    Messages:
    2,641
    Likes Received:
    1,843
    Ok, so for you to fix that, open a text editor (notepad is best, unless you have another coding text editor you like) then you're going to want to open orbital warfare overhaul's modinfo file, which is found at

    C:/Users/(Yourusernamehere)/AppData/Local/Uber Entertainment/Planetary Annihilation/ server_mods/Orbital_Warfare_Overhaul. Then you're going to want to select all the text in that file, and replace it with the following:

    Code:
    {
        "enabled": true,
        "context": "server",
        "identifier": "com.pa.orbital_warfare_overhaul",
        "display_name": "-=Orbital Warfare Overhaul=-",
        "build": "82369",
        "date": "2015/5/31",
        "description": "Improves orbital to a state where it is actually interesting to play. BETA VERSION",
        "category": [
            "in-game",
            "server-mod"
        ],
        "author": "emraldis, Nicb1, mgmetal13",
        "version": "BETA 0.160",
        "signature": "(not yet implemented)",
        "forum": "https://forums.uberent.com/threads/wip-server-orbital-warfare-overhaul.62878/",
        "icon": "http://i1060.photobucket.com/albums/t459/emraldis/PA%20stuff/OWO%20Icon.png",
        "priority": 100,
        "dependencies": [
        ]
    }
    then save the file, and run PAMM again. You should now be able to disable the icons mod.

    If you can't find your AppData folder, you need to enable the "show hidden folders" option in your folder options section of the control panel.

    This goes for anyone using windows, if you use another operating system, then sorry, I can't help you... :(
  19. stuart98

    stuart98 Post Master General

    Messages:
    6,009
    Likes Received:
    3,888
    The icons mod is fixed I don't know what you're worrying about.
  20. emraldis

    emraldis Post Master General

    Messages:
    2,641
    Likes Received:
    1,843
    I can't update the mod on PAMM is what I'm worrying about. I can't update anything.

Share This Page