|
Post by Domenikus on Oct 27, 2016 18:14:22 GMT -5
Ok so I have been trying to learn how to add areahits to levels/stages. I was able to change the (CHARGE BATTERY) from "STiP0s Custom Security Room" into a s500 port to Seon's Food & Stuff ( I got the code from one of the doors in the arcromarea400.arc north plaza). So now im trying to add the (charge battery) back to the map and just move the s500 areahit over about z= 2000 so they dont overlap each other. But I keep getting crashes when I have both the (Charge battery) and the s500 areahit on at the same time. Any ideas on what Im doing wrong? Also of what importance does these lines have? All of the custom areashits that Stipo added have this value. <u32 name="CHECK" value="4402"/> <u32 name="SUCCESS" value="32"/> <u32 name="TRRIGER" value="8192"/> <u32 name="CHECK NOT EVENT_SYSTEM" value="256"/>
|
|
|
Post by Domenikus on Oct 27, 2016 20:50:34 GMT -5
Those values are needed to pass certain security checks. I found what I was doing wrong (<array name="mpLayoutInfoList" type="classref" count="18">) It was set to 17, so when I tried to load 18 of them it would crash. One more question I hope you dont mind , Is there a easy way to find XYZ cords in a level?
|
|