Inside3D!
     

Monster CTF beta 1 - Released!

 
Post new topic   Reply to topic    Inside3d Forums Forum Index -> QuakeC Programming
View previous topic :: View next topic  
Author Message
Orion



Joined: 12 Jan 2007
Posts: 414
Location: Brazil

PostPosted: Mon Mar 10, 2008 7:10 pm    Post subject: Monster CTF beta 1 - Released! Reply with quote

I re-uploaded it, I did a few updates and improvements.
It supports almost, or every TF maps now, I just forget to put some entity abbreviations within the source.

WARNING!!! I had to invert the item_tfgoal team_no's in TF maps, otherwise the enemy flag will be in your base! So read a basic instruction at item_tfgoal in flag.qc.

The respawn backpacks will give all health, rockets, mana, and 35% chance of any armor, and can be re-touched after 1 second.

Some TF maps are included.

Get it here (5.5mb):
http://shub-hub.com/files/mods_multiplayer/MonsterCTFb1.zip
_________________
There's no signature here. Stop looking for one.
Back to top
View user's profile Send private message
RenegadeC



Joined: 15 Oct 2004
Posts: 370
Location: The freezing hell; Canada

PostPosted: Mon Mar 10, 2008 8:28 pm    Post subject: Reply with quote

Nice! Can CTF be played in Quake maps too?
Back to top
View user's profile Send private message AIM Address MSN Messenger
Orion



Joined: 12 Jan 2007
Posts: 414
Location: Brazil

PostPosted: Mon Mar 10, 2008 9:15 pm    Post subject: Reply with quote

Yeah, but you need to make .ent files, item_tfgoal is the flag, and info_tfgoal is the cap point.

Place info_tfgoal where you want, set team_no to 1 for red flag, and team_no to 2 for blue flag. Same with info_tfgoal, but team_no 1 is blue and team_no 2 is red cap point.

If put a mdl of progs/backpack.mdl or progs/newpack.mdl it'll be a supply backpack. Set the corresponding team_no's for only one team pick up.


EDIT: When can we test it online? Smile
Also, you should put info_player_teamspawn with team_no 1(blue) and 2(red), otherwise you'll spawn stuck in the middle of the level.

EDIT 2: I fixed 2 bugs that seeker swords can follow teammates, now they will only follow enemies. And another, you could capture the flag in wrong points (where had to be a backpack). That's now fixed.

Link:
http://shub-hub.com/files/mods_multiplayer/mctf_fix.zip
_________________
There's no signature here. Stop looking for one.
Back to top
View user's profile Send private message
RenegadeC



Joined: 15 Oct 2004
Posts: 370
Location: The freezing hell; Canada

PostPosted: Tue Mar 11, 2008 12:06 am    Post subject: Reply with quote

Orion wrote:
Yeah, but you need to make .ent files, item_tfgoal is the flag, and info_tfgoal is the cap point.

Place info_tfgoal where you want, set team_no to 1 for red flag, and team_no to 2 for blue flag. Same with info_tfgoal, but team_no 1 is blue and team_no 2 is red cap point.

If put a mdl of progs/backpack.mdl or progs/newpack.mdl it'll be a supply backpack. Set the corresponding team_no's for only one team pick up.


EDIT: When can we test it online? Smile
Also, you should put info_player_teamspawn with team_no 1(blue) and 2(red), otherwise you'll spawn stuck in the middle of the level.

EDIT 2: I fixed 2 bugs that seeker swords can follow teammates, now they will only follow enemies. And another, you could capture the flag in wrong points (where had to be a backpack). That's now fixed.

Link:
http://shub-hub.com/files/mods_multiplayer/mctf_fix.zip


Do you think you'll add support for regular Quake maps for CTF without having to modify the map files? That'd be cool.
Back to top
View user's profile Send private message AIM Address MSN Messenger
Orion



Joined: 12 Jan 2007
Posts: 414
Location: Brazil

PostPosted: Tue Mar 11, 2008 12:18 am    Post subject: Reply with quote

