Advertisement
Guest User

Untitled

a guest
Dec 11th, 2024
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. description: Play "Civilization IV" on Linux!
  2. game_slug: sid-meiers-civilization-iv
  3. gogslug: sid_meiers_civilization_iv_the_complete_edition
  4. humblestoreid: ''
  5. installer_slug: civilization-iv-gog
  6. name: Civilization IV
  7. notes: Civilization IV, Civilization IV - Beyond Sword, Civilization IV - Warlords,
  8. Civilization IV - Colonization
  9. runner: wine
  10. script:
  11. files:
  12. - gogsetup: N/A:Please select the game Windows install file, available for download
  13. from your GOG account page
  14. - game_cfg: https://github.com/legluondunet/MyLittleLutrisScripts/raw/refs/heads/master/Civilization%20IV/CivilizationIV.ini
  15. game:
  16. exe: drive_c/GOG Games/Civilization IV/Civ4/Civilization4.exe
  17. launch_configs:
  18. - exe: $GAMEDIR/drive_c/GOG Games/Civilization IV/Civ4/Beyond the Sword/Civ4BeyondSword.exe
  19. name: Civilization IV - Beyond Sword
  20. - exe: $GAMEDIR/drive_c/GOG Games/Civilization IV/Civ4/Warlords/Civ4Warlords.exe
  21. name: Civilization IV - Warlords
  22. - exe: $GAMEDIR/drive_c/GOG Games/Civilization IV/Civ4Colonization/Colonization.exe
  23. name: Civilization IV - Colonization
  24. prefix: $GAMEDIR
  25. installer:
  26. - task:
  27. arch: win64
  28. name: create_prefix
  29. prefix: $GAMEDIR
  30. - extract:
  31. dst: $CACHE
  32. file: gogsetup
  33. format: gog
  34. - merge:
  35. dst: $GAMEDIR/drive_c/GOG Games/Civilization IV
  36. src: $CACHE/game
  37. - task:
  38. app: vcrun2003 msxml3 win10
  39. name: winetricks
  40. prefix: $GAMEDIR
  41. - input_menu:
  42. description: 'Please choose game''s language:'
  43. id: LANG
  44. options:
  45. - 0: English
  46. - 1: French
  47. - 2: German
  48. - 3: Italian
  49. - 4: Spanish
  50. preselect: 0
  51. - execute:
  52. command: sed -i -e 's/ScreenWidth = 0/ScreenWidth = '$RESOLUTION_WIDTH'/g' -e
  53. 's/ScreenHeight = 0/ScreenHeight = '$$RESOLUTION_HEIGHT'/g' -e 's/Language
  54. = 0/Language = '$INPUT_LANG'/g' $game_cfg;
  55. - merge:
  56. dst: $GAMEDIR/drive_c/users/$USER/Documents/My Games/Beyond the Sword
  57. src: game_cfg
  58. - merge:
  59. dst: $GAMEDIR/drive_c/users/$USER/Documents/My Games/Civ4
  60. src: game_cfg
  61. - merge:
  62. dst: $GAMEDIR/drive_c/users/$USER/Documents/My Games/Civ4Colonization
  63. src: game_cfg
  64. - merge:
  65. dst: $GAMEDIR/drive_c/users/$USER/Documents/My Games/Warlords
  66. src: game_cfg
  67. slug: civilization-iv-gog
  68. steamid: 3900
  69. version: bob
  70. year: 2005
  71.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement