This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5903 - Move doom game files to /.rockbox/doom
Attached to Project:
Rockbox
Opened by Dominik Riebeling (bluebrother) - Tuesday, 29 August 2006, 19:10 GMT+2
Last edited by Nils Wallménius (nls) - Friday, 10 November 2006, 20:28 GMT+2
Opened by Dominik Riebeling (bluebrother) - Tuesday, 29 August 2006, 19:10 GMT+2
Last edited by Nils Wallménius (nls) - Friday, 10 November 2006, 20:28 GMT+2
|
DetailsSimply as the title says: currently doom looks for its files in /games/doom. IMO the game files shouldn't be put in a visible folder but as pacbox does somewhere below /.rockbox -- configuration and themes are also stored there. The attached patch simply modifies doom to look in /.rockbox/doom for its files.
|
This task depends upon
Closed by Dominik Riebeling (bluebrother)
Saturday, 13 January 2007, 16:17 GMT+2
Reason for closing: Accepted
Additional comments about closing: after some discussion the data is now located in /.rockbox/doom
Saturday, 13 January 2007, 16:17 GMT+2
Reason for closing: Accepted
Additional comments about closing: after some discussion the data is now located in /.rockbox/doom
Actually, wouldn't it be smarter to have /.rockbox/games/ and then packbox and doom dirs under that?
The way I see it, any files that are unnecessary (and perhaps unwise) for a user to have direct access to should be hidden under /.rockbox/
A /.rockbox/games folder would be perfectly suitable I think, though people might ask why we don't put the game plugins there so that they're categorized. Maybe /.rockbox/gamedata ?
Other than that, i say go for it.
When moving the game files to /.rockbox/gamedata/doom/ we should also consider moving the pacbox data to /.rockbox/gamedata/pacbox/.
rockdoom.c:211: warning: initializer-string for array of chars is too long
rockdoom.c:211: warning: (near initialization for ‘wads_builtin[0]’)
The attached modified version fixes this. Also used ROCKBOX_DIR for the pacbox path. So far I only tested doom on the h120 sim, I need to get the pacbox roms before I can test the modified pacbox.