Left4Dead Style Complete Modification |
by s3ntry_Designs
on 02/22/2011 00:21, 73 messages, last message: 04/28/2011 20:42, 35524 views, last view: 12/09/2021 04:09 |
 |
|
Hello everyone! I am looking for a team to develop a mod for Sauerbraten in which Players must survive a Zombie Outbreak.
The mod would be very similar to Left 4 Dead, where players must all reach a point on a map to progress, or kill every enemy on the playing field.
The Sauerbraten engine is by far probably the most fitting for this type of game and also one of the best to design it on. I am very interested in starting this project as soon as possible!
Please post back here if you are interested! We are accepting any members who will help ON A REGULAR BASIS! Please contact me here, or by email! Thank you!
Current Positions To Be Filled (More than one person can apply and work in a specific field)
------------------------------
Lead Designer - s3ntry_Designs
Lead Animator -
Lead Level Design -
Model Designer -
Sounds - s3ntry_designs
Coder -
Story Designer -
|
 |
|

Board Index

|
 |
#17: Re: .. |
|
by |ice|sub-zero|L
on 02/22/2011 17:45, refers to #16
|
 |
|
oops, my bad, i didn't think of this second thing, changing the bots playermodels makes every playermodel change if you have "force teamskin" on. my bad. lol ^.^
reply to this message
|
 |
#18: .. |
|
by s3ntry_Designs
on 02/22/2011 23:43
|
 |
|
Hrm, yeah I think, even though it's apparently going to be hell, I'm going to have to find a way to get monsters in multiplayer mode.
I wouldn't want the player characters to show up as zombies too. :/
Razgriz - I understand that many, especially coders, wouldn't be willing to help for free. But to those who are, and who can, most likely will. I'm willing to put time into this, so I don't see why others who are looking to see the same result as I am wouldn't be willing to. I'm not forcing anyone to help, I'm simply asking for it. :]
reply to this message
|
 |
#19: Re: .. |
|
by tman elite
on 02/23/2011 00:26, refers to #18
|
 |
|
Right now the player gets to choose what he looks like from a few player models. What you could do is have one "player model" that is not available to the player, and change his texture/model to look like a zombie. Then you'd have to modify the source so that all bots use this model.
This player model system seems to work pretty well with what you want also. For example, the different models could be different characters for each player to choose from. I don't know if you'd want to make it so that each character can only be used once though, as this would require modification.
reply to this message
|
 |
#20: .. |
|
by SheeEttin
on 02/23/2011 01:28
|
 |
|
Note that there's also Red Eclipse, which already has zombies.
Unfortunately, while its predecessor, Blood Frontier, was single-player zombie-oriented, Red Eclipse seems to be more oriented towards varied multiplayer environments.
Red Eclipse is probably pretty much dead now that Quin's dropped off the face of the earth, though. (There is apparently some kind of development going on, but I don't know anything about it.)
reply to this message
|
 |
#21: Re: .. |
|
by suicizer01
on 02/23/2011 02:16, refers to #19
|
 |
|
Too bad there isn't existing such thing as an open slot for importing your own playermodels, since it's very cheat-risky (would be incredibly easy to create an "ultimate target").
In other words, modify the sourcecode to get such thing.
Good luck again...
reply to this message
|
 |
#22: Re: .. |
|
by tman elite
on 02/23/2011 02:50, refers to #21
|
 |
|
Eh. If you're making a mod and trying to do minimal work, just replace the models and skins in the folders where the current player models are located. There are 5 of them right now, so just use four of them for you characters and the fifth as your zombie model. Then remove the fifth model as an option in the playermodel menu in menus.cfg so that the player can't choose to be the zombie (they could do so from the console, call it a "cheat" or "easter egg"). No source modding necessary. Your folder names would be a bit misleading but it should work in-game.
reply to this message
|
 |
#23: @ #22 |
|
by s3ntry_Designs
on 02/23/2011 04:21, refers to #22
|
 |
