The Gang Garrison 2 Forum
May 24, 2013, 09:44:21 pm *
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 18169 times)
MrCreeper
Newbie
*
Offline Offline

Posts: 18


« Reply #360 on: July 04, 2011, 02:55:23 pm »

I found something you may like... its L4D sprites... if you dont like them you can tell me then i can change them

Logged

Trollers gonna troll
Haters gonna hate
Likers gonna like
Dislikers gonna dislike
Players gonna play
Posers gonna pose
Never trust never
Orpheon
2011 Haxxy Award Winner
*
Offline Offline

Posts: 5835


Developer


« Reply #361 on: July 04, 2011, 03:00:05 pm »

I found something you may like... its L4D sprites... if you dont like them you can tell me then i can change them

Logged

Your mind is software. Program it.
Your body is a shell. Change it.
Death is a disease. Cure it.
Extinction is approaching. Fight it.
Dronery
2011 Haxxy Finalist
*
Offline Offline

Posts: 1847


Your ████


« Reply #362 on: July 04, 2011, 03:01:39 pm »

Aggressive today are we?
Logged

Orpheon
2011 Haxxy Award Winner
*
Offline Offline

Posts: 5835


Developer


« Reply #363 on: July 04, 2011, 03:06:40 pm »

Anyway, this is getting slightly derailed.

Subject over?

Good.

We need maps. Artistic talent or no, maps are needed.
Logged

Your mind is software. Program it.
Your body is a shell. Change it.
Death is a disease. Cure it.
Extinction is approaching. Fight it.
MrCreeper
Newbie
*
Offline Offline

Posts: 18


« Reply #364 on: July 04, 2011, 04:04:09 pm »

Guys look... i didnt steal anything... and i used quote right....i just wanted to help... and sorry about that Sad im feeling rlly bad and sorry for the creator of the sprites Sad i want to  x5 my self and then headshot my head and a  superburst hit me on the face for what i did!
Logged

Trollers gonna troll
Haters gonna hate
Likers gonna like
Dislikers gonna dislike
Players gonna play
Posers gonna pose
Never trust never
Rin_Fury
Guest
« Reply #365 on: July 04, 2011, 04:13:06 pm »

If you need any help with sprites just ask me.

(Or anybody else who knows how to sprite)
« Last Edit: July 04, 2011, 04:13:32 pm by [P0NY]Pinkie Pie » Logged
MTK5012
2011 Haxxy Finalist
*
Offline Offline

Posts: 738


I was Gangsterman


« Reply #366 on: July 04, 2011, 09:06:37 pm »

mr.creeper the menu isnt very beautiful (sorry,i know how disappoint you are)
so i guess you cant spriting,how about giving ideas? or maybe report bug or something.
and fear the fear... i cant understand what is it mean anyway.
so i guess we all stuck in name...

If you need any help with sprites just ask me.

(Or anybody else who knows how to sprite)

yeah you can do the map or the "bitmixed" sprite.

and btw,didnt vindicator have a sprite loader plugin before?gotta ask himt
Code:
//Vindicator's Sprite Switcher
//All sprite name files must match in game sprite names
//All sprites go into "Plugins/Sprites"
out("Vindicator's Sprite Loader v3");
x = 0;
while( sprite_exists(x) )
{
if file_exists("Plugins/Sprites/" + sprite_get_name(x) + ".png")
{
sprite_replace(x,"Plugins/Sprites/" + sprite_get_name(x) + ".png",sprite_get_number(x),true,false,sprite_get_xoffset(x),sprite_get_yoffset(x));
}
x += 1;
}
hehe
EDIT:
it still not work!!!!!!!!!!!!!!!!!
« Last Edit: July 04, 2011, 09:31:36 pm by Gangsterman » Logged
MTK5012
2011 Haxxy Finalist
*
Offline Offline

Posts: 738


I was Gangsterman


« Reply #367 on: July 04, 2011, 09:48:41 pm »

found a way:put the mask instead of same_as_sprite,put it the sprite with the right mask.
but still need to get some feed back at the help forum
anddd does this work? (i fail at ds_list)
Code:
follower=-1
if bot=1
with Character
{
if bot=0 //so follow the player who isnt bot
if distance_to_object(other)<point_distance(other.x,other.y,other.follower.x,other.follower.y) //and nearest
other.follower=id //then follow
}
Logged
Orpheon
2011 Haxxy Award Winner
*
Offline Offline

Posts: 5835


Developer


« Reply #368 on: July 05, 2011, 01:14:01 am »

found a way:put the mask instead of same_as_sprite,put it the sprite with the right mask.
but still need to get some feed back at the help forum
anddd does this work? (i fail at ds_list)
Code:
follower=-1
if bot=1
with Character
{
if bot=0 //so follow the player who isnt bot
if distance_to_object(other)<point_distance(other.x,other.y,other.follower.x,other.follower.y) //and nearest
other.follower=id //then follow
}
It should. I see no reason why it wouldn't. And where do you see a ds_list?
Logged

Your mind is software. Program it.
Your body is a shell. Change it.
Death is a disease. Cure it.
Extinction is approaching. Fight it.
MTK5012
2011 Haxxy Finalist
*
Offline Offline

Posts: 738


I was Gangsterman


« Reply #369 on: July 05, 2011, 02:34:41 am »

found a way:put the mask instead of same_as_sprite,put it the sprite with the right mask.
but still need to get some feed back at the help forum
anddd does this work? (i fail at ds_list)
Code:
follower=-1
if bot=1
with Character
{
if bot=0 //so follow the player who isnt bot
if distance_to_object(other)<point_distance(other.x,other.y,other.follower.x,other.follower.y) //and nearest
other.follower=id //then follow
}
It should. I see no reason why it wouldn't. And where do you see a ds_list?
i mean im going to use ds_list but i failed
Logged
MrCreeper
Newbie
*
Offline Offline

Posts: 18


« Reply #370 on: July 05, 2011, 02:38:45 am »

Gangerman, do you like the name and the BG i made?
Logged

Trollers gonna troll
Haters gonna hate
Likers gonna like
Dislikers gonna dislike
Players gonna play
Posers gonna pose
Never trust never
MTK5012
2011 Haxxy Finalist
*
Offline Offline

Posts: 738


I was Gangsterman


« Reply #371 on: July 05, 2011, 03:14:12 am »

no
the bg is  too simple,any one can draw that
the name,i still dont understand...
Logged
Orpheon
2011 Haxxy Award Winner
*
Offline Offline

Posts: 5835


Developer


« Reply #372 on: July 05, 2011, 03:16:45 am »

no
the bg is  too simple,any one can draw that
the name,i still dont understand...
Maybe a variation...

It's too late to fear.

Or something...
Logged

Your mind is software. Program it.
Your body is a shell. Change it.
Death is a disease. Cure it.
Extinction is approaching. Fight it.
MrCreeper
Newbie
*
Offline Offline

Posts: 18


« Reply #373 on: July 05, 2011, 03:24:47 am »

Yes i know the background sucks... i made it too fast... but the name its nice... Fear the Fear  x4 sapped my  x5
Logged

Trollers gonna troll
Haters gonna hate
Likers gonna like
Dislikers gonna dislike
Players gonna play
Posers gonna pose
Never trust never
Derpduck [LORD]
2011 Haxxy Finalist
*
Offline Offline

Posts: 3529



« Reply #374 on: July 05, 2011, 03:36:08 am »

i can actually run tf2 better that this (only on one map mind you)
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.282 seconds with 20 queries.