Truck Tables by Racing v8.0 [1.47]

Forum rules
SCS as a company do not wish to have paid mods on this forum. While we understand that not all paid mods use the Intellectual Property of other companies/people, it is very hard to moderate what is and isn't acceptable when money is involved. There are also concerns that it could look unfavorable to potential work partners going forward if SCS allow mods that may potentially use unlicensed branding.
Posting in the Mods forum (ATS and ETS2) is restricted to sharing free-to-the-public mods and providing support for mods. For more details, please check the Forum Rules.
cyberbluebird
Posts: 3
Joined: 28 Dec 2012 05:15

Re: Truck Tables by Racing

#411 Post by cyberbluebird » 22 May 2021 20:59

Thankx it works perfect
oscaralaniz
Posts: 33
Joined: 09 Aug 2017 12:21
Contact:

Re: Truck Tables by Racing

#412 Post by oscaralaniz » 26 May 2021 01:59

@m1keY Would you tell me how to do that? I am somewhat of a newbie here. Thanks.
User avatar
m1keY
Posts: 3436
Joined: 18 Oct 2015 22:49
Contact:

Re: Truck Tables by Racing

#413 Post by m1keY » 26 May 2021 03:00

@oscaralaniz
easiest way is to extract the mod ... winzip/7zip/winrar and then repack it...

but it's editable just by opening the files in def\vehicle\truck\renault.t\accessory\set_dashbrd with notepad++

you have the UK files and the normal ;)

normal files: ( table_1.sii to table_5.sii )

you should add:

Code: Select all

    suitable_for[]: "exc_21_l.renault.t.interior"
    suitable_for[]: "exc_21_h.renault.t.interior"
    suitable_for[]: "std_21_h.renault.t.interior"
    suitable_for[]: "std_21_l.renault.t.interior"
so the table_1.sii should look like:

Code: Select all

SiiNunit
{
accessory_addon_data : table_1.renault.t.set_dashbrd
{
	name: "Dash Table Rubber"
	price: 53
	unlock: 0
	icon: "table_1"
   
	variant: default 	
    look: PLA_RUB	
    interior_model: "/vehicle/truck/upgrade/interior_set/renault_t/table_long_t_range.pmd"	
    exterior_model: "/vehicle/truck/upgrade/interior_set/renault_t/table_long_t_range.pmd"	
    
    suitable_for[]: "blck_19_h.renault.t.interior"	
    suitable_for[]: "blck_19_l.renault.t.interior"	
    suitable_for[]: "exc_19_h.renault.t.interior"	
    suitable_for[]: "exc_19_l.renault.t.interior"	
    suitable_for[]: "exc_h.renault.t.interior"	
    suitable_for[]: "exc_l.renault.t.interior"	
    suitable_for[]: "std_19_h.renault.t.interior"	
    suitable_for[]: "std_19_l.renault.t.interior"	
    suitable_for[]: "std_h.renault.t.interior"	
    suitable_for[]: "std_l.renault.t.interior"

    suitable_for[]: "exc_21_l.renault.t.interior"
    suitable_for[]: "exc_21_h.renault.t.interior"
    suitable_for[]: "std_21_h.renault.t.interior"
    suitable_for[]: "std_21_l.renault.t.interior"
}
}
UK files: ( table_1_uk.sii to table_5_uk.sii )

you should add:

Code: Select all

    suitable_for[]: "std_21_l_uk.renault.t.interior"
    suitable_for[]: "std_21_h_uk.renault.t.interior"
    suitable_for[]: "exc_21_l_uk.renault.t.interior"
    suitable_for[]: "exc_21_h_uk.renault.t.interior"  
so the table_1_uk.sii should look like:

Code: Select all

