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
Есть мод:
Item Statistics
https://steamcommunity.com/sharedfiles/filedetails/?id=3355916302
Перепаковывать нельзя, поэтому ищу способ, как через свой мод русифицировать несколько строк в файле Constants.c
Путь к файлу: ItemStatSystem.pbo\scripts\3_Game\Constants.c
class StatConstants { const string m_RECOIL = "Recoil"; const string m_SWAY = "Sway"; const string m_VELOCITY = "Velocity"; const string m_BULLET = "Bullet"; const string m_SHOCK = "Shock"; const string m_DAMAGE = "Damage"; const int COLOR_RUINED = 0xFFFF0000; const int COLOR_BADLY_DAMAGED = 0xFFFFBF00; const int COLOR_DAMAGED = 0xFFFFFF00; const int COLOR_WORN = 0xFFBFFF00; const int COLOR_PRISTINE = 0xFF40FF00; }; enum ItemIdentifiers { ARMOR, AMMO, ITEM };
Вот эти переменные:
const string m_SHOCK = "Shock";
const string m_DAMAGE = "Damage";
Переименовать в "Шок", "Урон" и т.д.
Если не сложно, подскажите, как это сделать?
Одно дело, когда описание или название конкретного итема сменить, а тут нечто другое...
Share this post
Link to post
Share on other sites