Author Topic: Mod Making tools...  (Read 2110 times)

I was just wondering if any of you knew if their were free mod making tools. I need a model maker, a texture maker, and anything else you need to make a mod, via swords, firearms, etc... I NEED THEM TO BE FREE!

I know I'm a noob so please don't criticize me.





Dont forget Medifire!
You can turn Mediafire into a Medkit?

forget, that would be so useful.


so how do you script... (note you don't have to reply I just threw this outheir to see if anybody knew...) BTW  :iceCream: for Blastdown! thanks!

Notepad?... o.O

Or any text editor for that matter.

Scripts are made of text.

Code: [Select]
datablock DebrisData(gunShellDebris)
{
shapeFile = "./gunShell.dts";
lifetime = 2.0;
minSpinSpeed = -400.0;
maxSpinSpeed = 200.0;
elasticity = 0.5;
friction = 0.2;
numBounces = 3;
staticOnMaxBounce = true;
snapOnMaxBounce = false;
fade = true;

gravModifier = 2;
};

To script, you just need notepad or any regular .cs editing program. Like notepad. Which every Windows computer has.

To model, you need blender or milkshape 3D. One or the other. I don't know what is better.

To map, you can either just use Mission editor or something else that I can't remember.

Quote from: Gen. To map, you can either just use Mission editor or something else that I can't remember.
[/quote

How do you use the map editor because it just says that it is an add-on to something else

oops sorry about that last post... I screwed up reeeeeaaaallllllyyyy bad...

Milkshape is actually better, its what i use, but it costs around $40


To model, you need blender or milkshape 3D. One or the other. I don't know what is better


Milkshape is actually better, its what i use, but it costs around $40
$30*

Milkshape is actually better, its what i use, but it costs around $40


To model, you need blender or milkshape 3D. One or the other. I don't know what is better


Milkshape lacks features. It can only perform basic tasks plus it costs money. You have to put all your animations on one track which makes playertype making stuff hard. The vehicles made by it have box shadows.  When you select a face all faces behind it get selected.