Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem






3407139462\mods\truemusic_tpab42\42\media\lua\
so i think the spawning is done in here for multiplayer. this is the path of a music addon.
so i order to change spawnrate you need to change.
from:
table.insert(ProceduralDistributions.list["FactoryLockers"].items, "Tsarcraft.CassetteBeeGeesMoreThanAWoman(1978)");
table.insert(ProceduralDistributions.list["FactoryLockers"].items, 0.50);
to something like this.
table.insert(ProceduralDistributions.list["FactoryLockers"].items, "Tsarcraft.CassetteBeeGeesMoreThanAWoman(1978)");
table.insert(ProceduralDistributions.list["FactoryLockers"].items, 1.5);
i dont know if you followed the MP Guide on the OG MOD, but this should help :D
so try to pump the numbers in the folders/files.
3407139462\mods\truemusic_tpab42\42\media\lua\shared
3407139462\mods\truemusic_tpab42\42\media\lua\server
i would also like to know more whats working on mp.
Can you see and use the players? Also are other people able to see and use the devices?
it could help you solve the problem.
function: initList -- file: ISItemsListTable.lua line # 299 | Vanilla
function: initList -- file: ISItemsListViewer.lua line # 75 | Vanilla
function: initialise -- file: ISItemsListViewer.lua line # 38 | Vanilla
function: onOptionMouseDown -- file: ISAdminPanelUI.lua line # 257 | Vanilla
function: onMouseUp -- file: ISButton.lua line # 48 | Vanillajava.lang.RuntimeException: attempted index: toString of non-table: null
`
As admin i can't open the resource window
@Lyfestyle
try it please.
This method can only be considered a temporary solution, as it only solves the normal generation of tapes and players. Players other than the car player still cannot be used normally. So we still need to wait for the update of the module body
Thanks for the fix, it works!
1. replace every use of "Type" with "ItemType"
2. replace every use of "Normal" with "base:normal"
3. replace every use of "Radio" with "base:radio"
you will still need to use either the updated versions of the addon mods, or else open the addons script folder and find "TCGMusicScriptsTC..." boombox and/or Vinylplayer and repeat steps 1 and 2 above.
Can you update it to 42.13.0 Multiplayer please?