Need help?
Create a topic in the appropriate section
Don't write everything in the chat!Take a look at the marketplace
There you can buy
everything related to game serversDon't want a ban?
Please read our rules
Don't disturb the order!Sell or buy?
Use services of the guarantor
We will make your deal safe
- 0
-
Our picks
Здрасте... Есть кусок кода, реально ли переписать на свою цели его не трогая мод типа отмоддить мод, но понятно как бы можно, но если это базовый код из игры который и так был отмодден модом, а как отмоддить модденый код?)))
modded class ActionDeployObject { override bool ActionCondition( PlayerBase player, ActionTarget target, ItemBase item ) { if (player.IsInSafeZone()) return false; return super.ActionCondition(player, target, item); } };
То есть мне как бы отключить этот код надо, но он ведь будет переписываться тем, что в моде, есть ли еще более главная команда, чтоб переписать переписанное?
Share this post
Link to post
Share on other sites