Poll

Would this be a good idea?

Very much yes!
10 (25%)
Yes.
2 (5%)
Mabye.
3 (7.5%)
No.
4 (10%)
Definatly no. This is crap.
21 (52.5%)

Total Members Voted: 40

Author Topic: SUGGESTION: Sonic Playertypes  (Read 2900 times)

Sonic the Fighters, Sonic 3D Blast, Sonic Jam (Minigame... Thing), Sonic R, Sonic Adventure, Sonic Adventure 2, Sonic Heroes, Shadow the Hedgehog. Those are the only good Sonic Games. Also, someone's already making these player types WITH MODELS. Discussion over.

um...just edit the playertype...



Tried it on the Xbox 360

Horrible, made me hate sonic more. And yes I played sonic.



1 2 and 3 are the best, all the 3D ones suck but Adventure 2 battle.

And you just edit code for playertypes.
I can't do that. I have no clue how :c

why not..?
I can't do that. I have no clue how :c
i would like a tutorial though. PLEASE TELL ME HOW.

Sonic the Fighters, Sonic 3D Blast, Sonic Jam (Minigame... Thing), Sonic R, Sonic Adventure, Sonic Adventure 2, Sonic Heroes, Shadow the Hedgehog. Those are the only good Sonic Games. Also, someone's already making these player types WITH MODELS. Discussion not over.
What's Sonic R?
I have played:
Sonic Unleashed
Sonic The Hedgehog
Sonic The Hedgehog 2
Sonic The Hedgehog 3
Sonic Labrynth
Sonic Blast
+
Some other sonic games i can't remember the names of :c
END
« Last Edit: December 30, 2009, 01:22:58 AM by bullet »

I can't give you one but it isn't hard, just download a player type where the person claims for it to be faster than normal, then open the file (one which is a cs file that doesn't say server) with any text editer such as notepad and it shows you the script, after that you will see something like

maxForwardSpeed = 7;



if lets say I changed the thing to


maxForwardSpeed = 10;

it would be faster (please keep in mind I know MINOR scripting and doesn't mean I am 100% sure on EVERYTHING)

I have never actually modified a player type because I never needed it

What's Sonic R?

Let's look at Wikipedia:

Quote
Sonic R is a racing game that uses multi-3D polygons developed by Traveller's Tales and Sonic Team for the Sega Saturn and PC, the latter version being ported to the GameCube and the PlayStation 2 in Sonic Gems Collection. It features characters from the Sonic the Hedgehog series. The game is characterized by the same sense of environmental openness in the Sonic platformers. It contains colorful 3D graphics combined with a Powerpop soundtrack by Richard Jacques (including songs performed by British singer TJ Davis). The in-game music was stored as standard CD-AUDIO tracks on the game disk, meaning that the music from the game could be played on any standard CD player.

I can't give you one but it isn't hard, just download a player type where the person claims for it to be faster than normal, then open the file (one which is a cs file that doesn't say server) with any text editer such as notepad and it shows you the script, after that you will see something like

maxForwardSpeed = 7;



if lets say I changed the thing to


maxForwardSpeed = 10;

it would be faster (please keep in mind I know MINOR scripting and doesn't mean I am 100% sure on EVERYTHING)

I have never actually modified a player type because I never needed it
c: thanks. Lock.