The Gang Garrison 2 Forum
May 18, 2013, 06:02:46 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Chat with us on IRC: http://ganggarrison.com/irc.html
Server: irc.esper.net, Channel: #gg2
 
   Home   Help Search Login Register  
Poll
Question: what do you guys think?
this project is awesome! - 30 (37%)
it's cool - 21 (25.9%)
nah it just normal - 7 (8.6%)
it will be dead soon,like every other project - 16 (19.8%)
what is the purpose of this? - 7 (8.6%)
Total Voters: 69

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 »
  Print  
Author Topic: New single player zombie shooter  (Read 18112 times)
MTK5012
2011 Haxxy Finalist
*
Offline Offline

Posts: 738


I was Gangsterman


« Reply #45 on: June 03, 2011, 05:21:38 am »

found camping spot
oops,bad level editor,my bad
there are a help button in the main menu,did you try it?
Logged
Derpduck [LORD]
2011 Haxxy Finalist
*
Offline Offline

Posts: 3529



« Reply #46 on: June 03, 2011, 05:28:30 am »

yes also nice music l4d 1 music is the best
Logged

Derpduck [LORD]
2011 Haxxy Finalist
*
Offline Offline

Posts: 3529



« Reply #47 on: June 03, 2011, 05:30:23 am »

also I had a look at the sauce  hehe and i want to know how to change wasd to the arrow keys for movement (being left handed and all)
Logged

Derpduck [LORD]
2011 Haxxy Finalist
*
Offline Offline

Posts: 3529



« Reply #48 on: June 03, 2011, 05:32:43 am »

i got this error infinatly
Logged

MTK5012
2011 Haxxy Finalist
*
Offline Offline

Posts: 738


I was Gangsterman


« Reply #49 on: June 03, 2011, 05:37:24 am »

also I had a look at the sauce  hehe and i want to know how to change wasd to the arrow keys for movement (being left handed and all)
look in game_init script and change this
Code:
ini_open("Setting.data");
global.left = ini_read_real("Controls","Left",ord('A'));
global.right = ini_read_real("Controls","Right",ord('D'));
global.up = ini_read_real("Controls","Up",ord('W'));
global.down = ini_read_real("Controls","Down",ord('S'));
//global.leftmouse = ini_read_real("Controls","LeftMouse",mb_left);
//global.rightmouse = ini_read_real("Controls","RightMouse",mb_right);
//global.middlemouse = ini_read_real("Controls","MiddleMouse",mb_middle);
global.switchgun = ini_read_real("Controls","Switch",ord('Q'));
global.use = ini_read_real("Controls","Use",ord('E'));
global.volume=ini_read_real("Options","Volume",1);
global.musicvolume=ini_read_real("Options","Music",1);
ini_close();
to this
Code:
ini_open("Setting.data");
global.left = ini_read_real("Controls","Left",vk_left);
global.right = ini_read_real("Controls","Right",vk_right);
global.up = ini_read_real("Controls","Up",vk_up);
global.down = ini_read_real("Controls","Down",vk_down);
//global.leftmouse = ini_read_real("Controls","LeftMouse",mb_left);
//global.rightmouse = ini_read_real("Controls","RightMouse",mb_right);
//global.middlemouse = ini_read_real("Controls","MiddleMouse",mb_middle);
global.switchgun = ini_read_real("Controls","Switch",ord('Q'));
global.use = ini_read_real("Controls","Use",ord('E'));
global.volume=ini_read_real("Options","Volume",1);
global.musicvolume=ini_read_real("Options","Music",1);
ini_close();
i going to add the change key feature but got no time so...
also,the"no infected" bug had been fixed
more keyboard button:

EDIT:to fix that problem,play in harder difficulty.that call the"No Infected" bug
« Last Edit: June 03, 2011, 05:38:49 am by Gangsterman » Logged
Derpduck [LORD]
2011 Haxxy Finalist
*
Offline Offline

Posts: 3529



« Reply #50 on: June 03, 2011, 05:39:21 am »

well im using the latest gmk so it doesnt seem to be fixed
and there is a load of weapons in the source that havent been used how come
« Last Edit: June 03, 2011, 05:41:01 am by Derp(new) [SLSA] » Logged

Floyd Pinkerton
Hero Member
*****
Offline Offline

Posts: 779


Is there anybody out there?


« Reply #51 on: June 03, 2011, 05:41:42 am »

what's the size of the sprites?
Logged


Waiting to cut out the deadwood.
Derpduck [LORD]
2011 Haxxy Finalist
*
Offline Offline

Posts: 3529



« Reply #52 on: June 03, 2011, 05:43:21 am »

well the ones the you pickup from are 16x16 and your arm is 24x24
« Last Edit: June 03, 2011, 05:43:53 am by Derp(new) [SLSA] » Logged

Derpduck [LORD]
2011 Haxxy Finalist
*
Offline Offline

Posts: 3529



« Reply #53 on: June 03, 2011, 05:45:52 am »

once this becomes more developed you could relese a level developer
Logged

Derpduck [LORD]
2011 Haxxy Finalist
*
Offline Offline

Posts: 3529



« Reply #54 on: June 03, 2011, 05:48:44 am »

how do you add more bots is it director or player
« Last Edit: June 03, 2011, 05:50:37 am by Derp(new) [SLSA] » Logged

Floyd Pinkerton
Hero Member
*****
Offline Offline

Posts: 779


Is there anybody out there?


« Reply #55 on: June 03, 2011, 06:02:07 am »

You know, some zombie-killing music would be nice!

Why not add a jukebox?


Logged


Waiting to cut out the deadwood.
Derpduck [LORD]
2011 Haxxy Finalist
*
Offline Offline

Posts: 3529



« Reply #56 on: June 03, 2011, 06:11:10 am »

omg opertunity for Re your brains
Logged

MTK5012
2011 Haxxy Finalist
*
Offline Offline

Posts: 738


I was Gangsterman


« Reply #57 on: June 03, 2011, 06:40:27 am »

omg opertunity for Re your brains
what this mean?
any way,all your idea will be considerate for next update.
how to add bot? place the Player object and CTRL+Right Click in it
put this in
Code:
bot=1
pos=0
the pos is the position of the hud,there are 3 pos that should be:0,1,2.other pos work fine too but it doesnt show the hud properly
bad new:i will go away for two days.no GM those days
also,dont turn this in to the spamming pool

EDIT:Ver1.2.2 uploaded
ver 1.2.1 i forgot to upload the gmk,sorry
« Last Edit: June 03, 2011, 06:45:08 am by Gangsterman » Logged
Derpduck [LORD]
2011 Haxxy Finalist
*
Offline Offline

Posts: 3529



« Reply #58 on: June 03, 2011, 06:41:49 am »

sorry will post less and compile posts into 1

Quote
omg opertunity for Re your brains
what this mean?
on l4d2 when you play the jukebox there is a chance that you can get a song called RE: your brains
« Last Edit: June 03, 2011, 06:42:51 am by Derp(new) [SLSA] » Logged

MTK5012
2011 Haxxy Finalist
*
Offline Offline

Posts: 738


I was Gangsterman


« Reply #59 on: June 03, 2011, 07:14:41 am »

i dont have L4D2 so can you upload me the music,new infected sound,...?
btw the bugfixed version cameout
Logged
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.225 seconds with 20 queries.