Report Bugs Hints & Tips Strategy Articles Best of Civ5 Best Leaders Member reviews Stories
Results 1 to 11 of 11

Thread: NOVAL Invert Mirror Map Script for multiplayer games

  1. #1
    Nefliqus
    Settler
    Join Date
    11 Apr 2011
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 25, 2013
    Local Time
    16:11

    NOVAL Invert Mirror Map Script for multiplayer games

    NOVAL_WAR_ROUTE_v9





    Description:
    Another mirrored map for players who like to have ideally equal starting spots. It is script dedicated to 1v1 game with City State, barbs camps, ruins...
    This map uses Leszek Deska invert mirroring algorithm from LDeska_Insidesee.lua script.

    It makes mirror of all element of the game:
    1) landmass, resources, natural wonders...
    2) Players starts positions,
    3) City State starts positions,
    4) Barbs Camps (with active barb warrior),
    5) Ruins,
    6) Players Teams (one team on left , second on right)

    I have added some Advanced Setup menu with options to make MultiPlayer game more attractive:
    1) additional human units from start added by map script.
    2) additional CS units from start added by map script.
    3) El Dorado erasing
    4) uranium, horse, iron, quantity setting
    5) lux types qty setting,
    6) teams positions setting (random or frontline, distance short or long)
    7) permanent war option (game will start with permanent war beetwean human players. ALWAYS_WAR for games without CS and NO_CHNAGE_WAR->PEACE for game with CS.)
    8 ) "Map setup description" popup window
    9) free road
    10) some map configuration option.

    Several landmass types are available:
    1) "Plain without sea","Oval pangaea without sea",
    2) "Small inland sea","Oval pangaea with inland sea",
    3) "Medium inland sea","Oval pangaea with inland sea",
    4) "Huge inland sea","Oval pangaea with inland sea",
    5) "Zorro atoll","Z-shape pangaea",
    6) "Mountains","Mountains pangaea without sea",
    7) "Fyords","Random pangaea with many fyords.",
    8 ) "Volcano","Volcano-shape pangaea".
    9) cold war
    10) desert storm
    11) Random landmass option

    Changelog:
    V8_3
    -improved landmass creation -> no more buncker maps
    -improved lux distribution
    -improved team position control
    -improved script stability
    -barbs army option added
    -perm. war option added
    -mirror maps barbs production blocking problem fixed

    Installation: put this map (mapname.lua) into C:\Program Files\Steam\steamapps\common\sid meier's civilization v\Assets\Maps\
    For multiplayer game all players have to upload new map to this folders on own PC.

    Warning: do not put it in "My Documents\..." - it will cause problems when other player will have it in correct location and you will try to play together.
    You have to restart you CIV after you have copied map script file!




    New menu element description:


    Code:
                        { --3
                            Name = "Uranium",
                            Values = {
                            {"None","No uranium on map"},
                            {"Rare","You will find same Uranium on map. 1 unit per uranium source"},
                            {"Balanced","Balanced amount of Uranium on map. 1-4 units per uranium source"},
                            },
                            DefaultValue = 2,
                            SortPriority = 6,
                        },
                        { --4
                            Name = "Landmass Type",
                            Values = {
                            {"Plain without sea","Oval pangaea without sea."},--1
                            {"Small inland sea","Oval pangaea with small inland sea."},--2
                            {"Medium inland sea","Oval pangaea with medium inland sea."},--3
                            {"Huge inland sea","Oval pangaea with huge inland sea."},--4
                            {"Zorro atoll","Z-shape pangaea."},--5
                            {"Ural","Mountains pangaea without sea."},--6
                            {"Volcano","Volcano-shape pangaea."},--7
                            {"Fyords","Random pangaea with many fyords."},--8
                            "Random",
                            },
                            DefaultValue = 9,
                            SortPriority = -80,
                        },
                        { --5
                            Name = "CitySate Army",
                            Values = {
                            "None",
                            {"+ARCHER","CitySate will start with 1 ARCHER."},
                            {"+ARCHER, HOPLITE","CitySate will start with 1 ARCHER and HOPLITE."},
                            {"+ARCHER, 2xHOPLITE","CitySate will start with 1 ARCHER and 2x HOPLITE."},
                            {"+ARCHER, 2xHOP., ELEPHANT","CitySate will start with 1 CROSSBOWMAN and 2x HOPLITE and ELEPHANT."},
                            {"+ARCHER, 2xHOP., 2xELEPHANT","CitySate will start with 1 CROSSBOWMAN and 2x HOPLITE and 2 x ELEPHANT."},
                            },
                            DefaultValue = 4,
                            SortPriority = 86,
                        },
                        { --6
                            Name = "Human Army",
                            Values = {
                            "None",
                            {"+SCOUT","Human player will start with Warrior +SCOUT."},
                            {"+SCOUT, WARRIOR","Human player will start with Warrior +SCOUT and Warrior."},
                            {"+SCOUT, WORKER, WARRIOR","Human player will start with Warrior +SCOUT and Worker and Warrior."},
                            {"+SCOUT, WORK., WARR., SETTLER","Human player will start with Warrior +SCOUT and Worker and Warriors and Settler."},
                            },
                            DefaultValue = 2,
                            SortPriority = 87,
                        },
                        { --7
                            Name = "Barbs. Camps",
                            Values = {
                            {"No barbs camps mirroring"},
                            {"Mirroring & No new units","Barbs camp will not create new barbs units."},
                            {"Mirroring & new units","Standard barbs camps behavior. Barbs camp will create new units."},
                            },
                            DefaultValue = 2,
                            SortPriority = 88,
                        },
                        { --8
                            Name = "Permanent War",
                            Values = {
                            {"ON","Game starts with permanent war beetwean human players. ALWAYS_WAR for games without CS and NO_CHNAGE_WAR->PEACE for game with CS."},
                            {"Off","Permanent war option is off."},
                            },
                            DefaultValue = 2,
                            SortPriority = 99,
                        },
                        { --9
                            Name = "Iron&Horse",
                            Values = {
                            "2 units per source",
                            "3 units per source",
                            "4 units per source",
                            "5 units per source",
                            "6 units per source",
                            {"Balanced","2-8 units per source, depend on landmass size."},
                            "Random",
                            },
                            DefaultValue = 1,
                            SortPriority = 7,
                        },
                        { --10
                            Name = "El Dorado",
                            Values = {
                            {"ON","El Dorado can appear."},
                            {"Off","No El Dorado on the map."},
                            },
                            DefaultValue = 2,
                            SortPriority = 9,
                        },
                        { --11
                            Name = "Team Setting",
                            Values = {
                            {"Start Anywhere","Random starting positions on one half of the map."},
                            {"Start Together","Team starting positions will form vertical line."},
                            },
                            DefaultValue = 2,
                            SortPriority = 98,
                        },
                        { --12
                            Name = "Land Wealth",
                            Values = {
                            {"Beggary","Max 2 types of lux resources and Sparse strategy resources."},
                            {"Poverty","Max 3 types of lux resources and Sparse strategy resources."},
                            {"Day-to-day life","Max 4 types of lux resources and Standard strategy resources."},
                            {"Prosperity","Max 5 types of lux resources and Standard strategy resources."},
                            {"Wealthily","Max 7 types of lux resources and Strategy Balanced."},
                            {"Extravagance","Max 9 types of lux resources and Strategy Balanced."},
                            {"Eden","Max 12 types of lux resources and Strategy Balanced."},
                            {"No limit","No limited types of lux resources and Strategy Balanced."},
                            "Random",
                            },
                            DefaultValue = 5,
                            SortPriority = 8,
                        },
                        { --13
                            Name = "Extra Promotions",
                            Values = {
                            {"None","City States and Barbarians units starts without extra promotions."},
                            {"For City States Only","Only City States units starts game with extra promotions."},
                            {"For Barbarians Only","Only Barbarians units starts game with extra promotions."},
                            {"For CS and Barbs","City States and Barbarians units starts game with extra promotions."},
                            },
                            DefaultValue = 1,
                            SortPriority = 89,
                        },                
                        { --17
                            Name = "Barbarians Army",
                            Values = {
                            {"None"},
                            {"+1 BRUTE","All Barbarians camps will start with camp defender and one BRUTE. This option is active only with 'Barbarians Camps Mirroring'."},
                            {"+2 BRUTE","All Barbarians camps will start with camp defender and two BRUTEs. This option is active only with 'Barbarians Camps Mirroring'."},
                            },
                            DefaultValue = 1,
                            SortPriority = 88,
                        },
                        { --15
                            Name = "Frontline Distance",
                            Values = {
                            {"Short","Distance between teams = 9 or more. It works only woth option: 'Start Together'."},
                            {"Medium","Distance between teams = 13 or more. It works only woth option: 'Start Together'."},
                            {"Long","Distance between teams = 17 or more. It works only woth option: 'Start Together'."},
                            },
                            DefaultValue = 2,
                            SortPriority = 99,
                        },
    Map size:
    [SPOILER]
    Code:
            [GameInfo.Worlds.WORLDSIZE_DUEL.ID] = {36, 22},
            [GameInfo.Worlds.WORLDSIZE_TINY.ID] = {43, 24},
            [GameInfo.Worlds.WORLDSIZE_SMALL.ID] = {55, 32},
            [GameInfo.Worlds.WORLDSIZE_STANDARD.ID] = {55, 32}, --nobody uses it in MP
            [GameInfo.Worlds.WORLDSIZE_LARGE.ID] = {55, 32}, -- nobody uses it in MP
            [GameInfo.Worlds.WORLDSIZE_HUGE.ID] = {55, 32}, -- nobody uses it in MP
    It was tested with patch 1.0.1.383 + hotfix.

    HAVE fun.NOVAL_WAR_ROUTE_v9_1en.rar
    Last edited by Nefliqus; November 17, 2011 at 05:42. Reason: new version

  2. #2
    Nefliqus
    Settler
    Join Date
    11 Apr 2011
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 25, 2013
    Local Time
    16:11

    Post

    DEL
    Attached Files Attached Files
    Last edited by Nefliqus; October 21, 2011 at 07:20.

  3. #3
    Martin Gühmann
    Administrator Martin Gühmann's Avatar
    Join Date
    02 Mar 2001
    Location
    Tübingen, Germany
    Posts
    7,248
    Country
    This is Martin Gühmann's Country Flag
    Thanks
    2
    Thanked 4 Times in 4 Posts
    Local Date
    May 25, 2013
    Local Time
    23:11
    You should link it in our download database, this way it can be more easily found by players. And by the way what category should I create for it?

    -Martin
    Civ2 military advisor: "No complaints, Sir!"

  4. #4
    Nefliqus
    Settler
    Join Date
    11 Apr 2011
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 25, 2013
    Local Time
    16:11
    Last edited by Nefliqus; October 21, 2011 at 07:30.

  5. #5
    Martin Gühmann
    Administrator Martin Gühmann's Avatar
    Join Date
    02 Mar 2001
    Location
    Tübingen, Germany
    Posts
    7,248
    Country
    This is Martin Gühmann's Country Flag
    Thanks
    2
    Thanked 4 Times in 4 Posts
    Local Date
    May 25, 2013
    Local Time
    23:11

    Post

    Quote Originally Posted by Nefliqus View Post

    I dont have 20 post so I cant past images and links. I thnik that "Multiplayer map scripts" is a good name for category. Pls do it for me and add description.
    Well, that's the download section not the forum, so you should be able to do it yourself. Otherwise, I have to fix something.

    Anyway, here is the Map Scripts section you suggested. Well, I made it more general, but please try whether you can add the entry.

    -Martin
    Civ2 military advisor: "No complaints, Sir!"

  6. #6
    Martin Gühmann
    Administrator Martin Gühmann's Avatar
    Join Date
    02 Mar 2001
    Location
    Tübingen, Germany
    Posts
    7,248
    Country
    This is Martin Gühmann's Country Flag
    Thanks
    2
    Thanked 4 Times in 4 Posts
    Local Date
    May 25, 2013
    Local Time
    23:11

    Post

    Well, I still would prefer if you would upload it or link to the attachment in your post. These external links have the property that they tend to break. But if it were linked to stuff on this site then we have that under control.

    -Martin
    Civ2 military advisor: "No complaints, Sir!"

  7. #7
    Nefliqus
    Settler
    Join Date
    11 Apr 2011
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 25, 2013
    Local Time
    16:11
    But it is easier for me, and I have information about download counts from all pages. I will add attachment link as a backup.

  8. #8
    Nefliqus
    Settler
    Join Date
    11 Apr 2011
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 25, 2013
    Local Time
    16:11
    Last edited by Nefliqus; October 21, 2011 at 07:17. Reason: new version

  9. #9
    fiasco130
    Settler
    Join Date
    19 Sep 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 25, 2013
    Local Time
    16:11
    I find Apolyton's Civ2 maps. I want to convert a few to civ 5.

  10. #10
    Nefliqus
    Settler
    Join Date
    11 Apr 2011
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 25, 2013
    Local Time
    16:11

    Post NOVAl v8_3 en

    NEW VERSION

    Changelog:
    V8_3
    -improved landmass creation -> no more buncker maps
    -improved lux distribution
    -improved team position control
    -improved script stability
    -barbs army option added
    -perm. war option added
    -mirror maps barbs production blocking problem fixed

    noval8team.jpgnoval8menu.jpgnovalWAR.jpgnoval8info.jpg

    HAVE fun! :attack:
    Attached Files Attached Files

  11. #11
    Nefliqus
    Settler
    Join Date
    11 Apr 2011
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 25, 2013
    Local Time
    16:11
    Changelog:
    V9
    -added free road between players start positions as an option
    -added two new landmass type: Cold War and Desert Storm (not wrapped)
    -uranium distribution correction
    -landmass creation correction
    -menu text fixing

    desetrstorm.jpg
    Attached Files Attached Files

