Hello!
Can someone help me? I want to bind keys (ex. shift + x) for aiautoplay ex. for 5 turns. How can I do it? I'm totally noob on these things.
I don't know what to edit and where.
Thanks.
While scanning the CivicInfos XML file I came across this element (God King):
<CapitalCommerceModifiers>
<iCommerce>50</iCommerce>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
</CapitalCommerceModifiers>
I figure the first iCommerce represents Gold since that is what God King is showing to modify. Is science second and culture third or vice-versa? Working on parsing these files and not familiar at all with the Python such that I could scan source to see how it is being used.
Thanks for the assistance and you will probably be hearing similar questions so any references you could provide would be helpful (like the first post in this thread).
You just have to remember that even though they have names, they are still loaded by order alone, and you cannot change the order of the names. But as long as you do not modify your Schema again that is a moot point, because the XML loading from the Schema will enforce the order anyway.
Kael, how did you get the shortcut to be on the desktop? I've tried and tried to figure this out, but I can't get any of the scripting to work at all, I haven't even been able to get it to grab my files... I've gotten it to install to the correct folder, and put the shortcut in the mod so someone can grab it and put it on their desktop (no scripting involved that way, it's pretty straighforward really), but I can't for the life of me figure out how to get it to just put the shortcut on the desktop in the first place.I use the Nullsoft Install System (basically just to turn a zip file into an exe). Its very easy.
Kael, how did you get the shortcut to be on the desktop?
CreateShortCut "$DESKTOP\${NAME}.lnk" "$INSTDIR1\Civ4BeyondSword.exe" "mod=\${NAME}"
Kael, how did you get the shortcut to be on the desktop? I've tried and tried to figure this out, but I can't get any of the scripting to work at all, I haven't even been able to get it to grab my files... I've gotten it to install to the correct folder, and put the shortcut in the mod so someone can grab it and put it on their desktop (no scripting involved that way, it's pretty straighforward really), but I can't for the life of me figure out how to get it to just put the shortcut on the desktop in the first place.
;Change this file to customize zip2exe generated installers with a modern interface
!include "MUI.nsh"
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_LANGUAGE "English"
; The name of the installer
Name "Fall from Heaven 2 033"
; The file to write
OutFile "FallfromHeaven2033.exe"
; Request application privileges for Windows Vista
RequestExecutionLevel admin
; The stuff to install
Section "Fall from Heaven (required)"
SetOutPath $INSTDIR
; CreateShortCut "$DESKTOP\Fall from Heaven 2 033.lnk" "$INSTDIR\..\Civ4BeyondSword.exe" "mod=\Fall from Heaven 2 033" "$INSTDIR\..\Civ4BeyondSword.exe" 0
SectionEnd
Function .onInit
ReadRegStr $0 HKLM "SOFTWARE\Firaxis Games\Sid Meier's Civilization 4 - Beyond the Sword" "INSTALLDIR"
StrCpy $INSTDIR "$0\Mods"
FunctionEnd
FYI for map makers, if you want to update a map to version 34 you need to delete barbatos, should he be there, and change the line in each player's info block about art style from
ArtStyle=ARTSTYLE_GRECO_ROMAN (or whatever) to
ArtStyle=ARTSTYLE_KURIOTATES (or whatever)
(Although if it is a Fall Further map, you may not need to)
edit: and dang, something else I can't figure out...
BeginMap
grid width=52
grid height=52
top latitude=90
bottom latitude=-90
wrap X=0
wrap Y=0
world size=WORLDSIZE_STANDARD
climate=CLIMATE_TEMPERATE
sealevel=SEALEVEL_LOW
num plots written=2704
num signs written=0
Randomize Resources=true
[b] Randomize Lairs=true
Randomize Unique Improvements=false[/b]
EndMap