-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support more Build Engine games and versions #4
Comments
Blood doesn't use a GRP file, it uses RFF https://moddingwiki.shikadi.net/wiki/RFF_Format but Cryptic Passage uses plain MAP files neither one seems to use CON files split off into issue #21 |
"I had nothing to do with the design of the .CON files. They were designed by Todd Replogle, for use with Duke Nukem 3D. This is why you don't see them in Shadow Warrior or Blood." |
PowerSlave https://forums.duke4.net/topic/10872-/ https://github.com/nukeykt/NBlood PowerSlave demos http://www.jonof.id.au/buildgames/ps.html added some data for PowerSlave support 07d9ae4 should Map version 6 be a subclass or just some if statements? probably don't need an abstract base class, I think the differences will be small http://dukertcm.com/knowledge-base/build-games/powerslave.html |
Duke 3D World Tour uses an external USER.CON file, need to support external files, maybe with just a "../" prefix in the config for the file name, also need to support external maps though And need to make backups of the external files, might want to have hashes for them, or maybe we can put our files in a separate folder, need to look at how EDuke32 handles that
|
most of the work for this would be inside the BuildGames folder
If anyone can help fill in the lists of sprite picnum ids, that would be very helpful
Lists of games and info:
https://en.wikipedia.org/wiki/Category:Build_(game_engine)_games
https://www.giantbomb.com/build-engine/3015-1733/games/
http://advsys.net/ken/build.htm
https://www.mobygames.com/game-group/25d-engine-build
https://www.zoom-platform.com/product/duke-nukem-3d-atomic-edition
https://wiki.eduke32.com/wiki/Frequently_Asked_Questions
need default settings for undetected games
The text was updated successfully, but these errors were encountered: