Jump to content


Photo

Pc Game Mod's


18 replies to this topic

#1 wtrent10

wtrent10

    Member

  • Banned
  • 219 posts

Posted 07 August 2003 - 06:17 PM

ok I kinda get the idea of what modding games are but how do you do it???
"This movie is the cause for all mental retardation. every kid I see walking down the street slamming their hand against their chest and yelling some incoherent sound I'm gonna point at them and yell, 'NO!!!!!!!! YOU WATCHED SKY CAPTAIN!!!!'"

~James

#2 neonerfer

neonerfer

    Member

  • Members
  • 400 posts

Posted 07 August 2003 - 06:42 PM

Magic.
  • 0
"Do not question that which is. Question that which will never be."

#3 JSkater

JSkater

    Member

  • Members
  • 344 posts

Posted 07 August 2003 - 08:27 PM

Ah, whatcha gonna do is..

Get a piece of bread, a top hat, some soup, and a cup of applesauce.

Add said ingredients together in a large mixing bowl. Cool in refridgerator for 4-5 hours.

Enjoy!




I am in no way, shape, or form responsible for the result of this post.
  • 0
QUOTE(Arcanis)
When I insert a dick, nothing happens.

Why dont you have anything to drink!?
Choose one, making you better feeling!

#4 neonerfer

neonerfer

    Member

  • Members
  • 400 posts

Posted 07 August 2003 - 08:34 PM

J, I already told him.
  • 0
"Do not question that which is. Question that which will never be."

#5 JSkater

JSkater

    Member

  • Members
  • 344 posts

Posted 07 August 2003 - 08:39 PM

Heh, I guess there really isn't a difference between cooking and magic, at least with me it's not. I'll sometimes just throw a bunch of shit together and hope it works out.

I think I'd be a good magician. ;)
  • 0
QUOTE(Arcanis)
When I insert a dick, nothing happens.

Why dont you have anything to drink!?
Choose one, making you better feeling!

#6 superadaquabat

superadaquabat

    Member

  • Members
  • 188 posts

Posted 08 August 2003 - 03:35 PM

Ah, whatcha gonna do is..

Get a piece of bread, a top hat, some soup, and a cup of applesauce.

Add said ingredients together in a large mixing bowl. Cool in refridgerator for 4-5 hours.

Enjoy!




I am in no way, shape, or form responsible for the result of this post.

What kind of soup? Your going to confuse him!
  • 0
Happiness is a foam gun.

#7 rawray7

rawray7

    Member

  • Members
  • 549 posts

Posted 08 August 2003 - 03:39 PM

gespacho.
  • 0
You, nerfboi, are the suckest gun. -neonerfer

#8 merlinski

merlinski

    Member

  • Members
  • 403 posts

Posted 08 August 2003 - 03:58 PM

gespacho.

And don't forget the croutons.
  • 0

#9 wtrent10

wtrent10

    Member

  • Banned
  • 219 posts

Posted 21 August 2003 - 11:26 AM

seriously guys I know I'm an idiot and you don't have to rub it in. Pm me any criticizim. now how do you mod games???
"This movie is the cause for all mental retardation. every kid I see walking down the street slamming their hand against their chest and yelling some incoherent sound I'm gonna point at them and yell, 'NO!!!!!!!! YOU WATCHED SKY CAPTAIN!!!!'"

~James

#10 cxwq

cxwq

    Member

  • Founders
  • 3,634 posts

Posted 21 August 2003 - 11:46 AM

Modding games is a challenging and time honored tradition.

First, you need to be an expert programmer, preferably in a language like C that translates well to (and from) assembly code.

You use a disassembler/debugger to convert the machine code into x86 assembler instructions. Then you use a tool that converts the asm file into C code. Unfortunately, the code it generates is functionally sound but usually more verbose and obtuse than the original game code. Fortunately, modern reverse-engineering tools will at least format it nicely so you have some hope of reading and understanding it.

Make your changes, compile, test, rinse and repeat.

Or did you mean modding games that were intended to be modded? That's easy...

Results 1 - 10 of about 113,000. Search took 0.56 seconds.
  • 0
<meta name="cxwq" content="mostly water">

#11 Talio

Talio

    Not your mother

  • Contributors
  • 2,781 posts

Posted 21 August 2003 - 03:38 PM

Friggin C??!! Well I guess it's been done, but I would hate to do it in C. C++ would be hella easier.

Talio.
  • 0
New posts on my blog, check it out. - Click on the ad too, cause I get money per click. Give back to the Admin team for once!

#12 wtrent10

wtrent10

    Member

  • Banned
  • 219 posts

