mtasa-blue
mtasa-blue copied to clipboard
Add missing vehicle colors to vehiclecolors.conf
The vehicle "Street Clean Trailer (611)" should use the same colors from its truck "Utility Van (552)" instead of being always fully black.
Server/mods/deathmatch/logic/CVehicleDefaultColors.cpp
also contains this data
Server/mods/deathmatch/logic/CVehicleDefaultColors.cpp
also contains this data
True, it remains for the model 611 if I were to edit and by, I would put it as follows:
I would put the model 611 under 609, since it would be the next most model number
Code line: https://github.com/multitheftauto/mtasa-blue/blob/a59308d0dea5199d23ca22c522d68f93dc3fd610/Server/mods/deathmatch/logic/CVehicleDefaultColors.cpp#L694
"\n"
"611 56 56\n"
"611 49 49\n"
"611 26 124\n"
"\n"
But maybe he didn't put it on because he could make some conflict, I don't know very well.
Where is this new color defined in GTA:SA (carcols.dat doesn't have it) I cannot find where it should be gray. The decal text on the side is white, which would mean the color should be dark/black. Unless GTA has it gray, we shouldn't change the default behavior.
Secondly, you also need to address lopezloo's review above.
Where is this new color defined in GTA:SA (carcols.dat doesn't have it) I cannot find where it should be gray. The decal text on the side is white, which would mean the color should be dark/black. Unless GTA has it gray, we shouldn't change the default behavior.
This vehicle is unused in single player so that model probably isn't finished. It's black if you spawn it single player as colors aren't defined.
It has longitudinal rectangle which color is controllable via color 2 setting which matches rectangle found on "Utility Van (552)" vehicle so I think it was supposed to be gray and this text color is actually wrong.
This draft pull request is stale because it has been open for at least 90 days with no activity. Please continue on your draft pull request or it will be closed in 30 days automatically.
@lopezloo The requested changes are done. What about this pull request?
What is the status of this PR? Tested it and this vehicle still spawns with black color by default.
run veh = createVehicle(611, 0, 0, 4)
run getVehicleColor(veh)
Command results: 0 [number], 0 [number], 0 [number], 0 [number]
What is the status of this PR? Tested it and this vehicle still spawns with black color by default.
Open. It was not merged yet.
What is the status of this PR? Tested it and this vehicle still spawns with black color by default.
Open. It was not merged yet.
Have compiled it and it doesn't work. Spawns with black color.