Author Topic: Where Did People Learn To Make Addons?  (Read 544 times)

I wanna make one that makes you look like a giant cat, and you destroy anything you walk through. I want to make this so I can make a cat apocalypse game.

EDIT: Just found out I made a topic identical to this yesterday. Oopsie. My new question is how do people access add ons?! Something in Blockland? What is it? All the text in those files looks like complete gibberish.

When I tried getting into one, I got this:

2 1 4
SPECIAL

X
X
X
d

1

-0.450000 0.000000 0.000000
1.100000 1.000000 4.000000
COVERAGE: //TBNESW
0 : 999
0 : 999
0 : 999
0 : 999
0 : 999
0 : 999
----------------top quads:
0
----------------bottom quads:
0
----------------north quads:
0
----------------east quads:
0
----------------south quads:
0
----------------west quads:
0
----------------omni quads:
74

TEX:SIDE
POSITION:
0.001741 0.011097 1.675775
-0.982862 0.011097 1.675775
-0.982862 0.011097 0.422660
0.001741 0.011097 0.422660
UV COORDS:
0.200000 0.200000
0.200000 0.800000
0.800000 0.800000
0.800000 0.200000
NORMALS:
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000
0.000000 1.000000 0.000000

TEX:SIDE
POSITION:
0.001741 0.011097 0.422660
0.001741 -0.011097 0.422660
0.001741 -0.011097 1.675775
0.001741 0.011097 1.675775
UV COORDS:
0.200000 0.200000
0.200000 0.800000
0.800000 0.800000
0.800000 0.200000
NORMALS:
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000
1.000000 0.000000 0.000000

TEX:SIDE
POSITION:
0.001741 -0.011097 0.422660
-0.982862 -0.011097 0.422660
-0.982862 -0.011097 1.675775
0.001741 -0.011097 1.675775
UV COORDS:
0.200000 0.200000
0.200000 0.800000
0.800000 0.800000
0.800000 0.200000
NORMALS:
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000
0.000000 -1.000000 0.000000

.....this was only a little bit of it. It goes on.
« Last Edit: March 08, 2015, 07:05:53 PM by Sir Squidington »

to become a giant cat to walk through things and destroy them is a bit different from a brick addon
you'll need a model of a cat and a script to destroy the blocks that you touch

Should probably be in mod discussion or somewhere else, try looking there first.
Take a look at the rampage gamemode to see how they changed the player to blow up bricks.
You'll need a custom cat model, but theres lots of player-model add-ons and probably someone has made a cat already (you'd just change the player databock in the rampage mode to a cat looking thing)

Add-ons are stored in .zip files, and the most basic way to edit a .cs file (the files containing the script) would be the standard notepad program.
« Last Edit: March 08, 2015, 09:17:30 PM by Ladios »