2 items

File information

Last updated

Original upload

Created by

ChrisAnd1998

Uploaded by

ChrisAnd1998

Virus scan

Safe to use

Tags for this mod

43 comments

  1. sadiraoftyr
    sadiraoftyr
    • member
    • 1 kudos
    looks like the problem with gu17 is that it ignores all modded keybindings
    1. ChrisAnd1998
      ChrisAnd1998
      • member
      • 6 kudos
      Yep! Tried so many different combinations but nothing works...

      Maybe my Mod Menu is the only solution left ;)
      Anno 1800 Mod Menu at Anno 1800 Nexus - Mods and community (nexusmods.com)
  2. D4n1el1989
    D4n1el1989
    • member
    • 0 kudos
    Yeah really great mod. I dont want to play anymore, because that mod is not working =D
    please fix it ^^
  3. xKoalaLordx
    xKoalaLordx
    • member
    • 0 kudos
    Great Mod, it would be awesome if you could update it for GU17.
    Could you add a button for closing it instead of pasting the command into it?
  4. HakureiMarisa
    HakureiMarisa
    • member
    • 0 kudos
    Firstly, I thank you for this mod which give me lots of fun. But it seems be invalid after game update in 4.4, version GU17.
    Will this mod be update?
    Thank you for your mod.
  5. Schlimmi
    Schlimmi
    • member
    • 0 kudos
    Hey,

    first thanks for this great Mod!! Now i can go crazy without worries ;)


    Has any of you found a big ID-List for goods of any kind? So that i can add a specific amount of tortillas, wood and bricks for example..


  6. Pacislavek
    Pacislavek
    • supporter
    • 0 kudos
    Oooof... How I can force peace with someone using commands D: help
  7. pithiviers
    pithiviers
    • member
    • 0 kudos
    Hi,
    Does anyone know a command to add influence points ?
  8. Hammerrs
    Hammerrs
    • member
    • 0 kudos
    Really silly question guys, what's the close command for the console? 

    *Scratch this, found the answer*
  9. GeoToo
    GeoToo
    • member
    • 1 kudos
    Hello All,
    Has anyone encountered an issue where after entering commands in the console, after a few seconds the game can't save to file? When pressing on save the game generates the error "Loading Session. Saving will be enabled once loading is complete." The game won't exit and even exiting to the main screen and selecting "exit game" nothing happens. I can close the game only via task manager. Would this be a conflict with another mod? Is it a bug?

    Anyone who has experienced this please let me know.

    Thanks.
  10. EvilEgg
    EvilEgg
    • supporter
    • 0 kudos
    Hi there!

    Thanks for this mod, but I have been looking everywhere fora full list of all console commands, and it is just simply not available...

    Could you please perhaps point me to a link with all of the console commands?

    And again, thanks for this awesome mod!
    1. ChrisAnd1998
      ChrisAnd1998
      • member
      • 6 kudos
      Thank you! There are many many commands but they are undocumented.

      I have made dump so you can find them ;)
      https://github.com/ChrisAnd1998/Anno1800PythonAPI/tree/main/DUMP
    2. EvilEgg
      EvilEgg
      • supporter
      • 0 kudos
      Wow! Thank you so much for your quick reply!

      I don't say this lightly, but mod authors like yourself are one-in-million...

      Thank you very much for the information, and thanks again for being so helpful

      Now I guess I will just need to decipher and decode all those undefined/undocumented commands. Being of limited experience, I hope some divine help will come along to help :')
    3. EvilEgg
      EvilEgg
      • supporter
      • 0 kudos
      Also, you wouldn't happen to know how to increase the 23k max hit points on ships? I really don't want my ships exploding after crossing that limit...

      If you don't know, it's no problem at all. Perhaps you could please maybe just send me in the direction of someone who may be able to help with this dilemma. I would greatly appreciate it.

      And listen, I know I'm probably being overbearing, but thank you so much for your quick replies and all the help so far. For a pleb like me, it really means a lot.

      Hope you have a wonderful day!
    4. ChrisAnd1998
      ChrisAnd1998
      • member
      • 6 kudos
      Thank you again :))) 

      Well, I have not found any yet.
      I suggest looking for Hitpoint inside the textsourcelist file.
      And see if you can find the sub commands.

      In the textsourcelist file i found this under CPropertyAttackable
      {
      "Alias" : "AddDamagePercent",
      "IsStatic" : "false",
      "ReturnType" : "void",
      "Comment" : "Adds percental damage",
      "Arguments" :
      {
      "damagePercent" :
      {
      "Type" : "float"
      },
      "damageDealerOwner" :
      {
      "Type" : "int"
      }
      }
      },
      {
      "Alias" : "AddDamagePercent",
      "IsStatic" : "false",
      "ReturnType" : "void",
      "Comment" : "Adds percental heal",
      "Arguments" :
      {
      "healPercent" :
      {
      "Type" : "float"
      }
      }
      },
      {
      "Alias" : "SetDebugInvincible",
      "IsStatic" : "false",
      "ReturnType" : "void",
      "Comment" : "Object won\'t take damage from attacks anymore",
      "Arguments" :
      {
      "invincible" :
      {
      "Type" : "bool"
      }
      }
      },

      That could be something like:
      TextSources.TextSourceRoots.Selection.Object.Attackable.SetDebugInvincible(true)
    5. EvilEgg
      EvilEgg
      • supporter
      • 0 kudos
      My dude, you are the best!

      However, I have to beg your pardon. I'm not technically skilled as you are. But from what I can see; you are one heavy-duty tech-savant

      I apologize, but I can't find the 'textsourcelist file' you mentioned, after multiple search attempts...

      And, I beg your pardon again, but where would I then insert the line you mentioned, if I even find the 'textsourcelist file' you mentioned:

      TextSources.TextSourceRoots.Selection.Object.Attackable.SetDebugInvincible(true)

      Listen man, you have been so great and so helpful, I just wish I could do more than just keep on saying thank you. You really are a great help!
    6. ChrisAnd1998
      ChrisAnd1998
      • member
      • 6 kudos
      I really appreciate that!
      I'ts this one ;)
      https://raw.githubusercontent.com/ChrisAnd1998/Anno1800PythonAPI/main/DUMP/textsourcelist.json

      Download the file with CTRL + S and open it with Notepad or I would recommend Notepad++
      Downloads | Notepad++ (notepad-plus-plus.org)
    7. EvilEgg
      EvilEgg
      • supporter
      • 0 kudos
      You legend, you! 

      Thank for all that!
      I got super excited, was gonna get in there and make adjustments and finetune, but I soon realized, I have no idea what I'm doing... or even what I was looking at.

      Gave me a real bad case of the frownies.

      Hahahaha... All I wanna do is:
      Increase the max-hp on all ships, so they don't spontaneously SEXPLODE when a mod or item or buff pushes it just past 23k (-or 25k, can't remember now).

      My project is doodmed to failure, is it not? Maybe I'll go play some Battle Brothers, to scratch that masochistic itch.