• Civilization 7 has been announced. For more info please check the forum here .

Search results

  1. Nefliqus

    [LUA] how to add new CS

    How to add new CS by LUA command?
  2. Nefliqus

    any news about new multi-player features?

    Any news about new multi-player features? Do you think that for pitboss we will need additional steam account for pitboss server? Do you think that mods will be finally available in multi-player as it is in civ4? I hope that lock of info about multi-player doesn't mean that Firaxis has ignored...
  3. Nefliqus

    Formulas from DLL

    I'm just curios if maths formula for science and gold is available in DLL. How exactly science and gold amount is calculated?
  4. Nefliqus

    Echelon

    Echelon, a little tool for MP players. Tested with GAK 1.0.2.13 http://forum.civilization.org.pl/download.php?id=1657
  5. Nefliqus

    How to stop AI to move units

    In file CIV5MultiplayerOptions.xml is option MPOPTION_TAKEOVER_AI but this option (as all MP options) is not active. You can change it in xml file but it doesn't change game rules. It the game MPOPTION_TAKEOVER_AI is always true. I want to deactivate AI unit movements in MP. Pls don't ask why I...
  6. Nefliqus

    MP save game and DLL

    Hi, I don't know C++ and I don't want to start with new DLL. I just want to ask you if someone could check why manual save in MP is just a copy of last autosave file with new name. I need save function during MP turn to finish one of my project (simple pitboss functionality). Could someone check...
  7. Nefliqus

    [Lua] Map reaload after 1st turn in MP

    Ok, my map script generate mirror maps for MP games. It works very well but I have one problem that I can't fix. After 1 turn there is always reload. I think that it is because map is generated in different way on host PC and other player PCs. I dont know why. Could someone check this script. I...
  8. Nefliqus

    [LUA] change starting locations in civ5map

    If someone want to move starting location on civ5map or change starting location in existing game this script could be usefull. I have used it to setup PBEM game on civ5map. Just include it to InGame.lua...
  9. Nefliqus

    [Lua]

    how to set player's color? EDIT:
  10. Nefliqus

    [Lua] PreGame.GetCivilizationColor();

    what argument i need for PreGame.GetCivilizationColor(); It is civindex civ.type or...?
  11. Nefliqus

    [Lua] How to change NickName

    How to change player's Nick name? edit: PreGame.SetNickName(player_ID, sTragetPlrName); Not a utility -> moved to SDK/Lua.
  12. Nefliqus

    [GMR] Zapisy do polskiego PBEM DRAFTOWY

    This is information about sign up into "Polish PBEM DRAFTOWY" on forum.civilization.org.pl. More info: http://forum.civilization.org.pl/viewtopic.php?p=218048#218048 Zapisy do polskiego PBEM DRAFTOWY: http://forum.civilization.org.pl/viewtopic.php?p=218048#218048
  13. Nefliqus

    CityState war/peace exploit

    In GAK 1.0.1.705 You can declare war, use your units to attack city state to get experience or capture city state and next sign a peace. All in one turn without city state reaction, turn after turn.
  14. Nefliqus

    [Lua] How to initiate autosave

    How to initiate autosave or how to save game into autosave folder?
  15. Nefliqus

    [lua] How to connect custom db?

    Could I connect other than civ5 db in LUA code? I want to use db as midware to export data from civ5 lua script. or Could I create permanent table in civ5 db?
  16. Nefliqus

    GAK Tech Tree

    GAK Tech Tree: Big: LQ (250K) HQ (1MB): http://forum.civilization.org.pl/img/Nefliqus_phpMXkEuU_GAKTechTree-HQ.jpg attention, another version can be found here.
  17. Nefliqus

    Trigger function before city capture

    Task description: I want to create new civ with UA that will let to save cultural building in captured city. Problem description: I want to create list of cultural building in the city before capturing. In this why I will be able to add it later. The problem is how to trigger function just...
  18. Nefliqus

    List of logical, historical and reality mistakes in civ5 GAK

    List of logical, historical and reality mistakes in civ5 GAK: 1) Hospital produces food like restaurant 2) Austria's eagle color -> is white, should be black 3) China badge colors -> should be yellow and blue 4) Helicopter cant cross water and loose movements points over rivers :lol: 5) Archers...
  19. Nefliqus

    C++/Lua Request Thread

    - Capability to add new CityState player after game start, like Game.AddPlayer()
  20. Nefliqus

    How to chat with STEAM's users without STEAM client

    To chat with STEAM's users without STEAM you can use IMO IM client. https://imo.im/ or Vapor - Cross Platform Steam Client http://www.facepunch.com/showthread.php?t=1057523
Top Bottom