MantisBT - Zandronum
View Issue Details
0002945Zandronum[All Projects] Suggestionpublic2016-12-06 21:152023-08-06 04:06
Fused 
 
normalminorhave not tried
closedno change required 
3.0-beta 
3.2 
0002945: Allow modifications to language file content through skins
I have a little feature that allows users to add their own music to the game by following a certain pattern. To achieve this the custom music has to come after the predefined music from the mod itself, because the engine can't really figure out by itself what the name of these files are if it doesn't follow said pattern.
The problem is that those default music files cannot be modified, so users that might want to modify those, cannot and are forced to add new music instead.

It would be nice to have a way to edit files anyway, perhaps through the use of a small symbol before the constants, to define them as editable. Or just enable it altogether. Nobody in their right mind stores valuable variables in there anyway.
No tags attached.
Issue History
2016-12-06 21:15FusedNew Issue
2016-12-06 21:30WaTaKiDDescription Updatedbug_revision_view_page.php?rev_id=9957#r9957
2023-08-05 20:30FusedNote Added: 0022903
2023-08-06 04:06KaminskyStatusnew => closed
2023-08-06 04:06KaminskyResolutionopen => no change required
2023-08-06 04:06KaminskyFixed in Version => 3.2

Notes
(0022903)
Fused   
2023-08-05 20:30   
This can get closed now that 3.2 is implementing `LumpOpen` and similar functions.