HAZMATlife / anno-designer

Automatically exported from code.google.com/p/anno-designer
0 stars 0 forks source link

Anno 1404 #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

 Hi !

I'm not much of a computer whiz, so I wanted to ask if you could make a version 
for Anno 1404. I really like the designer so far, but I don't have Anno 2070 
yet to have good use for the designer. 

Thanks anyway,

       Fabian

Original issue reported on code.google.com by fliczner...@gmail.com on 31 Jan 2012 at 5:09

GoogleCodeExporter commented 8 years ago
Hi,

the building configuration is independent of the anno version, it's just the 
icons and presets that are made for 2070.

So first of all you could delete all the icons in the icons folder and put the 
icons from anno 1404 there (if they can be downloaded somewhere).

Then you could manually configure the buildings every time or edit the 
presets.json file so can access them via the list.
This file contains much information which is not even used by the designer. To 
add custom buildings you just need something like that:

"buildings": [
  {
    "BuildBlocker.x": 3,
    "BuildBlocker.z": 6,
    "Eng1": "Custom building name",
    "Faction": "custom stuff",
    "Group": "some custom group"
  },
  { ... next building ... }
]

I'll try to build a 1404 version but don't except that to happen very soon.

Original comment by jc.bern...@gmail.com on 10 Feb 2012 at 6:20

GoogleCodeExporter commented 8 years ago
hi,, i deleted anno 1404 files from my computer => I no longer have the .rda 
files - if someone sends me them, i can run the JSON generator for Anno 1404 ;))

or see the script - 
https://github.com/odegroot/Anno-2070-data-extraction/blob/master/src/python3/li
st_of_buildings.py

Original comment by Peter.Hozak on 11 Feb 2012 at 11:29

GoogleCodeExporter commented 8 years ago
lol, I wanted to look for the rda files, but then remembered that I deinstalled 
the game too.. crap ;)

Original comment by jc.bern...@gmail.com on 11 Feb 2012 at 1:38

GoogleCodeExporter commented 8 years ago
I wanted to help you guys with this, but it doesn't seem like the script 
supports Anno 1404. From a quick glance it seems to look for a folder named 
"rda", which doesn't exist. It also seems to require some different settings 
that I don't know how to set.

I'm attaching the output of "dir /s /b" in the root of the game folder. Maybe 
it can be of some help. The game is fully patched, but notice that I've 
installed the popular community patch as well (not sure if it matters).

Original comment by ze...@zero3.dk on 20 Feb 2013 at 3:09

Attachments:

GoogleCodeExporter commented 8 years ago
Im looking forward if this designer can use for anno 1404

Original comment by achrid...@gmail.com on 5 Aug 2013 at 6:19

GoogleCodeExporter commented 8 years ago
Hi

I have added the icons from Anno 1404 (Venice incl). I have also fixed the 
presets.json. Anno 1404 is now supported. :)

Original comment by pl1...@gmail.com on 2 Jan 2014 at 9:24

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks a lot! I've added your 1404 version to the downloads. :)

Original comment by jc.bern...@gmail.com on 8 Jan 2014 at 7:44