Hi
@tobrago
I have the
utmost respect for your work on this extensive project, which I've been using since the first version was published.
When I first started exploring modding, it was somewhat of an inspiration for me to create my own license plate design. But...
The mod still has most of the bugs from the previous versions that people have been reporting to you for a long time.
Not only the offsets (e.g., "glassstickers" in the Volvo FH5/FH6...), but also bugs in models that cause the red pin slots for accessories to not be displayed at all (e.g., the missing geometry (plane) with the "none" material in the model).
FH5_FH6_glassticker.png
Additionally, there are errors in the definition files, e.g., for the Volvo FH6 2024 SCS [/def/vehicle/truck/volvo.fh_2024/accessory/glass_sticke/stickers1.sii]
Code: Select all
SiiNunit
{
accessory_addon_data: stickers1.volvo.fh_2022.glass_sticke
{
name: "@@stickers_1@@"
price: 45
unlock: 6
icon: "stickers/ico_slot_1"
interior_model: "/vehicle/truck/volvo_fh_2022/accessory/glassstickers/glassstickers1_int.pmd"
exterior_model: "/vehicle/truck/volvo_fh_2022/accessory/glassstickers/glassstickers1.pmd"
}
}
Example of a Schmitz SBO trailer [/def/vehicle/trailer_owned/schmitz.sbo/accessory/z_znak_0/shape1.sii]
Code: Select all
SiiNunit
{
accessory_addon_data: shape1.scs.box.z_znak_0
{
name: "COUNTRY COD, LKW, SPEED LIMIT"
price: 3
unlock: 5
icon: "ico_basic"
exterior_model: "/vehicle/trailer_owned/scs_box/accessory/z_znak_0/zadnji_znak_0.pmd"
suitable_for[]: "euro_3.scs.box.r_bumper"
suitable_for[]: "eco_2.scs.box.r_bumper"
}
}
These are just 4 examples, but most of the bugs you can expect in reports are caused by these reasons.
Don't take this as negative. I decided to write this post in good faith before bug reports and game.log requests begin, which for some people is a quantum physics issue.
I know that you have a private life and responsibilities outside of this project, and modding is a hobby, just like for other creators.
So, please treat my post positively, as my goal was to point you in the direction of potential bug reports regarding their causes.
I may not have much knowledge on the subject, but having a clue where to look for the cause means I don't have to waste time looking for it.
I have one more issue, but I'll write about it in a private message.
Best regards, Rafal [JmZ]
(Sorry for the spelling - I'm using a translator)
You do not have the required permissions to view the files attached to this post.