#1814: Improving game stability
-------------------------------------+--------------------------------------
Reporter: KukY | Type: to-do
Status: new | Priority: major
Milestone: 2.3.1 | Component: Data: Stats
Version: unspecified | Keywords: name string stability
Operating_system: All/Non-Specific | Blockedby:
Blocking: |
-------------------------------------+--------------------------------------
There are many mods that crash the game because there isn't a string name
for a component. I think it should be made so if there is no string name
for a component, internal name should be used instead.
Like:
{{{
IF name.txt-string-presence=TRUE THEN
component-string="name.txt" BY component-id
ELSE
IF name.txt-string-presence=FALSE THEN
component-string=component-id
END IF
}}}
--
Ticket URL: <http://developer.wz2100.net/ticket/1814>
Warzone 2100 Trac <http://developer.wz2100.net/>
The Warzone 2100 Project
_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev