Needed Help, Assistance, Advice

User avatar
50keda
SCS Software
Posts: 1699
Joined: 07 Dec 2012 11:59

Re: Help, assistance, advice

#121 Post by 50keda » 03 Dec 2017 21:13

Yep it's a problem in names. You can not have "f_signs_b" and "f_signs_b1" upgrades. Because game is searching for first locator in the model, thus when fitting "f_signs_b" it can spawn sign randomly either on locator "f_signs_b" or "f_signs_b1", because game is searching upgrade locators by prefix not by whole name match.
User avatar
tobrago
Posts: 2354
Joined: 19 Jun 2013 12:54
Location: Serbia
Contact:

Re: Help, assistance, advice

#122 Post by tobrago » 09 Dec 2017 12:24

Thanks a lot 50keda. I solved the previous problem, you were right the mistake was in allocating the name of the locator.

But now new problems arise!

I'm adding a new locator to Volvo FH 16 2009 trucks. The locator is called "glass_sticke". When I start the game, it can not be seen in the game (glass_sticke).

In Blender.
[ external image ]

In game.
[ external image ]

What's the catch?
Thank you very much for your help!
;)
Google translator | Greetings and cheers | Keep truckin'

[ external image ] [ external image ] [ external image ]

Discord: tobrago#1504

Everything will be okay in the end, and if it`s not okay, it`s not the end.
User avatar
50keda
SCS Software
Posts: 1699
Joined: 07 Dec 2012 11:59

Re: Help, assistance, advice

#123 Post by 50keda » 09 Dec 2017 22:17

Wrong part assignment or there is no accessories defined for this upgrade.
User avatar
tobrago
Posts: 2354
Joined: 19 Jun 2013 12:54
Location: Serbia
Contact:

Re: Help, assistance, advice

#124 Post by tobrago » 09 Dec 2017 23:02

Code: Select all

SiiNunit
{
accessory_addon_data : stickers1.volvo.fh16.glass_sticke
{
name:	"Stickers 1"
price:	45
unlock:	0
icon:	"stickers/ico_slot_1"

interior_model: "/vehicle/truck/upgrade/glassstickers/volvo_fh16_2009/glassstickers1.pmd"
exterior_model: "/vehicle/truck/upgrade/glassstickers/volvo_fh16_2009/glassstickers1.pmd"


}
}
I made a definition for that locator. The locator appears in the interior of the truck cabin (eu/uk).

In Blender.
[ external image ]

In Game.
[ external image ]

I did the same procedure with the Volvo FH 16 2012, Daf XF 105 & XF Euro6 and Iveco Hiway trucks. Locators are seen in the game.
Google translator | Greetings and cheers | Keep truckin'

[ external image ] [ external image ] [ external image ]

Discord: tobrago#1504

Everything will be okay in the end, and if it`s not okay, it`s not the end.
User avatar
tobrago
Posts: 2354
Joined: 19 Jun 2013 12:54
Location: Serbia
Contact:

Re: Help, assistance, advice

#125 Post by tobrago » 10 Dec 2017 11:30

I tried everything I know, but it's not worth it! This situation was happening with the old tool (2 SCS Blender Tools). I have the impression that the 3d truck model (Volvo FH 16 2009) is locked. In general, some trucks are well-adapted to change and some do not! In previous posts, I also described the problem with the Daf XF euro 6 truck (>LINK<), but nothing is worth it. I also described a mistake on a truck, a problem with the protection of the sun internal.

Thank you very much for your help!
;)
Google translator | Greetings and cheers | Keep truckin'

[ external image ] [ external image ] [ external image ]

Discord: tobrago#1504

Everything will be okay in the end, and if it`s not okay, it`s not the end.
User avatar
tobrago
Posts: 2354
Joined: 19 Jun 2013 12:54
Location: Serbia
Contact:

Re: Help, assistance, advice

#126 Post by tobrago » 11 Dec 2017 21:26

