Jump to content

Home

GonkH8ter's dreams.


TheWhiteRaider

Recommended Posts

I had a gun that my friend made for the original JK that spawned actual living gonks. Good times :)

 

 

I did something very similar to that first picture

 

 

oooooh, i just found some old screenshots I took when I first got the game... I'll post some doozies :D

 

first screenshot is where I had my first major gonk massacre, in the 2nd last level... the academy

Link to comment
Share on other sites

Originally posted by GonkH8er

I had a gun that my friend made for the original JK that spawned actual living gonks. Good times :)

 

 

I did something very similar to that first picture

 

 

oooooh, i just found some old screenshots I took when I first got the game... I'll post some doozies :D

 

first screenshot is where I had my first major gonk massacre, in the 2nd last level... the academy

 

:rofl::jab:

Link to comment
Share on other sites

Originally posted by Darth Groovy

How long did it take to set those up?

[/b]

 

Not long. I got my key pad set as a spawn menu. I start it up and it gives me the submenus like this.

 

1=(Jedi) 2=(DarkJedi) 3=(Troopers) 4=(Rebels) 5=(Mechs)

6=(NarEnemys) 7=(ImpOfficers)

8=(HerosAndMisc) 9=(Civs) *=(MassiveSpawn)

 

And so I can spawn tons of gonks in 1/100 of the time typing.

Link to comment
Share on other sites

Originally posted by TheWhiteRaider

 

Not long. I got my key pad set as a spawn menu. I start it up and it gives me the submenus like this.

 

1=(Jedi) 2=(DarkJedi) 3=(Troopers) 4=(Rebels) 5=(Mechs)

6=(NarEnemys) 7=(ImpOfficers)

8=(HerosAndMisc) 9=(Civs) *=(MassiveSpawn)

 

And so I can spawn tons of gonks in 1/100 of the time typing.

 

 

Wow....how do you co-ordinate sub-menus? I know how to bind, but not that efficiently..:(

Link to comment
Share on other sites

It is a script like this

 

 

echo ^21={Jedi} ^22={DarkJedi} ^23={Troopers} ^24={Rebels} ^25={Mechs} ^26={NarEnemys}

echo ^27={Imperials} ^28={HerosAndMisc} ^29={Civ} ^2*={MassSpawn}

 

bind kp_end exec spawn1

bind kp_downarrow exec spawn2

bind kp_pgdn exec spawn3

bind kp_leftarrow exec spawn4

bind kp_5 exec spawn5

bind kp_rightarrow exec spawn6

bind kp_home exec spawn7

bind kp_uparrow exec spawn8

bind kp_pgup exec spawn9

bind kp_star exec massspawn

bind kp_del npc kill all

bind kp_plus vstr refresh

bind kp_slash exec party

bind kp_minus exec custom

 

So in the main menu I hit 1 and it runs spawn1.cfg which has this

 

bind kp_end npc spawn Luke Luke

bind kp_downarrow npc spawn JediTrainer Trainer

bind kp_pgdn npc spawn Jedi Padawan

bind kp_leftarrow npc spawn Jedi2 Jedi

bind kp_5 npc spawn jedif Jan_J

bind kp_rightarrow "vstr dud"

bind kp_home "vstr dud"

bind kp_uparrow "vstr dud"

bind kp_pgup "vstr dud"

echo ^31={Luke} ^22={Trainer} ^23={Jedi} ^24={Jedi2} ^35={Jan(Jedi)}

set refresh "echo ^31={Luke} ^22={Trainer} ^23={Jedi} ^24={Jedi2} ^35={Jan(Jedi)}"

 

So now I hit 1 it spawns Luke. All I do to get back to the main menu I hit 0 on the key pad.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...