How do i make every rendinst undestroyable?

Hello comrades!

I almost finished my new mod. But there is one thing: How do i make all placed stuff undestroyable?

Is there a way to make bullets do only damage to players instead of places objects?

add as a postfix undestroyable_ri_extra

and make sure to change hitpoints to -2

2 Likes

Its over :melting_face: I placed more than 2000 rendinsts without adding -2 or that undestroyable_ri_extra…

well, it’s relatively easy to do.

i use visual studio code, but i believe note ++ works as well.

just change game_rendinst with game_rendinst_decor+undestroyable_ri_extra

i believe you can do it with rejex101 too.

2 Likes

Oh well i will try then. Thanks for your help. i will reply soon to this

Must it be “game rendinst decor”? because i always just used regular “game rendinst”

Oh thank you it worked!

May i ask another question? Do you maybe know how to add invisible walls? So i can restrict players from a certain area and such?

1 Like

Here: Invisible walls - tool - #9 by ShepecOne

2 Likes

Yes give no collision to the renderer

1 Like