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
I had the mod working perfectly on a dedicated server one or two SE-updates ago, but since the last update (1.207) it doesn't seem to do anything anymore.
I have all refineries set to AllowedForPlayer=false, and yet I am able to place and start building a refinery without any problems. The same for all the other blocks that I have set to not be buildable by players.
I have tried both as an admin on the server, and without admin-priviledges, and none of them work.
Maybe I have made a mistake in my config, though as it worked last time I tried (in 1.205 or 1.206) and I have barely made any changes to the config, I kind of doubt it.
for any admin that has any number at or below the limit of the group and enters creative mode and leaves it again gets all blocks of the set group (refinarys in my case) deleted with the notification that they are not allowed to place any over the limit. after that they are not able to place any refinary again even if they now own 0 refinaries after the deletion by the mod. i then have to reboot the server for the problem to be solved but it happens again after they enable and disable creative mode.
when i delete the group config and restrict each individual refinary, there are no issues and everything works fine again. i hope you will have a fix for it. thanks in advanced
So far, when I use AllowedForPlayer to False, my character is not able to find the block in the G menu and not able to place it, but also not able to take over the same block - if I don't grind it down to hack it - it is ok, but when I do the game delete it.
Any ideas?
this mod prohibits you from having a block on your grid completely, it won't work for the scrapyard scenario.
for the scrapyard you can create a new component via definitions(but don't create craft recepie for it!) and then add this component to the base of all blocks you wish to ban from building and set it "grind to scrap"(like prototech is done)
i think you can hide mod from build menu via defenitions too, you don't need scripts for that
I want a limit on a specific block, but i want the AI to be able to break over the limit of this block. So for example, i want players not to be able to build more than 4 of a specific weapon per grid but i want the AI ships to have 6 per grid. Is this doable?
There is a whole config file with options for player / npc / grid / faction -> details in the description...
You are changing / saving that while the world is unloaded, then starting the server, correct?
You have to run the world once with the mod attached, then save and exit to make the changes in the config.
<Type>MyObjectBuilder_Projector/LargeProjector</Type>
<PlayerMaxCount>0</PlayerMaxCount>
<GridMaxCount>0</GridMaxCount>
<FactionMaxCount>0</FactionMaxCount>
<AllowedForNPC>true</AllowedForNPC>
<AllowedForPlayer>false</AllowedForPlayer>
<AllowedForUnowned>true</AllowedForUnowned>
<AllowedForNPCStaticOnly>false</AllowedForNPCStaticOnly>
<AllowedForPlayerStaticOnly>false</AllowedForPlayerStaticOnly>
<AllowedForUnownedStaticOnly>false</AllowedForUnownedStaticOnly>
</SerializableBlockSetting>
but everyone can still build them. whats going on?
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1575653552
The config file is generated automatically the first time the server runs with the mod. It will be located wherever the World Storage folder is for the server.
That looks right to me. I'll run a test tomorrow and see if I get the same issue.
I want to restrict players to 5 assemblers (some have industry DLC). It appears to be applying this restriction per faction though, not per player. Have I done something wrong here?
<SerializableGroupSetting>
<GroupName>Assemblers</GroupName>
<PlayerMaxCount>5</PlayerMaxCount>
<GridMaxCount>0</GridMaxCount>
<FactionMaxCount>0</FactionMaxCount>
<AllowedForNPC>true</AllowedForNPC>
<AllowedForPlayer>true</AllowedForPlayer>
<AllowedForUnowned>true</AllowedForUnowned>
<AllowedForNPCStaticOnly>false</AllowedForNPCStaticOnly>
<AllowedForPlayerStaticOnly>false</AllowedForPlayerStaticOnly>
<AllowedForUnownedStaticOnly>false</AllowedForUnownedStaticOnly>
<Definitions>
<DefinitionId Type="MyObjectBuilder_Assembler" SubtypeId="LargeAssemblerIndustrial" />
<DefinitionId Type="MyObjectBuilder_Assembler" SubtypeId="LargeAssembler" />
</Definitions>
</SerializableGroupSetting>
NPCs are not included in the PlayerMaxCount setting, that is for actual players. If you take over a NPC grid, THEN it will be affected :)
If I only change the <PlayerMaxCount>2</PlayerMaxCount> for the large grid reactor and nothing else and MES spawn in a reaver with 4 reactors. does it delete the extra 2 reactors, or does it just bypass all NPC?
If it’s a creative world, set the Creative Allowed to false (or true, maybe). Also make sure he doesn’t have creative tools enabled bc admins can place whatever the want until they uncheck that box
You might be trying to add it to the wrong place.
I put the Blockrestriction file in this folder path ServerFolder\Instance\Storage\2053202808.sbm_BlockRestrictions\BlockRestrictions.cfg
Is that correct? Because a friend tried to build a restrictet block (Jumpdrive 1 per grid) but was able to build more then one. In the config file the admin thing is on false, so he shouldnt be able to build more the one right? Or do i miss smth?
Every *terminal* block is automatically added to the config file with default settings. Non-terminal blocks are not considered by the mod and are open for everyone to use.
There is a setting for CreativeModeAllowed which you can set to False to make it function in Creative. Being an Admin doesn't matter but having Creative Tools checked does.
Thx +1 =)
Maybe I could reach the same result by turning off and on the grid with admin tool I guess.
I am unable to build it in my test world with the below settings. Do you have Creative Tools enabled? If so, you are in admin mode and can build everything until you uncheck the box.
<SerializableBlockSetting>
<Type>MyObjectBuilder_SafeZoneBlock/SafeZoneBlock</Type>
<PlayerMaxCount>0</PlayerMaxCount>
<GridMaxCount>0</GridMaxCount>
<FactionMaxCount>0</FactionMaxCount>
<AllowedForNPC>false</AllowedForNPC>
<AllowedForPlayer>false</AllowedForPlayer>
<AllowedForUnowned>false</AllowedForUnowned>
<AllowedForNPCStaticOnly>false</AllowedForNPCStaticOnly>
<AllowedForPlayerStaticOnly>false</AllowedForPlayerStaticOnly>
<AllowedForUnownedStaticOnly>false</AllowedForUnownedStaticOnly>
</SerializableBlockSetting>
It seems it's not working, do you have an idea why :o ?