zulu9812
The Newbie Nightmare
It would be great to see this updated. Civ4 not having a rule editor is a big step back from CivIII, IMO, and even something like an excel file would be most useful.
talchas said:You could do this in openoffice, you would just have to rewrite the macros using python or whatever it uses instead of vba.
Loop
col = startCol
row = startRow
Do Until fout.AtEndOfStream
line = MyTrim(fout.ReadLine)
If line = MyTrim(beginning) Then
col = col + 1
If col > endCol Then
endCol = endCol + 1
newItem
End If
row = startRow
inItem = True
ElseIf line = MyTrim(endTag) Then ' do nothing and wait for the start tag
inItem = False
ElseIf Not inMap Then
Set theMatches = theRegExp.Execute(line)
If theMatches.Count > 0 Then
Set theMatch = theMatches.Item(0)
tag = theMatch.SubMatches(0)
value = theMatch.SubMatches(1)
Do Until ("Tag" = Cells(row, commandColumn) Or "OptionalTag" = Cells(row, commandColumn)) And tag = Cells(row, commandColumn + 1)
Cells(row, col) = ""
row = row + 1
Loop
asioasioasio said:for thousend times thx. this is very good and flexible tool and very useful![]()
![]()
![]()
![]()
![]()
![]()
![]()
now i know what's the problem with this error - i've tried to load with warlords code - and when i added rows with warlords tags now it works very good
and what about leaders and nations and civics - is it possible you'll add them?![]()