|
@ tman elite - Thanks tman, that's essentially what I'm looking to do. But wouldn't bots pick up weapons and use guns? How could I restrict a bot to only use mele, or the "bite" function that a hellpig uses? Is there a way I can reconfig the bots to use only one weapon, and assign a specific damage amount for that weapon, and not make it available to the player?
I wouldn't say I'm trying to do minimal work entirely, but the method you explained seems to work for me at the time being...
@SheeEttin - I'll probably search it up myself, but dos Red Eclipse use the Cube engine? And is it free for modification and redistribution?
reply to this message
|
 |
#24: Re: @ #22 |
|
by tman elite
on 02/23/2011 04:32, refers to #23
|
 |
|
This would require source modification (so would making all the bots use zombie models anyway, but this would require a lot more). Essentially all you'd need to do is make all zombies use knife/chainsaw/fist all the time. And make them not pick up items. And make them not run toward items. Look at ai.cpp and ai.h
reply to this message
|
 |
#25: Re: .. |
|
by suicizer01
on 02/23/2011 10:01, refers to #22
|
 |
|
I know that's the cheap way, but you've got to make sure the zombie-playermodel has exactly the same ammount of animations and are all carrying the same name as animation like the default playermodel did.
Why? Since it's hardcoded...
You would be able to press "/playermodel 4", wich makes you have the zombie as playermodel...
reply to this message
|
 |
#26: Re: .. |
|
by tman elite
on 02/23/2011 15:08, refers to #25
|
 |
|
It shouldn't be a problem if he's just changing skins. And as I already said, let the players be a zombie through the console if they want and call it an "easter egg."
reply to this message
|
 |
#27: Re: .. |
|
by |ice|sub-zero|L
on 02/23/2011 16:20, refers to #26
|
 |
|
it isn't hard to put a model in by hardcoding it (since its all copy and paste)
the hard part is getting someone to model. and the person who models can make a skin for it too.
now however you can put in cut scenes (this can be done through demo) and once you hit a trigger (this is only in sp, unless you feel like actually making it MP) the trigger will have a command (demo (number or name)) and it will play the demo that you made. (this was just an idea)
reply to this message
|
 |
#28: Re: .. |
|
by suicizer01
on 02/24/2011 01:01, refers to #26
|
 |
|
If you would only change the skin, it wouldn't look that great as your going to hope.
But go ahead, I won't stop you...
reply to this message
|
 |
#29: Re: .. |
|
by s3ntry_Designs
on 02/24/2011 05:57, refers to #27
|
 |
|
Yeah, nice idea sub-zero! I was thinking cutscenes too.
A model maker is currently working with me to move things forward, so I think I can make skins for his models! :]
Basically what you and tman are saying is to:
- make 4 available players
- give each available player a different character model
- make 5th player model a zombie character
- ban players from using player model 5 unless they use a command to do so (as an easteregg as tman is suggesting)
- 5th playermodel is assigned to the bots in-game, and will be fit to use only fist/chainsaw and not pick up items, health, guns etc.
Essentially my friend told me that this would make more sense as a FFA environment rather than a team, but is it possible to cap the FFA environment at 4 players and have only the rest be bots?
reply to this message
|
 |
#30: .. |
|
by s3ntry_Designs
on 02/24/2011 09:25
|
 |
|
Okay Guys, I have a few pictures of my GUI overhaul, and a logo I created for the game mod so far. A few of the things are recycled from cube itself, and the overhaul isn't finished entirely... This is just some progress..
What do you guys think?
http://img88.imageshack.us/img88/7402/28722142.jpg
http://img820.imageshack.us/img820/2830/90718566.jpg
http://img828.imageshack.us/img828/883/29023776.jpg
http://img843.imageshack.us/img843/1076/44524220.jpg
http://img217.imageshack.us/img217/8052/34522011.jpg
http://img51.imageshack.us/img51/2734/13808537.jpg
reply to this message
|
 |
#31: Re: .. |
|
by suicizer01
on 02/24/2011 11:37, refers to #30
|
 |
|
The loading bar and guifont isn't fitting the background very well.
But it looks pretty nice tough...
reply to this message
|
 |
