Install Steam						
					
				
				
									login
											 | 
						language
						
																																					简体中文 (Simplified Chinese)
																													繁體中文 (Traditional Chinese)
																													日本語 (Japanese)
																													한국어 (Korean)
																													ไทย (Thai)
																													Български (Bulgarian)
																													Čeština (Czech)
																													Dansk (Danish)
																													Deutsch (German)
																																							Español - España (Spanish - Spain)
																													Español - Latinoamérica (Spanish - Latin America)
																													Ελληνικά (Greek)
																													Français (French)
																													Italiano (Italian)
																													Bahasa Indonesia (Indonesian)
																													Magyar (Hungarian)
																													Nederlands (Dutch)
																													Norsk (Norwegian)
																													Polski (Polish)
																													Português (Portuguese - Portugal)
																													Português - Brasil (Portuguese - Brazil)
																													Română (Romanian)
																													Русский (Russian)
																													Suomi (Finnish)
																													Svenska (Swedish)
																													Türkçe (Turkish)
																													Tiếng Việt (Vietnamese)
																													Українська (Ukrainian)
																									Report a translation problem
							
						
 
											 
													


 
						

 
			 2
 2			 
					 
					





https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2275577847
"set resource amount".
Everytime I try to edit resource amount it doesn't work. I try to change the glovebox to 30, it stays at 13.
modVehicles["67commando"] = {
{"67commando", "Base.67commando", "Specialty Trucks"}
--{"67commandoT50", "Base.67commandoT50", "Specialty Trucks"}
}
modVehicles["87cruiser"] = {
{"87cruiser", "Base.87cruiser", "Specialty Trucks"}
--{"87cruiserLights", "Base.87cruiserLights", "Specialty Trucks"}
--{"87cruiserRoofrack", "Base.87cruiserRoofrack", "Specialty Trucks"}
}
all working good now
Let's take a look at the Land Cruiser as an example.
I add this and everything works:
modVehicles ["87cruiser"] = {
{"'87 TOYOTA Land Cruiser FJ60", "Base.87cruiser", "Specialty Trucks"}
}
But if I add this (how the trailers were added) then the mod stops working completely:
modVehicles ["87cruiser"] = {
{"'87 TOYOTA Land Cruiser FJ60", "Base.87cruiser", "Specialty Trucks"}
{"'87 TOYOTA Land Cruiser FJ60 Roofrack", "Base.87cruiserRoofrack", "Specialty Trucks"}
}
What am I doing wrong?