This mod was created for Offline mode but as the vast majority of this type of mods also usually work fine if installed on the Server and Users in online mode, I cannot offer solutions for the hundreds of different types of Servers that exist because I am not a programmer or Server Administrator. I hope you enjoy the mod and share the experience of how you managed to get the mod working on your respective servers.
Any mod that its author comments in the description that modifies the DT_MapObjectMasterDataTable_Common.uasset file will not be compatible with this mod.
> i unistalled it. I just wanned to keep fundation unbreakable.
> i start the raid bellanoir 1shot it in the first 2 seconds.
If i build what i dont what to be unbreakable and then install the mod and build the fundationand keep it installed or do you a sugestion on how can i make it work. Note: duno if is needed but. Im not using any other of your mods. i havent done the bat again.
Ok, finally I had time and I could test the mod, you are right now after the Feybreak update when uninstalling the mod all the structures become 0 life, already changed it in the description.
_____________________________________________ original_hp = None def on_install(): global original_hp original_hp = hp # Salvar o HP antes da modificação hp = float('inf') # HP infinito
def on_uninstall(): global original_hp if original_hp is not None: hp = original_hp # Restaurar o valor original else: hp = 1000 # Valor padrão _____________________________________________ game doesnt have native building hp reg
def fix_hp(): if hp < 1000: hp = 1000 # Ajustar o HP para o valor máximo print(f"HP corrigido para {hp}/1000")
_____________________________________________
this lines wont work. just to give an ex. trying to force it to go full after unistalling mod.
Does this update fix the "None" bug? I am hesitant to install since I had to start a new game to fix the none bug, so just want to make sure that bug is fixed before I install it on a current playthrough
I know, but I didn't build the box and I can't dismantle it This mod also makes it impossible for me to destroy, so I wanted to ask if there is a way around it
123 comments
I hope you enjoy the mod and share the experience of how you managed to get the mod working on your respective servers.
THANKS FOR USING MY MODS AND BEST REGARDS (^◡^)
> i build Stone Fundation, then the palbox.
> i unistalled it. I just wanned to keep fundation unbreakable.
> i start the raid bellanoir 1shot it in the first 2 seconds.
If i build what i dont what to be unbreakable and then install the mod and build the fundationand keep it installed or do you a sugestion on how can i make it work.
Note: duno if is needed but. Im not using any other of your mods. i havent done the bat again.
THANK YOU
original_hp = None
def on_install():
global original_hp
original_hp = hp # Salvar o HP antes da modificação
hp = float('inf') # HP infinito
def on_uninstall():
global original_hp
if original_hp is not None:
hp = original_hp # Restaurar o valor original
else:
hp = 1000 # Valor padrão
_____________________________________________
game doesnt have native building hp reg
def fix_hp():
if hp < 1000:
hp = 1000 # Ajustar o HP para o valor máximo
print(f"HP corrigido para {hp}/1000")
_____________________________________________
this lines wont work. just to give an ex. trying to force it to go full after unistalling mod.
The only bug that this mod has had was the indesctuctible meteorites but that was at the beginning with the Sakurajima update.
Because my friend stopped playing but the privacy box cannot be removed
This mod also makes it impossible for me to destroy, so I wanted to ask if there is a way around it