安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






I won't be releasing a modified version. Sorry.
very dearly
This is not exactly what I would want from a Spawn Less Items script so I won't be publishing that version anymore sorry.
I do have the "Code for the addon" in a pinned discussion on this page. You are free to take it and make any alterations you would like and publish your own version if you like with the 1 value if you wish to go down that route.
Sorry that I couldn't be of help.
So for example, when you spawn into a campaign the items on the starting table are always about the same, 4 medkits, 2 T1 smgs or 2 T1 shotguns, I'm trying to see if through scripting I can randomize any items that spawn as well as lowering the average amount of items that do spawn so its not as easy to hit the entity limit the engine has.
Trying to make a collection that randomizes all items but doesn't consistently hit the entity limit and crash the game.
function OnGameEvent_round_start_pre_entity( params )
{
EntFire( "info_map_parameters", "AddOutput", "GasCanDensity 10" );
EntFire( "info_map_parameters", "AddOutput", "OxygenTankDensity 10" );
EntFire( "info_map_parameters", "AddOutput", "PropaneTankDensity 10" );
};
I've tested them using the 2nd saferoom of The Parish and the ones that spawn inside seem to have no problem. A few of my friends also have this addon and they haven't had a problem with the cans.
Is there a specific area that is causing an issue or is it wherever a gas can spawns?
From the workshop dashboard.
Total ratings 26
Positive ratings 24 (92% of total)
Negative ratings 2 (8% of total)