Thread: Has anyone done a mod to a game before?

  1. #1
    Registered User Fool's Avatar
    Join Date
    Aug 2001
    Posts
    335

    Has anyone done a mod to a game before?

    I was looking around on downloads.com and found the source code to Quake 1. That made me think, have any of you guys worked on a mod for an existing game?

    -Fool

  2. #2
    Registered User minime6696's Avatar
    Join Date
    Aug 2001
    Posts
    267

    Smile yes

    The ever interesting "Game Mods" bring quik fun with little effort, but its a lot more fun and a lot more fullfilling to make your own. I made some Quake2 mods, but I could never make any ID code compile, if you could make it compile in MSVC I would love to work on a mod with you.

    SPH

  3. #3
    Registered User Aran's Avatar
    Join Date
    Aug 2001
    Posts
    1,301

    Wink yum

    Speaking of moding...

    I remember the good old days of Starsiege when i used to wonder how they did those mods. I used to marvel at the scripts wondering what they meant... now that i know C++, it should be easy to go back to that game and make some maps =)

  4. #4
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    i worked on a few UT and Q3 mods... nothing came of them since we went back to the deveopement stage...

  5. #5
    Registered User
    Join Date
    Aug 2001
    Posts
    411

    i have

    I made a huge tribes mod based on the mechwarrior PnP game, but it got done about the time T2 came out, and noone was really intrested anymore. I lost all the stuff on my harddrive a few months back, so I dont have the mod anymore.

  6. #6
    Registered User
    Join Date
    Aug 2001
    Posts
    49

    Mmmmm... Duke3D

    I helped make a Duke3D mod... but it never seemed to get finished.
    i'm not stupid, just a little short on brains.
    Kav's game!
    Featuring:
    # - Goodguy mc goodguy
    * - Bad guy mc badguy
    $ - Princess Mc Cess
    @ - Mcdonalds Mc chicken! mmmmmm

  7. #7
    Xterria
    Guest
    I made a really cool Wolf3d Mod...it is its own game now...really cool too. the thing that sucks about companys giving out their source code is that they never tell you anything about the sprite stuff (like with Doom, the .WAD files, and quake, the .QD1 (or somthing) and with wolf3d the .wl6 files). Thats what everyone wants to know. They never tell you. They force you to use an editor. Also, with the new games, they make you BUY those sprite files(actually the game that comes with them), in order to run what you compiled. it really sucks. who really cares...I've never gotten anything to compile once in my life.

  8. #8
    Registered User
    Join Date
    Sep 2001
    Posts
    17

    Re: Has anyone done a mod to a game before?

    Originally posted by Fool
    I was looking around on downloads.com and found the source code to Quake 1.
    Did you get it to compile? I'm having problems getting MASM to do its thing. I'm using Visual C++ 6.0 and I installed MASM32 in C:\MASM32 and added C:\MASM32\BIN to my path, but when ML is called to assemble the .S files during Visual C++ 6's compile-time, I get a "Bad command or file name" error. I'd like to compile it and see it work *before* I gut it.
    -sh0x

  9. #9
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    Xterria,

    if you want to know about file types go here www.wotsit.org but i can't guarantee .WAD and .QD1 will be there but they have about anything else you need.

  10. #10
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    well, in the source code should be information about the .wad files, etc., if you think about it. Because in their source code, they are going to load the .wad files, and so if you find the function that loads the .wad file, you can find out the .wad files format by looking at what the code does.
    My Website

    "Circular logic is good because it is."

  11. #11
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    good logic there, why didn;t i think of it?
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  12. #12
    Registered User
    Join Date
    Aug 2001
    Posts
    35
    Why are you guys not using an older version of Borland to compile the older source code because that could be the problem.

  13. #13
    Registered User
    Join Date
    Sep 2001
    Posts
    17
    Originally posted by fatpotatohead
    Why are you guys not using an older version of Borland to compile the older source code because that could be the problem.
    The source we got from download.com is not the original DOS version, it has been updated for Windows and even comes with a Visual C++ .DSP and .DSW in the source package. According to the documentation, as long as MASM is properly installed, it should be a compile n' go solution. The problem (for me at least) lies in that VC++ is not properly shelling to ML to compile the .S (MASM) source files. Part of my problem might be that I'm running Windows 2000. But I've already added C:\MASM\LIB to the path in the W2k environment variables, so I don't know what else I'd need to do.
    -sh0x

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C Programming 2d Array Question
    By jeev2005 in forum C Programming
    Replies: 3
    Last Post: 04-26-2006, 03:18 PM
  2. craps game & dice game..
    By cgurl05 in forum C Programming
    Replies: 3
    Last Post: 03-25-2006, 07:58 PM
  3. beach bar (sims type game)
    By DrKillPatient in forum Game Programming
    Replies: 1
    Last Post: 03-06-2006, 01:32 PM
  4. Game Programmer's AIM Circle: Join Today
    By KingZoolerius66 in forum A Brief History of Cprogramming.com
    Replies: 28
    Last Post: 12-20-2003, 12:12 PM
  5. Someone help me with this game??
    By stehigs321 in forum Game Programming
    Replies: 15
    Last Post: 10-30-2003, 09:42 PM