Thread: Experience Required For Making FPS Mods

  1. #1
    Registered User
    Join Date
    Sep 2007
    Posts
    127

    Experience Required For Making FPS Mods

    Hi.

    I started learning C++ a couple of weeks ago, and recently bought that C++ Without Fear book recommended on the site. I'm basically wondering how long it'll take until I'll be able to make some mods for some FPS deathmatch games such as Quake or Half-Life 2.

    To be more specific, what I want to do with my mod is the following. In a deathmatch game, if a player sees another player (player 2) in the distance, I want to be able to have the game draw player 2's model to be a lot bigger (say, 15 percent of the screen's height or so), so that it can be seen in detail. You'll still be able to see the originally sized model, it's just that you'll also see a translucent targetting image of it, over-layed on top.

    Ultimately the point is, this would allow players to see a lot more of the player models- unlike as is often the case, when they're too far away or just flash by.

    The targetting model's feet will still be on the ground, too, so it should look convincing enough. This larger image of player 2 will also have a crosshair on it, that shows where you are currently aiming on it (you don't aim at the targetting model, you aim at the normal one, and the crosshair shows where you're aiming). This will make it easier to go for headshots with sniper rifles etc. (I think).

    So yeah, that's the basic idea. So I'm wondering.. how much experience would it take to be able to make a mod for Quake/ HL2/ UT that would incorporate this?

    Thanks for your help.

    BTW If anyone has the experience/ inclination to make this now, cool, let me know, and I'll explain more about the idea/ some of my other related ideas.

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    No specific game programming related question. Moved to GD. If any moderator feels this should be elsewhere feel free to move it. This is more like a design document question or what would be cool in a game. As such I selected the GD board.

  3. #3
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    I don't know how easy it is to make mods for q2/hl, but I tihnk that'd take some skill to pull off. IT would take some time to leard how the API works etc.
    Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Programming opportunities! (Midway Games, Inc)
    By Midwayrecruiter in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 08-20-2008, 11:02 AM
  2. Replies: 28
    Last Post: 07-16-2006, 11:35 PM
  3. SwapBuffers & fps
    By hannibar in forum Windows Programming
    Replies: 0
    Last Post: 03-13-2006, 05:19 AM
  4. Game update...
    By jdinger in forum Game Programming
    Replies: 14
    Last Post: 11-08-2002, 07:10 AM
  5. SkyLock graphics demo (scrolling, etc.)
    By jdinger in forum Game Programming
    Replies: 9
    Last Post: 06-30-2002, 08:18 PM