Jump to content
  • 0

Campfires on Takistan not working.


arc7r7

Question

The "Land_Campfire_F" does not work on the Takistan map. I can see the "Light Fire" and "Put out Fire" actions but when using them nothing happens. I thought this might be an issue with AiAtp but they work in the editor with the mods loaded so I'm confused. Anyone have an idea about this? 

Thanks

**Edit SOLVED**

Ok so I fixed this problem, in the Takistan.h config the campfire is listed as this

            { "Land_Campfire_F", {6032.87,1115.99,-0.0418091}, {{0.000214814,0.999436,0.0335832},{0.00639275,-0.0335839,0.999416}}, true },

I changed it to this and it works now

            { "Land_Campfire_F", {6032.87, 1115.99, 0}, 0},

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

the true at the end is diabling simulation on the fire and that is preventing the fire from working

This should also work and will be changed in the next build 0.3.7:

{ "Land_Campfire_F", {6032.87,1115.99,-0.0418091}, {{0.000214814,0.999436,0.0335832},{0.00639275,-0.0335839,0.999416}}, false },

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...