I solved the problem. We slowly reveal secrets. Man learns while he is alive. It's never too late to learn even in my fifties.
;)
Google translator | Greetings and cheers | Keep truckin'

[ external image ] [ external image ] [ external image ]

Discord: tobrago#1504

Everything will be okay in the end, and if it`s not okay, it`s not the end.
User avatar
tobrago
Posts: 2354
Joined: 19 Jun 2013 12:54
Location: Serbia
Contact:

Re: Help, assistance, advice

#127 Post by tobrago » 13 Dec 2017 19:09

Can someone explain this to me, thank you to all who provide information.

1.

Code: Select all

00:00:06.332 : [pim2pmg] /vehicle/truck/volvo_fh16_2009/interior/uk/model.pim: reduced number of vertices by 1 from 17120 to 17119 in piece 5 using material 'mat_0007_plastic_dark' with effect 'eut2.dif.spec'

[pim2pmg] /vehicle/truck/volvo_fh16_2009/interior/uk/model.pim:    -1.866341, -0.473776, -0.575291

[pim2pmg] /vehicle/truck/volvo_fh16_2009/interior/model.pim: reduced number of vertices by 1 from 17132 to 17131 in piece 3 using material 'mat_0002_plastic_dark' with effect 'eut2.dif.spec'

[pim2pmg] /vehicle/truck/volvo_fh16_2009/interior/model.pim:    1.866341, -0.473776, -0.575291
2.

Code: Select all

00:00:13.490 : [pim2pmg] /vehicle/truck/renault_magnum_2009/truck.pim: reduced number of vertices by 1 from 8021 to 8020 in piece 10 using material 'mat_0000_color' with effect 'eut2.dif.spec'

[pim2pmg] /vehicle/truck/renault_magnum_2009/truck.pim:    -0.532757, 0.684019, 0.840656
From this information it is visible that the converter reduces number of vertices. I guess this is not a mistake or a bug.
;)
Google translator | Greetings and cheers | Keep truckin'

[ external image ] [ external image ] [ external image ]

Discord: tobrago#1504

Everything will be okay in the end, and if it`s not okay, it`s not the end.
User avatar
50keda
SCS Software
Posts: 1699
Joined: 07 Dec 2012 11:59

Re: Help, assistance, advice

#128 Post by 50keda » 13 Dec 2017 20:24

Nope it is not. Conversion tools are trying to optimize models without any loss. So if there is some two vertices on same place with same uvs, same vertex color, same normals, same tangents then it's safely to merge it and that's exactly what conversion tools do ;)
User avatar
tobrago
Posts: 2354
Joined: 19 Jun 2013 12:54
Location: Serbia
Contact:

Re: Help, assistance, advice

#129 Post by tobrago » 13 Dec 2017 20:48

As always, I thank you for the answer. Came out Special Transportation, I was going to play. ;)
Google translator | Greetings and cheers | Keep truckin'

[ external image ] [ external image ] [ external image ]

Discord: tobrago#1504

Everything will be okay in the end, and if it`s not okay, it`s not the end.
User avatar
tobrago
Posts: 2354
Joined: 19 Jun 2013 12:54
Location: Serbia
Contact:

Re: Help, assistance, advice

#130 Post by tobrago » 16 Dec 2017 07:24

I imported the interior of the cabin at the Iveco Stralis truck.

Reporting this error.
[ external image ]

[ external image ]

Is this a problem? Or it's just a notice that does not pose a problem?
When he completed the modifications himself and converted it into a mod, he did not write that he had any errors.
Thank you for your help.
Google translator | Greetings and cheers | Keep truckin'

[ external image ] [ external image ] [ external image ]

Discord: tobrago#1504

Everything will be okay in the end, and if it`s not okay, it`s not the end.
Post Reply

Return to “Frequently Asked Question (FAQ)”

Who is online

Users browsing this forum: No registered users and 2 guests