S someone67 Warlord Joined Jun 30, 2008 Messages 121 Jan 21, 2009 #1 I already figured out how to make simple spells like direct damage spells and buffs in xml, but how do I make more complex spells like terraforming?
I already figured out how to make simple spells like direct damage spells and buffs in xml, but how do I make more complex spells like terraforming?
M Methuselah King Joined Dec 28, 2007 Messages 677 Jan 21, 2009 #2 Assets\python\entrypoints\CvSpellInterface.py That's where you can dictate what they do terrain wise etc. Don't forget to make the corresponding XML entries for it.
Assets\python\entrypoints\CvSpellInterface.py That's where you can dictate what they do terrain wise etc. Don't forget to make the corresponding XML entries for it.
S someone67 Warlord Joined Jun 30, 2008 Messages 121 Jan 21, 2009 #3 Methuselah said: Assets\python\entrypoints\CvSpellInterface.py That's where you can dictate what they do terrain wise etc. Don't forget to make the corresponding XML entries for it. Click to expand... Thank you for your imediate halp! But don't I need special software to open python files? Can you recommend anything?
Methuselah said: Assets\python\entrypoints\CvSpellInterface.py That's where you can dictate what they do terrain wise etc. Don't forget to make the corresponding XML entries for it. Click to expand... Thank you for your imediate halp! But don't I need special software to open python files? Can you recommend anything?
M Methuselah King Joined Dec 28, 2007 Messages 677 Jan 21, 2009 #4 someone67 said: Thank you for your imediate halp! But don't I need special software to open python files? Can you recommend anything? Click to expand... IDLE (which comes with Python) or notepad++.
someone67 said: Thank you for your imediate halp! But don't I need special software to open python files? Can you recommend anything? Click to expand... IDLE (which comes with Python) or notepad++.
G giddion Crusader Joined Aug 7, 2007 Messages 258 Location Melbourne, Australia Jan 22, 2009 #6 I think vim works best, can get it for windows too, I use the elflord template.