+ Reply to Thread
Page 11 of 16 FirstFirst ... 9 10 11 12 13 ... LastLast
Results 201 to 220 of 315

Thread: Victoria II Random World Generator!

  1. #201
    Corporal Auricom Systems's Avatar
    Victoria 2EU3: ChroniclesCrusader Kings IIVictoria II: A House DividedCrusader Kings II Holy Knight

    Join Date
    Aug 2010
    Location
    Commonwealth of Cascadia
    Posts
    45
    Quote Originally Posted by m68135 View Post
    One day...
    EEEEEEEEEeeeeeeeeeeeeeeeeeee *Makes deflating joyful noises*

  2. #202
    Private Tawn21's Avatar
    HoI AnthologyEU3 CompleteHearts of Iron IIIHeir to the ThroneSemper Fi
    Victoria 2Divine WindDarkest HourCrusader Kings IIFor the Motherland
    Victoria II: A House DividedMarch of the Eagles

    Join Date
    Jul 2010
    Location
    The Middle of Nowhere (Give or Take 50 feet)
    Posts
    18
    Brilliant piece of work, I must congratulate you. However I do seem to have a problem, whenever i generate a new map Indonesia and The Phillipines becomes seperated into a ridiculous amount of countries, many with only one island each whilst the rest of the world is controlled by giant nations.

  3. #203
    ahhh please fix it !

  4. #204
    For some reason after I make a seed and go to run the game it encounters an error every time when it tries to load flags. Any help? Please this mod looks amazing

  5. #205
    Sergeant Brougal's Avatar
    Deus Vult!EU3 CompleteRome GoldHearts of Iron IIIArsenal of Democracy
    Heir to the ThroneSemper FiVictoria 2Divine WindIron Cross
    Darkest HourCrusader Kings IISengokuVictoria II: A House DividedCrusader Kings II Holy Knight
    March of the Eagles

    Join Date
    Sep 2009
    Location
    Tornio, Finland
    Posts
    95
    the mod hasn't been updated to AHD.

  6. #206
    Quote Originally Posted by Brougal View Post
    the mod hasn't been updated to AHD.
    Oh, thanks. Hope it gets updated soon

  7. #207
    I need help.

    I made a semi-functional version for AHD. But pops and units aren't working.

    Extract the attached file to your mod folder and give it a try. It should work without problems.

    Now, if you extract either mod/333/history/units.7z or pops.7z, the game will crash when you hit Play. Can anyone figure out what's wrong?

    Thanks
    Attached Files

  8. #208
    Captain Caramel95's Avatar
    Hearts of Iron IIIVictoria 2EU3: ChroniclesDarkest HourCrusader Kings II
    Hearts of Iron III Collection

    Join Date
    Feb 2012
    Location
    United Kingdom
    Posts
    360
    Is there a mod or something that creates a map of the modern world??
    Location: United Kingdom
    Nationality: British
    Ideology: Labour Party
    Preferred Government type: Constitutional Monarchy
    Religion: Protestant CoE

  9. #209
    Quote Originally Posted by m68135 View Post
    I need help.

    I made a semi-functional version for AHD. But pops and units aren't working.

    Extract the attached file to your mod folder and give it a try. It should work without problems.

    Now, if you extract either mod/333/history/units.7z or pops.7z, the game will crash when you hit Play. Can anyone figure out what's wrong?

    Thanks
    Awesome! Please keep working on it and make it perfect.

    I'm not good with modding so I can't help, just wanted to give some enouragement.

  10. #210
    Since this ran using Python I thought I'd try using it on OSX. I ran the script through terminal and managed to get everything functioning except for the CultureGroups segment. When running the game, nothing on the map existed - nor did any files exist in the history folders after running it. Here's the output to what I attempted, maybe you can help shed some light on what I was missing:

    Code:
    $ python Generator.py install
    You can customize some variables by editing the Settings.ini file.
    Enter a seed, or 0 for random: 
    0
    Seed is: 1332930359
    Restoring common/countries...
    Restoring history/countries...
    Cleaning gfx/flags...
    Cleaning history/units...
    Cleaning history/provinces...
    Cleaning map cache...
    Cleaning history/pops...
    Creating cultures...
    Traceback (most recent call last):
      File "Generator.py", line 2188, in <module>
        Main()
      File "Generator.py", line 2018, in Main
        CultName = NameGen.GenerateFactionName(ThisGrp, "")
      File "/Users/Ayetach/Desktop/Victoria2/Data/Generator/NameGen.py", line 153, in GenerateFactionName
        Dictionary1 = open("Generator/CultureGroups/"+DictionaryName+".names1").readlines()
    IOError: [Errno 2] No such file or directory: 'Generator/CultureGroups/Generator/CultureGroups/Tupi.names1'
    Note that 'Tupi.names1' is just one of many examples used when I ran the script several times. French, Chinese, Arabian, etc. were also used - basically any of the culturegroups names can be used there so it clearly isn't the files themselves but perhaps their location? Although I did not move the CultureGroups folder and any of its contents from the 'Generator' directory. Something did stumble however when creating the culture names.

  11. #211
    I got it and after a good hour or two of trying to figure out how to work it out, I installed it onto a PDM file. However, I am not entirely sure what to do from there - I have put in the seed (0 for random, of course), python does something and disappears, and I'm left wondering what to do. I tried to load it up as I normally would from there, but it would only give the normal maps, and nothing had been changed. What am I doing wrong, and how do I do it correctly?

    *EDIT*
    Ah never mind, just had to do a bit of tinkering... looks to be all good now at long last!
    Last edited by frenchguy; 31-03-2012 at 18:15.

  12. #212
    I'm new to modding and I am trying to get this to work. I followed all of the directions up to entering "0" for the seed, then python closes and I start Victoria II and everything looks the same? What am I doing wrong?

    Edit: OK i fixed it but now everytime to try to do diplomacy the game crashes and I've reinstalled it again.
    Last edited by Jacob Enders; 10-04-2012 at 01:36.

  13. #213
    Recruit Desertfox1942's Avatar
    Victoria 2

    Join Date
    Feb 2011
    Location
    Chesapeake, Virginia
    Posts
    4
    *EDIT*
    Ah never mind, just had to do a bit of tinkering... looks to be all good now at long last!
    Edit: OK i fixed it but now everytime to try to do diplomacy the game crashes and I've reinstalled it again.
    http://xkcd.com/979/

    But seriously, an explanation as to what you did to solve this problem would be greatly appreciated.

  14. #214
    Quote Originally Posted by m68135 View Post
    I need help.

    I made a semi-functional version for AHD. But pops and units aren't working.

    Extract the attached file to your mod folder and give it a try. It should work without problems.

    Now, if you extract either mod/333/history/units.7z or pops.7z, the game will crash when you hit Play. Can anyone figure out what's wrong?

    Thanks
    Sorry to ask, but how do i actually use that mod now?
    I dont see the Generator.py and dont know how this works now.

  15. #215
    Second Lieutenant Syber's Avatar
    Hearts of Iron 2: ArmageddonVictoria: RevolutionsVictoria 2Crusader Kings IIVictoria II: A House Divided

    Join Date
    Aug 2007
    Location
    São Paulo, Brazil
    Posts
    125
    The mod is great especially once the more exotic culture files are removed so the names are readable : )
    I have two observations though.

    -When we disable random province naming the region naming persists random. It too should be disabled for consistency.
    -Each culture group spawns 2-3 religions, creating just TOO much religions, which run out of symbols and all use the same, making a real mess when you have 3 religions and every pop looks the same
    So please add a religion randomness switch on/off. (Or make more culture groups intetwin their religions, probably both)
    God Emperor of Japan in The End of an Era: 1917 Balance of Power
    President of the Argentine Confederation in World in Revolution: 1861
    Prime Minister of Communist Israel, Puppet Master of Jordan, Iraq, Greater Syria and Kurdistan in 1948: Balance of Power (world nuked into oblivion by treacherous capitalists!)

  16. #216
    Private Rikeus's Avatar
    EU3 CompleteHeir to the ThroneMount & Blade: WarbandVictoria 2Divine Wind
    MagickaMount & Blade: With Fire and SwordVictoria II: A House DividedA Game of DwarvesMarch of the Eagles
    Impire

    Join Date
    Jan 2011
    Location
    Australia, Earth
    Posts
    19
    This is really cool! One question, will it ever be possible for the program to generate an entirely new world map as well, or is that hard-coded into the game?

  17. #217
    Lord High Admiral General Baker's Avatar
    EU3 OwnerEU3 CompleteHearts of Iron IIIHeir to the ThroneMount & Blade: Warband
    Semper FiVictoria 2Commander: Conquest of the AmericasDivine WindMagicka
    Cities in MotionCrusader Kings IIMount & Blade: With Fire and SwordVictoria II: A House DividedNaval War: Arctic Circle

    Join Date
    Jun 2010
    Location
    Home Counties, UK
    Posts
    634
    Quote Originally Posted by Rikeus View Post
    This is really cool! One question, will it ever be possible for the program to generate an entirely new world map as well, or is that hard-coded into the game?
    I remember seeing something like that being done for HOI3, so I'm sure it's possible somehow :3

  18. #218
    They've done a random map generator for EU3 also (though that kept all the original countries and cultures). If someone wants to add that functionality, they could take a look at the EU3 version.

    I think the best use of this would be with the whole setup random (map and everything else) - but that would be the best thing -ever-.
    俺はMEIOUずきだ。

  19. #219
    Private Bediende's Avatar
    Victoria: RevolutionsEU3 CompleteSupreme Ruler 2020Heir to the ThroneMount & Blade: Warband
    Victoria 2Commander: Conquest of the AmericasDivine WindCrusader Kings IIVictoria II: A House Divided
    Crusader Kings II Holy Knight

    Join Date
    Aug 2010
    Location
    Pacific NW
    Posts
    12
    I've run into an issue. I get all the way to entering a generated seed, I get to the map and the game is about it start up, and then it crashes. Ideas?

    Note: I figured out this first issue. I forgot to update my Vanilla Vicky 2 to 1.3. Now I can't run my saved game! Too bad too. The uncivilized country between me (an alternate France) and my rival (an alternate united Eastern Europe) was sslowly being eaten away. Only a short time before world war I.
    Last edited by Bediende; 26-06-2012 at 18:36.

  20. #220
    this does work with AHD 2.3 right?

    edit- tried but keeps crashing. Now begins the search for why.

    edit 2 - game loads 1/3 of attempts and map comes up blank.
    Last edited by AdeptusM; 02-07-2012 at 03:46.

+ Reply to Thread
Page 11 of 16 FirstFirst ... 9 10 11 12 13 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts