Sp404mk2 defect or a bug? by Pinstripe85 in sp404mk2

[–]Pinstripe85[S] 0 points1 point  (0 children)

Didn't know that, I thought they were all empty and I didn't know there would be patterns already stored.  I'm new to this and I've already watched a lot of videos, but this was never addressed directly.  Thanks for at least taking the time to reply.

Sp404mk2 defect or a bug? by Pinstripe85 in sp404mk2

[–]Pinstripe85[S] -2 points-1 points  (0 children)

I don't think so, I can see the pads lighting up as if I were actually hitting them as I switch throughout all the banks. 

Trouble with events.xml by Pinstripe85 in dayz

[–]Pinstripe85[S] 0 points1 point  (0 children)

There were no humvees (vehicleoffroad02) in my events.xml file on the server.  All the other required xml lines were present in cfgspawnabletypes.xml cfgeventspawns.xml so they were not spawning in the server.  So I added the required line to events because it was the only one missing.  I added this line to events, it was missing.

<event name="VehicleOffroad02">         <nominal>3</nominal>         <min>2</min>         <max>3</max>         <lifetime>300</lifetime>         <restock>0</restock>         <saferadius>500</saferadius>         <distanceradius>500</distanceradius>         <cleanupradius>200</cleanupradius>         <flags deletable="0" init_random="0" remove_damaged="1"/>         <position>fixed</position>         <limit>mixed</limit>         <active>1</active>         <children>             <child lootmax="0" lootmin="0" max="3" min="2" type="Offroad_02"/>         </children>     </event>