Did you mean ThreeWave CTF maps?? That can be easily done.
_________________
There's no signature here. Stop looking for one.
Back to top
View user's profile Send private message
RenegadeC



Joined: 15 Oct 2004
Posts: 370
Location: The freezing hell; Canada

PostPosted: Tue Mar 11, 2008 12:47 am    Post subject: Reply with quote

Orion wrote:
Did you mean ThreeWave CTF maps?? That can be easily done.


Yeah ThreeWave allowed regular ID1 maps to be played.
Back to top
View user's profile Send private message AIM Address MSN Messenger
Dr. Shadowborg
Inside3D Staff


Joined: 16 Oct 2004
Posts: 726

PostPosted: Tue Mar 11, 2008 5:00 pm    Post subject: Reply with quote

RenegadeC wrote:

Yeah ThreeWave allowed regular ID1 maps to be played.


Except that those "regular" ID1 maps required modification via .ent files if I remember correctly...

You could probably do some sort of .qc support hack for it, but I don't feel like elaborating on how right this minute.

Also, you might try checking out the frikbot style item placement thing that CocoT had on his site. (Uses frikbot .way file style)
_________________
"Roboto suggests Plasma Bazooka."
Back to top
View user's profile Send private message
RenegadeC



Joined: 15 Oct 2004
Posts: 370
Location: The freezing hell; Canada

PostPosted: Tue Mar 11, 2008 6:45 pm    Post subject: Reply with quote

Dr. Shadowborg wrote:
RenegadeC wrote:

Yeah ThreeWave allowed regular ID1 maps to be played.


Except that those "regular" ID1 maps required modification via .ent files if I remember correctly...

You could probably do some sort of .qc support hack for it, but I don't feel like elaborating on how right this minute.

Also, you might try checking out the frikbot style item placement thing that CocoT had on his site. (Uses frikbot .way file style)


Pretty sure they used the gold and silver key items as CTF flag points and if they weren't found used other entities. I should check out their source.
Back to top
View user's profile Send private message AIM Address MSN Messenger
leileilol



Joined: 15 Oct 2004
Posts: 1321

PostPosted: Tue Mar 11, 2008 6:59 pm    Post subject: Reply with quote

or they had entities placed in via qc, i know some ctf mods that do that
_________________
Back to top
View user's profile Send private message
frag.machine



Joined: 25 Nov 2006
Posts: 728

PostPosted: Tue Mar 11, 2008 11:38 pm    Post subject: Reply with quote

RenegadeC wrote:
Dr. Shadowborg wrote:
RenegadeC wrote:

Yeah ThreeWave allowed regular ID1 maps to be played.


Except that those "regular" ID1 maps required modification via .ent files if I remember correctly...

You could probably do some sort of .qc support hack for it, but I don't feel like elaborating on how right this minute.

Also, you might try checking out the frikbot style item placement thing that CocoT had on his site. (Uses frikbot .way file style)


Pretty sure they used the gold and silver key items as CTF flag points and if they weren't found used other entities. I should check out their source.


Not exactly. e1m3, for instance, used to place one flag near the player_start and other in the sewers exit room. The yellow key location wasn't used.
_________________
frag.machine - Q2K4 Project
http://fragmachine.quakedev.com/
Back to top
View user's profile Send private message Visit poster's website
Orion



Joined: 12 Jan 2007
Posts: 414
Location: Brazil

PostPosted: Wed Mar 12, 2008 3:08 am    Post subject: Reply with quote

Did ThreeWave implemented CTF on ALL id1 maps?!

If so, please make your .ents to speed up the proccess while I'm making my own. Putting flags, cap points, and teamspawns on ALL id maps via qc requires hundreds of lines of code. Sad

But what maps do you all prefer? The TF ones or the original ones?
I always played TF, and my preference is TF maps. But we'll see to don't make people suffer. There are small ang large maps in the zip.
The smallest one in there is 1on1fortr.

Just please set up a date for us to test it (maybe this weekend?).
_________________
There's no signature here. Stop looking for one.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Inside3d Forums Forum Index -> QuakeC Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2004 phpBB Group