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
At the top of the file, there is a table that defines what collision types instantly kill the laser.
ProjectileManager.killTypes = {
terrainSurface = true,
terrainAsset = true,
limiter = true
}
A clean and simple way of disabling block damage is to add body collisions to it as well.
ProjectileManager.killTypes = {
terrainSurface = true,
terrainAsset = true,
limiter = true,
body = true
}
Now, the projectiles will destroy themselves when colliding with blocks and parts, without harming them.
Search for usages of the destroyBlock and destroyShape functions, I used them for destroying blocks and parts.
Yeah, both of these are staying hidden.
As for the railgun, its kinda just meh.
2. In the folder path, click on steamapps to go back to that folder
3. Here, you will see a few other folders, click on workshop
4. Click on content , then 387990 . This is where workshop items are stored for SM
5. Type 2843905833 into the search bar, then wait for it to find the folder. That folder contains Laser Tools' files.
6. After clicking on the mod folder, navigate to Tools/Database/ToolSets . Here is where you'll find tools.toolset , which contains all the tools.
7. Open tools.toolset with notepad. You will see that two tools have the showInInventory property set to false . To make them appear in the inventory, set them to true .
After that, you can boot up the game and test the tools. They kinda suck, don't expect to be blown away.
or where is link to discord serv
Tools - have the Plasma Batteries in your inventory