how do u take a DC game and made modifications to it? What do you have to know? How far can you go with alterations?
Printable View
how do u take a DC game and made modifications to it? What do you have to know? How far can you go with alterations?
i kno sum1 knows..
I'm assuming you mean commercial games, this is common knowledge so - get a DC and use a BBA or coders cable to get the data to your PC.Quote:
Originally Posted by ßüboni¢ $oñic
It's a time consuming fruitless task.Quote:
Originally Posted by ßüboni¢ $oñic
Not very far, sounds and music can be replaced easily, some graphics can be replaced in certain games but it's really not worth the time and effort.Quote:
Originally Posted by ßüboni¢ $oñic
You'd be better off with a homebrew game and applying modifications to that, ten minutes with Beats of Rage would yield better results than ten hours with a commercial game.
No beats of rage mod will look as good as a commercial game, although BoR is a good analogy of what can be done to a commercial game: sprites and music changed out, maybe models and some gameplay. (yes yes, i know more can be done with BoR, I don't need flames from a million BoR modders, but a good 90% of all mods add nothing but new arts).
i think everyone has grown weary of BOR MODS. do u remember how in those old street fighter games on the gen. and snes u played say m.bison? then if u played urself you'd see m.bison in say purple instead of red regalia. a BOR MOD would be as lame as calling the purple m.bison a new character.. so tell me the main issues with modding comercial games. and yes i have the .CDIs for them. I want to take out back grounds and modify the engine a tad bit. whats the prob?
The main issue is that it's illegal. Especially since you went and crossed the line from hypothetical to "i have warez"Quote:
Originally Posted by ßüboni¢ $oñic
Exactly!.Quote:
Originally Posted by quzar
My main point was that if ßüboni¢ $oñic wants to apply modifications to a game, there are easier ways than messing with a commercial game, BoR was just an example, it doesn't imply that BoR modifications would be as good as commercial games. There's loads of info and even a toolkit to make mods for BoR, there's also loads of stuff available for Doom, Quake etc., ßüboni¢ $oñic could contribute to the homebrew scene with mods like those. Choosing the commercial hacking path doesn't do anything for the homebrew scene, we can't even discuss the topic in any great detail here, all we can do is make brief statements on the subject, and of course, the final one being the fact that it's illegal.
i own all those games. ive heard BOR is a cheap engine, i wanted to edit Q3 and make it different and add to the moves and characters while still being online. thats what i really wanted
Too bad? We have an open Quake 1 engine. Or you can do it on your PC, but that's about it.
If you don't have the source code and you don't know what language they programmed it in (and thus have no compiler or programming experience for it), you can only go so far.
Levels are probably in an undocumented proprietary format. 3D models *usually* are proprietary as well, and 2D textures and sprites are *usually* in an editable .PVR format (for which you have to either get a poor-quality converter or use an illegal (Katana) Photoshop plugin), though sometimes they, among other files, can be included into one big package file that cannot be decompressed by mere mortal beings (eg. no utility exists to decompress) and therefore makes most of its contents inaccessible (though I believe there *is* a "standardized" archive format called AFS that there are explorers for, but to my knowledge, this is primarily a sound container format).
Audio (music) is usually stored in an MP3-style format called ADX (sometimes multiple tracks are stored in AFS files), though can sometimes be stored as CD audio tracks. Individual sound effects may well be in a completely random format for which there exists no decompressor, and will probably be inside one of the aforementioned archive files.
All in all, it's excrutiatingly difficult to meaningfully modify a commercial game, especially for the Dreamcast platform. Even if you own the game, and have dumped it yourself, you're still going to have to go through hell to modify anything, especially if you plan to re-burn it, and even more especially if the game expects a matching CRC signature.