Is it hard to create a mod?


#1

Its it, I mean the programing… Do I need to be very good?? any sites that I can check out?

ostov


#2

A mod for what?


#3

It depends…

Almost every game SDK (Software Development Kit) requires you to use C++ for making MODS. And beleive me, this can be quite complex.

Before you start coding MODS for these games, make sure you have a firm understanding of the following:

  • C++ (If possible, using the Visual C++ compiler from Microsoft)
  • Game programming
  • 3D programming
  • Artificial Intelligence (when programming a single player MOD)

Also study the SDK! Learn where every function is stored and what they do. Learn how the game engine works.

So yes, it is quit complex, you should have a reasonable amount of programming experience.

Learn C(++) and learn it well :slight_smile:


#4

BluePhoenix - I was just thinking general
EvilBasterd - Thx for the info. I will not create mod becaus I am just very bad at the programing… I hate it:D

ostov


#5

In that case, learn it. I’ve been trying to learn it, although currently I’ve been working on PHP (Off and on). I’ve been wanting to learn C++ for a while and know some basic stuff, but I wish I knew some of the Win based progs.

(BTW, anyone know any good C++ tutorials? Like, really good?)

On another note, why give up on something because you suck at programming? It’s part of the learning process that can make stuff even funner. Anyway, just my thought.

(3D Modeling is on my list too, as is skinning/texturing)


#6

At the moment I dont feel like creating a mod just alone…

ostov


#7

[ul]
[li]Buy a book (Deitel preferred)
[/li][li]Read the book
[/li][li]Start programming simple things
[/li][li]Make mod
[/li][/ul]
Easy huh?
It’s not hard, but very time consuming, good mathematic skills/knowledge is a must if you’re going for more complex things, such as mods… As I stated previously, you have to have a lot of time. :rolleyes:


#8

This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.