Quote:
Originally Posted by TheGsProds
¿The editor is only available on AP? I can´t find the editor in CW
|
Actually its only available with CW so you should have it, but you have to download some additional stuff since some places where you purchase it don't include everything.
See this post:
http://forum.1cpublishing.eu/showthread.php?t=16706
And there is a whole section devoted to the CW Editor:
http://forum.1cpublishing.eu/forumdisplay.php?f=184
The editor is buggy and tends to crash a lot (at least on my computer), but it is a great way to get started with altering the game files especially if you're not much of a code person. After you launch the editor, load a session, then a map, and then go to Sessions -> Items to start looking at items. They are listed alphabetically by their names in ITEMS.TXT. Also pay attention to the includes at the beginning of ITEMS.TXT:
- ==medals.txt
- ==hidden.txt
- ==spells.txt // include
- ==spells_adventure.txt // include
- ==specials.txt // include
- ==boss.txt // include
- ==effects.txt // include
- ==companion.txt // include
- ==items_quest.txt
- ==items_monster.txt
- ==params.txt
- ==special_params.txt
- ==new_specials.txt
- ==new_spells.txt
- ==arena_spells.txt
Note that MEDALS, HIDDEN, COMPANION, ITEMS_QUEST, and ITEMS_MONSTER all include items that are aggregated in Sessions -> Items when you pull it up in the editor so you can literally page through all the items in the game and double click an item to start editing it (or at least perusing how its capabilities are implemented).
You'll find that MEDALS are just items that are added to your hero when you attain that medal and HIDDEN includes the pet dragon bonuses as well as the adventure spell bonuses so these are both good things to add to your list of items to look at in the editor.
Let me know if you have any more questions!
/C\/C\