Similar Threads

  1. Map script for multi games
    By ldeska in forum Civilization IV Multiplaying
    Replies: 0
    Last Post: October 10, 2007, 03:40
  2. Replies: 79
    Last Post: June 4, 2007, 14:46
  3. multiplayer mirror map needed
    By El Sordo in forum Civ2-General/Help-Archive
    Replies: 7
    Last Post: May 17, 2003, 11:49
  4. multiplayer mirror map needed
    By El Sordo in forum Scenario League / Civ2-Creation -Archive
    Replies: 3
    Last Post: May 14, 2003, 06:02
  5. multiplayer mirror map needed
    By El Sordo in forum Civ2-Multiplaying-Archive
    Replies: 2
    Last Post: May 14, 2003, 04:58

Visitors found this page by searching for:

multiplayer game script

multiplayer games script

mirror game script

mirror map civilization v

civ5 custom maps multiplayer

civ5 world builder

civ 5 custom map multiplayer

map type mirrors

civilization 5 how to use a new mapscript in mp

multiplayer map civilization v

civ 5 multiplayer map script

map scripts for games

multiplayer games names on invert ipadlua earth map script mp civ 5civ v custom map multiplayerearth map for civ 5 multiplayeriv mp scriptcivilization v multiplayer earth mapgood multiplayer civ 5 mapscreating custom map scripts in civ v multiplayercustom map civ 5 multiplayerciv5 earth map type multiplayer lua scriptmulit game scriptpowered by vBulletin free play scriptciv 5 start together

Bookmarks

Posting Permissions