Posted 21 August 2003 - 04:43 PM

ok, I realize I am more of an idiot than I imagined. soo, if one of you could take the time to make a step-by-step guide on how, then It'd be very much appriciated. thank you.
"This movie is the cause for all mental retardation. every kid I see walking down the street slamming their hand against their chest and yelling some incoherent sound I'm gonna point at them and yell, 'NO!!!!!!!! YOU WATCHED SKY CAPTAIN!!!!'"

~James

#13 neonerfer

neonerfer

    Member

  • Members
  • 400 posts

Posted 21 August 2003 - 05:00 PM

Sure, we'll make a step by step guide, it's not like there's anything better to do. Check google, C already linked you. If you're using Half Life(which if you don't have, you should be shot repeatedly), then search for a program called World Craft. Easy to use, and you can find tutorials for it. Learning C++ wouldn't hurt, it's not too bad. Here's some good tutorials. http://www.cprogramm...m/tutorial.html
http://computer.hows...works.com/c.htm

And if you finish the mod, I'll test it for you. For a small fee.
  • 0
"Do not question that which is. Question that which will never be."

#14 Ash

Ash

    Member

  • Members
  • 402 posts

Posted 21 August 2003 - 09:52 PM

May I make the suggestion that you try searching the vast database that is the world wide web before asking people at a Nerf site. If you come up with nothing, then ask here, otherwise you will find tons of FAQs for just about anything from modding games to fabricating bionic legs for your pet dog on the internet. Search engines are just wonderful. Really, they are.

Here are some incase you don't know any.

Metacrawler
Google
Yahoo
Freeporn

One of those is a joke, guess it right and you get a cookie.
  • 0
Name's Ash, Housewares

#15 Grinch

Grinch

    Member

  • Members
  • 642 posts

Posted 21 August 2003 - 10:04 PM

It would help greaty, Trent, if you would tell us the game you plan on modifying. There's a big difference between downloading a mod patch (such as CS) or actually reprogramming the game to change it.
  • 0
Webmaster of Nerf World

Previously mrgrinch_nm!

#16 wtrent10

wtrent10

    Member

  • Banned
  • 219 posts

Posted 22 August 2003 - 09:52 AM

well I don't really have any specific game in mind (except for half-life) I just want to know how to do it so when I do get a game I want to mod I know how to.
"This movie is the cause for all mental retardation. every kid I see walking down the street slamming their hand against their chest and yelling some incoherent sound I'm gonna point at them and yell, 'NO!!!!!!!! YOU WATCHED SKY CAPTAIN!!!!'"

~James

#17 Ranger

Ranger

    Member

  • Members
  • 41 posts

Posted 02 September 2003 - 07:03 PM

I have made half a mod for Diablo II: LoD. It sorta matters what game your trying though. There's lots of tutorials for lots of games on the internet.
And JSkater I would suggest using a rubber chicken, not a top hat. Silly wibble-gibble. Hey I don't have Half-Life! :wacko:
  • 0
n00bs with n00b t00bs.. You'll know what I'm talking about if you play Enemy Territory.

#18 Groove

Groove

    Certified Badass

  • Founders
  • 1,673 posts

Posted 02 September 2003 - 08:33 PM

well I don't really have any specific game in mind (except for half-life) I just want to know how to do it so when I do get a game I want to mod I know how to.

This isn't something you can read a write up on, and mod a game. This also isn't something we can "write a how-to guide" for you. That's just insane.

That's like asking a goat to write a how-to on getting North Korea to halt their nuclear arms projects. Ain't gonna' happen, cheif. My suggestion to you would be to start simple like I'm doing with WarCraft III. It comes with a World Editor that edits (almost) every variable in the game, and makes it somewhat easy compared to learning C or C++.

Also sounds to me like you're too lazy to look it up for yourself and you want us to do it for you. Get of your fuckin' lazy ass and read up on it, Jesus. A game can't mod itself (well...with the exception of Half-Life) so if you don't put out, you won't "get out."
  • 0

"Too close for missiles, I'm switchin' to guns"


#19 Talio

Talio

    Not your mother

  • Contributors
  • 2,781 posts

Posted 02 September 2003 - 09:51 PM

Ok, I've stood by long enough, if you want to mod a game, go to college and get a degree in computer science first. Then go to art school and get a degree in 3d art design. And then maybe after three or four years in the feild, you might be able to get it going with about 9 other people on a team. Look at it this way skippy, I'm three years into college for computers, and I wouldn't be able to scratch the surface.

Talio.
  • 0
New posts on my blog, check it out. - Click on the ad too, cause I get money per click. Give back to the Admin team for once!


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users