Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cojobe

Pages: [1]
1
Technical Support / Re: Editor run crash
« on: January 03, 2014, 06:10:10 AM »
Got it to work! I did what RoseyNineOneOne did
Many thanks!
Okay, I figured it out by browsing about. You need to make a new folder for your map, name your map when you save it as level_mapname, and make to XML files:
info.xml:
Code: [Select]
<info>
<name>Script test level</name>
<description></description>
<lives>10</lives>
</info>

and

levels.xml:
Code: [Select]
<levels start="1">
<act name="lvl.act1">
<level id="1" res="test_puzzle.xml" name="Puzzle test" />
</act>
</levels>

2
Technical Support / Editor run crash
« on: January 02, 2014, 04:37:22 AM »
I have made a level, and when I go into tools>run or even run from camera, it crashes tells me that it has crashed and to send file to an email. I have tried moving my whole hammerwatch folder to desktop, program files, and even program filesx86 and I still come up with the same issue every time.
Thanks for any help given! :)

Pages: [1]