SiiNunit
{
accessory_addon_data : table_1_uk.renault.t.set_dashbrd
{
	name: "Dash Table Rubber"
	price: 53
	unlock: 0
	icon: "table_1"
   
	variant: default 	
    look: PLA_RUB	
    interior_model: "/vehicle/truck/upgrade/interior_set/renault_t/table_long_t_range_uk.pmd"	
    exterior_model: "/vehicle/truck/upgrade/interior_set/renault_t/table_long_t_range_uk.pmd"
	
    suitable_for[]: "blck_19_h_uk.renault.t.interior"	
    suitable_for[]: "blck_19_l_uk.renault.t.interior"	
    suitable_for[]: "exc_19_h_uk.renault.t.interior"	
    suitable_for[]: "exc_19_l_uk.renault.t.interior"	
    suitable_for[]: "exc_h_uk.renault.t.interior"	
    suitable_for[]: "exc_l_uk.renault.t.interior"	
    suitable_for[]: "std_19_h_uk.renault.t.interior"	
    suitable_for[]: "std_19_l_uk.renault.t.interior"	
    suitable_for[]: "std_h_uk.renault.t.interior"	
    suitable_for[]: "std_l_uk.renault.t.interior"

    suitable_for[]: "std_21_l_uk.renault.t.interior"
    suitable_for[]: "std_21_h_uk.renault.t.interior"
    suitable_for[]: "exc_21_l_uk.renault.t.interior"
    suitable_for[]: "exc_21_h_uk.renault.t.interior"       
}
}
Pershing
Posts: 1
Joined: 05 Jun 2021 09:34

Re: Truck Tables by Racing

#414 Post by Pershing » 05 Jun 2021 09:35

Hello, I have a problem, all tables are black regardless of the truck
User avatar
Racing
Posts: 93
Joined: 02 Jan 2017 22:50
Location: Poland

Re: Truck Tables by Racing

#415 Post by Racing » 07 Jun 2021 15:27

Small update in first post :)
pedrelorotrucking
Posts: 182
Joined: 14 Aug 2018 07:50

Re: Truck Tables by Racing

#416 Post by pedrelorotrucking » 07 Jun 2021 18:49

Ty for update.Do you plan to update Bodex trailer too?
User avatar
Runner76
Posts: 52
Joined: 29 Jun 2019 08:57
Location: Russia
Contact:

Re: Truck Tables by Racing

#417 Post by Runner76 » 08 Jun 2021 13:55

Thank you for updating this mod.
WoTR: Runner 76 RUS Steam: Runner 76 RUS
Flickr: Runner 76 RUS My Photo: Runner76RUS
User avatar
Wolli2017
Posts: 545
Joined: 01 May 2018 17:03
Location: Germany
Contact:

Re: Truck Tables by Racing

#418 Post by Wolli2017 » 09 Jun 2021 05:44

Thanks @Racing
[ external image ]

Mercedes Benz New Actros 2019 / Interior Addon by Wolli / Radio Addon by Wolli

System: Gigabyte B660 GAMING X DDR4; SI Intel Core i5-12400F; PC3600 Kingston 32GB KIT Fury Beast; SSD Kingston 500GB M.2; NVIDIA RTX 3060
RoxyQuarry
Posts: 264
Joined: 18 Aug 2020 01:29
Location: The Road to Success

Re: Truck Tables by Racing

#419 Post by RoxyQuarry » 24 Jun 2021 11:58

@Racing

We need some tables for the DAF XG series. Your current ones are of extremely high quality and are a luxury to have.
I would really appreciate some for the new truck as well.

Cheers,
...
User avatar
Seerman
Posts: 1185
Joined: 31 Mar 2021 13:59
Location: Where I am?

Re: Truck Tables by Racing

#420 Post by Seerman » 24 Jun 2021 14:08

RoxyQuarry wrote: 24 Jun 2021 11:58 @Racing

We need some tables for the DAF XG series. Your current ones are of extremely high quality and are a luxury to have.
I would really appreciate some for the new truck as well.

Cheers,
...
What for? There, and so the table is large! lol
I translate via Google Translate. Sometimes he does it badly. I beg understand and forgive. :geek:
_____________
Peterbilt 389 Rework | Western Star 5700XE Rework
Post Reply

Return to “Truck accessories”

Who is online

Users browsing this forum: No registered users and 9 guests