Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

Nenic

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

1 Neutral

About Nenic

  • Rank
    On the Coast
  1. Nenic

    How to spawn new M1025 on private server?

    Thanks both aux7 and Tarkukes. It's working now 🙂
  2. Nenic

    How to spawn new M1025 on private server?

    Thanks for the reply aux7 :-) I've tried getting the M1025 to spawn in the same way that I did the normal off road hatchback but it's not appearing. Using the same basic outline the offroad hatchback would spawn when the player respawns. The server displays several CE messages when it runs containing "Unknown category 'vehicleparts' This is what I am using: EntityAI car; vector NewPosition; vector OldPosition; OldPosition = player.GetPosition(); NewPosition[0] = OldPosition[0] + 2; NewPosition[1] = OldPosition[1] + 0.0; NewPosition[2] = OldPosition[2] + 2; car = GetGame().CreateObject( "Offroad_2", NewPosition, false, true, true ); car.GetInventory().CreateAttachment("Offroad_02_Door_1_1"); car.GetInventory().CreateAttachment("Offroad_02_Door_1_2"); car.GetInventory().CreateAttachment("Offroad_02_Door_2_1"); car.GetInventory().CreateAttachment("Offroad_02_Door_2_2"); car.GetInventory().CreateAttachment("Offroad_02_Hood"); car.GetInventory().CreateAttachment("Offroad_02_Trunk"); car.GetInventory().CreateAttachment("Offroad_02_Wheel"); car.GetInventory().CreateAttachment("Offroad_02_Wheel"); car.GetInventory().CreateAttachment("Offroad_02_Wheel"); car.GetInventory().CreateAttachment("Offroad_02_Wheel"); car.GetInventory().CreateAttachment("Offroad_02_Wheel"); //spare car.GetInventory().CreateAttachment("GlowPlug"); car.GetInventory().CreateAttachment("CarBattery"); car.GetInventory().CreateAttachment("HeadlightH7"); car.GetInventory().CreateAttachment("HeadlightH7"); auto carfluids = Car.Cast( car ); carfluids.Fill( CarFluid.FUEL, 1000 ); carfluids.Fill( CarFluid.OIL, 1000 ); carfluids.Fill( CarFluid.BRAKE, 1000 ); carfluids.Fill( CarFluid.COOLANT, 1000 ); Thanks for any suggestions :-)
  3. Hi, I have a private server and want to be able to spawn in the new M1025 Humvee. I have looked through the types.xml but have been unable to find it in there. Does anyone know what the new vehicle is called in types.xml? Thanks 🙂
×