News:

Come Chat with us live! Learn how HERE!

Main Menu

making a mod

Started by DIGI_Byte, July 31, 2006, 03:55:26 AM

DIGI_Byte

i want to make a mod!! but how

i want the mod of THREE species fight over an atifact

kevlarman

step 1: learn C
step 2: write mod in C
step 3: ???
step 4: Profit!!
Quote from: Asvarox link=topic=8622.msg169333#msg169333Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

DIGI_Byte

Quote from: kevlarmanstep 1: learn C
step 2: write mod in C
step 3: ???
step 4: Profit!!

"C"???
WTC!!  I.T.!!

pingo

hmm.. I also think it would be nice with a little guide to where I shall start. I know some C, but I have never done hacks/mods to a game before.

If there is someone out there that have some experience and could write a little tutorial, it would be a nice thing for Trem when it actually is a open source game. I'm sure the dev team would be happy to get help with the coding too, and to grew up to be a good trem-programmer, you have to start one place.

kevlarman

i know what you mean pingo, finding anything specific in the code is hard (my attemps have consisted of reading the header files and some greping of the source). i would be very happy if there was just some explanation of the general organization of the code.
Quote from: Asvarox link=topic=8622.msg169333#msg169333Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

pingo

There is some people here that have managed to create a mod. Can't you guys tell how you started. I have understand that there is some good tutorials on the q3 engine, but do I have to go that way before trying trem?

Rawr

Quote from: DIGI_Byte
Quote from: kevlarmanstep 1: learn C
step 2: write mod in C
step 3: ???
step 4: Profit!!

"C"???
WTC!!  I.T.!!

"C" is a scripting language also similar to C is C++

Thorn

wrong.

there was C then C+ then C++

and as for guide,erm ok if i ever get round to it!

gareth

Quote from: Thornwrong.

there was C then C+ then C++

and as for guide,erm ok if i ever get round to it!

lololololololololololol :D

PIE

Quote from: Thornwrong.

there was C then C+ then C++

and as for guide,erm ok if i ever get round to it!
C+?..
Don't forget our friend C#

next_ghost

1) C is not a scripting language, C is the most versatile programming language ever invented. Scripting languages are interpreted, not compiled, and run inside a host application (eg. a game, a web server or a command-line shell).

2) There's no C+. First, Ken Thompson created B from BCPL. Then Denis Ritchie and Brian Kernighan created C from B. Then Brad Cox created Objective C and then Bjarne Stroustrup created C++.

C# is not a C-derived language because it's just M$ Visual Basic with C-like syntax. :evil:

If you already know C and you're looking for some modding tutorials, visit http://code3arena.planetquake.gamespy.com/tutorials/

If you don't know C, you should buy The C Programming Language book by Denis Ritchie and Brian Kernighan.
If my answer to your problem doesn't seem helpful, it means I won't help you until you show some effort to fix your problem yourself!
1.2.0 release's been delayed for 5:48:00 already because of stupid questions.

PIE

yeah.. i didn't want to say anything about scripting because i didn't want to be nit-picky... and C# is very versitile.. though MS does seem to like to screw with things to where they get messy... and its basically java.. without the interpreter..

David

Quote from: PIEand its basically java.. without the interpreter..
C#(mono not net) is a LOT better than java for RAD.
It might not be the most efficent, but you can make very powerful stuff very quickly.
But its no use for games, although the OGL support is very fast
But this is off topic so will shut up now.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

kevlarman

C# is not just vb with C-like syntax. (in fact vb.net is C# with vb syntax). C# is what M$ did when they got b*tchslapped for changing too much stuff around in their java vm.
Quote from: Asvarox link=topic=8622.msg169333#msg169333Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

gareth

Quote from: PIEyeah.. i didn't want to say anything about scripting because i didn't want to be nit-picky... and C# is very versitile.. though MS does seem to like to screw with things to where they get messy... and its basically java.. without the interpreter..

A modern java vm is not an interpreter.

pingo

hey.. plz don't leave the title of this thread. It's C that we use in modding so then we get that. It's not a history lesson  :roll: