Brute Camp Trailer [Add-On] 1.0
1 651
65
1 651
65
For a long time I want a trailer like this in game. And here it is, another prop conversion into functional trailer with a lot of my edits.
Install:
- drop trailercamp folder into dlcpacks
- add line trailercamp in dlclist.xml
- in vehicles.meta you have to manually add trailer for every vehicle you want to use this trailer
Changelog:
V1.2
- changes in vehicles.meta and handling (hope it will fix fiveM spawn bug)
V1.3
- fixing some collisions and another handling edit
I hope you enjoy my work.
Install:
- drop trailercamp folder into dlcpacks
- add line trailercamp in dlclist.xml
- in vehicles.meta you have to manually add trailer for every vehicle you want to use this trailer
Changelog:
V1.2
- changes in vehicles.meta and handling (hope it will fix fiveM spawn bug)
V1.3
- fixing some collisions and another handling edit
I hope you enjoy my work.
Первая загрузка: 16 февраля 2023
Последнее обновление: 7 марта 2023
Последнее скачивание: 4 минуты назад
27 комментариев
For a long time I want a trailer like this in game. And here it is, another prop conversion into functional trailer with a lot of my edits.
Install:
- drop trailercamp folder into dlcpacks
- add line trailercamp in dlclist.xml
- in vehicles.meta you have to manually add trailer for every vehicle you want to use this trailer
Changelog:
V1.2
- changes in vehicles.meta and handling (hope it will fix fiveM spawn bug)
V1.3
- fixing some collisions and another handling edit
I hope you enjoy my work.
Install:
- drop trailercamp folder into dlcpacks
- add line trailercamp in dlclist.xml
- in vehicles.meta you have to manually add trailer for every vehicle you want to use this trailer
Changelog:
V1.2
- changes in vehicles.meta and handling (hope it will fix fiveM spawn bug)
V1.3
- fixing some collisions and another handling edit
I hope you enjoy my work.
Первая загрузка: 16 февраля 2023
Последнее обновление: 7 марта 2023
Последнее скачивание: 4 минуты назад
Hy, v1.3 is released.
This should fix crashing the game. Please tell me if fiveM spawn is fixed.
@calvooo just in fivem as admin. /car trailercamp as i do any vehicle.
https://i.imgur.com/VoF4NPi.jpeg
@iamproof
Hmm interesting. I have to admit, I have no experiences with fivem.
Did you try other trailers of mine? Do they spawn correctly?
no i havent. i can try. but wouldnt matter lol i want this one. i like it
I have the same Problem on FiveM, Trailer spawn upside down. But your other Trailer Brute Car Trailer spawn correctly
@calvooo you need to remove the FLAG_SPAWN_BOAT_ON_TRAILER flag in the vehicles.meta file. I met the boat several times in the trailer.
@Argynkazy
Oh thank you for your contribution. Will fix it asap.
Crashes my game
In FiveM, it still spawns upside down. Apparently a person on the forums claims it comes from an issue with the handling meta if the meta was used from a smaller trailer, like smalltrailer.
Trailer still doesnt spawn correctly for fivem, if you spawn it slightly above the ground it spawns correctly, but it seems to attach to the ground upside down
@calvooo The small fuel trailer spawns correctly. I have heard that if you use a small trailer base to put a big vehicle on, it can mess up the spawning and make it spawn upside down for fivem
Interesting.. I will try with another handling data and see.
I did not use any trailer as base model. Only prop model and some other parts.
@calvooo I hope you have plans to continue to revive the dead trailers that are in the vicinity as objects. there are many similar to fueltrailer.
Fivem spawn is not fixed. it still puts it upside down
@CMFarms
Im sorry to hear that. As I said before, I have no experiences with fiveM.. and Im out of solutions.
In SP trailer work like charm.
If there is someone who can help me with that, just hit me in chat.
@calvooo
does it have any interrior ?
@duration
There is no interior for now. Maybe in the future.
@calvooo Would be so cool to have one, in the future, dude :)!
say my name...
@CMFarms and other FiveM users : Maybe not the best solution but at least, it works : In es_extended/client/main.lua, search for esx:spawnvehicle and add this to make the trailer and all other vehicles who spawn upside-down on their wheels : if not IsVehicleOnAllWheels(vehicle) then
local carCoords = GetEntityRotation(vehicle, 2)
Citizen.Wait(500)
SetEntityRotation(vehicle, carCoords[1], 0, carCoords[3], 2, true)
end