#32: Re: .. |
|
by |ice|sub-zero|L
on 02/24/2011 22:09, refers to #29
|
 |
|
your friend if a fool. you should make sure its a teamplay (mode using teams) because you don't want a fre for all death match against you, online players, and bots. in real life, human's vrs. zombies. this means that all "human" players help each-other and if they frag one another, they get a penalty.
to top it off, instead of banning everyone who uses playermodel 5, lets think of a smart solution to the problem. how about it either forces you to be on the human side, and if you died you become a zombie (like roblox if you have played it) or if they have playermodel 5, they count as a zombie.
again, thinking only counts when you use your brain, and come up with a solution that makes sense.
reply to this message
|
 |
#33: Other Possibilities |
|
by tman elite
on 02/24/2011 22:49
|
 |
|
Put it in a team deathmatch setting, where the human team either can't respawn or have a limited number of lives, and make them survive until the time limit is reached. The zombie bots could continually respawn, or they could have a limited number number of lives also.
Another possibility is to have no time limit, and let the humans play until they are all dead (like CoD's Nazi Zombies or firefight mode in Halo ODST, if you're familiar with those. I'm assuming if you play Left4Dead that you might be familiar with these). This could be even better in a team efficiency setting, where there are no pick-ups so you must use your ammo wisely.
An idea for a "multiplayer" game type is essentially what sub-zero said, where most players start as humans and a few start as zombies (aka playermodel 5). When you are killed by a zombie, you become one, and the game goes on until the time limit is reached (humans win) or all players are infected (zombies win). This is essentially the same as "Infection" from the halo games, if you've ever played it.
reply to this message
|
 |
#34: Re: .. |
|
by tman elite
on 02/24/2011 22:56, refers to #29
|
 |
|
By the way I never said to ban all players that use playermodel 5. I called it an "easter egg" as in a secret hidden in a video game, like the skulls in halo or yoshi in super mario 64. I'm assuming you're looking for a game audience in which the majority won't have a working knowledge of the cube 2 engine, meaning that in order to discover the "secret fifth player model" they'll have to do some behind-the-scenes digging.
reply to this message
|
 |
#35: Re: .. |
|
by s3ntry_Designs
on 02/24/2011 23:15, refers to #32
|
 |
|
I think you guys misread what I was saying sub-zero. :p Sub-zero you make some pretty heinous statements unwarranted sometimes. It's pretty offensive xD
My friend was saying that because, as you say in real life, people can work together, but in all actuality, I could kill one of my friends who is not infected, should I shoot him. It's realism, is it not? I can understand the penalty system, and it makes sense, but I don't think you understood the basis behind the idea of Free For All, which real life, actually is.
Also, I wasn't implying we ban anyone who uses the 5th playermodel, I was saying that we should.
- ban players FROM using player model 5 unless they use a command to do so.
I think you guys kinda misread everything I said... :P
Tman Elite - I totally see what you're saying, that idea is technically implemented in CounterStrike, if any of you have played. The zombies, carry knives, and if they strike anyone, the person damaged becomes a zombie. I was thinking less of that idea, and more of the survival mode thing, where there is no time limit, but the players must work together, to eradicate the zombies in given area. (This would fit in more with the storyline I have developed.)
reply to this message
|
 |
#36: Re: .. |
|
by tman elite
on 02/24/2011 23:26, refers to #35
|
 |
|
It would be difficult to work a storyline into the survival type of game mode I described above without source modding. Since it would be in a team deathmatch environment, you wouldn't be able to have triggers, working doors, etc. Zombies would spawn at a random playerstart entity, which could inches from the player. No working doors or lifts or anything. And you wouldn't be able to beat the level by making it to the end, you'd have to reach the kill or time limit. Your entire story would have to be developed between levels via cutscenes.
Otherwise you could try to mod the source to allow multiple players in sp mode, which would allow for triggers, doors, lifts, level ends, etc. And it would allow you to choose enemy spawns.
reply to this message
|
 |
 |
|

Board Index

|
 |