Mod Idea - Team Fortress

Re: Mod Idea - Team Fortress

Postby John_III » 10 Jun 2011, 20:35

How would the enemy team be kept out of a team's resupply room? I can just create a one-way door, but then the "home" team wouldn't be able to get back into their own resupply.

Is it possible to make triggers team-specific?

Would it be difficult to create some sort of "team clip?"
Image
User avatar
John_III
 
Posts: 118
Joined: 17 Mar 2011, 04:45

Re: Mod Idea - Team Fortress

Postby Kitsune » 10 Jun 2011, 20:40

I think there is a way to set a team spawnflag on doors, i could be wrong thou. eeto... trigger to check team maybe? i dont think it would be hard to code a team clip.
User avatar
Kitsune
 
Posts: 174
Joined: 28 Apr 2011, 00:07
Location: Maridia

Re: Mod Idea - Team Fortress

Postby arand » 10 Jun 2011, 21:08

Would it not be possible to utilise team-based high-damage turrets in the specific location?
In a very DotA-esque fashion..
User avatar
arand
 
Posts: 211
Joined: 26 Mar 2011, 21:42

Re: Mod Idea - Team Fortress

Postby John_III » 10 Jun 2011, 21:15

Image
Image
Image
Image
Image
Image
User avatar
John_III
 
Posts: 118
Joined: 17 Mar 2011, 04:45

Re: Mod Idea - Team Fortress

Postby John_III » 10 Jun 2011, 21:16

arand {l Wrote}:Would it not be possible to utilise team-based high-damage turrets in the specific location?
In a very DotA-esque fashion..


I believe the original TF used sentry guns mounted on the resupply ceilings.
Image
User avatar
John_III
 
Posts: 118
Joined: 17 Mar 2011, 04:45

Re: Mod Idea - Team Fortress

Postby Kitsune » 11 Jun 2011, 04:49

I hope so. I've been workiing on two gui's for it, but cant make it do a call for class, maybe class's can be done with an alias. because i would like to try to mimic TFC's menu for spy/engineer.
User avatar
Kitsune
 
Posts: 174
Joined: 28 Apr 2011, 00:07
Location: Maridia

Re: Mod Idea - Team Fortress

Postby qreeves » 11 Jun 2011, 05:44

Kitsune {l Wrote}:For selecting stats and such we could work with doing a check for haswep # then do if haswep # give these stats, or something similar

Yeah, that's basically what I am doing already; "if player weapon is this, bestow these stats/abilities". Have the beginning of the class based traits done up in r2645.
Quinton "quin" Reeves | Lead Developer, Red Eclipse | http://redeclipse.net/ | http://www.facebook.com/redeclipse.net
User avatar
qreeves
 
Posts: 1294
Joined: 17 Mar 2011, 03:46
Location: Queensland, Australia

Re: Mod Idea - Team Fortress

Postby qreeves » 11 Jun 2011, 05:51

Kitsune {l Wrote}:I hope so. I've been workiing on two gui's for it, but cant make it do a call for class, maybe class's can be done with an alias. because i would like to try to mimic TFC's menu for spy/engineer.

Yeah, I'll add them as I create the weapons for those classes.

As for scripting, you can check if you're playing league with (& (mutators) 0x1000) and your selected loadout weapon (and thus, your class) with (getloadweap). Check the loadout gui in data/menus.cfg for the current selection gui I use (this menu covers both league and arena).
Quinton "quin" Reeves | Lead Developer, Red Eclipse | http://redeclipse.net/ | http://www.facebook.com/redeclipse.net
User avatar
qreeves
 
Posts: 1294
Joined: 17 Mar 2011, 03:46
Location: Queensland, Australia

Re: Mod Idea - Team Fortress

Postby Kitsune » 11 Jun 2011, 07:35

thats what i've been working with is the load out menu for arena. now that the league mutator only changes the primary it'll be easier for me to mess with instead of trying to set loadwepa and loadwepb in one string.
User avatar
Kitsune
 
Posts: 174
Joined: 28 Apr 2011, 00:07
Location: Maridia

Re: Mod Idea - Team Fortress

Postby John_III » 14 Jun 2011, 02:44

Overview. It is close to being completed.
Attachments
screenshot.0223.png
Image
User avatar
John_III
 
Posts: 118
Joined: 17 Mar 2011, 04:45

Re: Mod Idea - Team Fortress

Postby fawstoar » 14 Jun 2011, 15:13

Damn, John. That was fast, and it looks well made... did you make it completely from scratch?

Also, maybe could use some better textures, but I understand the default texture pack is limited...
-Wasabi
Map flythroughs, RE trailers, etc: http://www.youtube.com/playlist?list=PL67578B2BCD99FB7B
User avatar
fawstoar
 
Posts: 218
Joined: 27 Mar 2011, 20:53
Location: Canada, ideally.

Re: Mod Idea - Team Fortress

Postby John_III » 14 Jun 2011, 20:14

fawstoar {l Wrote}:Damn, John. That was fast, and it looks well made... did you make it completely from scratch?

Also, maybe could use some better textures, but I understand the default texture pack is limited...


Yes, I took some screenshots from a TF2 port of TFC's 2fort, and constructed it from there.

I'll see if I can find any textures that fit better.
Image
User avatar
John_III
 
Posts: 118
Joined: 17 Mar 2011, 04:45

Re: Mod Idea - Team Fortress

Postby John_III » 16 Jun 2011, 00:21

An initial release should be ready by tomorrow.
Attachments
3rdzimmer.png
4thzimmer.png
5thzimmer.png
6zimmer.png
spawnroom.png
Image
User avatar
John_III
 
Posts: 118
Joined: 17 Mar 2011, 04:45

Re: Mod Idea - Team Fortress

Postby qreeves » 18 Jun 2011, 04:08

Some of it is looking very blocky still, and I am wondering if you are taking the RE movement into account (one could likely scale the outer walls). Eagerly awaiting the finished product though, as a TF fan :P
Quinton "quin" Reeves | Lead Developer, Red Eclipse | http://redeclipse.net/ | http://www.facebook.com/redeclipse.net
User avatar
qreeves
 
Posts: 1294
Joined: 17 Mar 2011, 03:46
Location: Queensland, Australia

Re: Mod Idea - Team Fortress

Postby Friedslick6 » 18 Jun 2011, 05:09

Could you possibly use textures from TF2 instead of Red Elcipse? The level looks too... Realistic.
Image
Friedslick6
 
Posts: 14
Joined: 05 Apr 2011, 13:13

Re: Mod Idea - Team Fortress

Postby qreeves » 18 Jun 2011, 06:31

Friedslick6 {l Wrote}:Could you possibly use textures from TF2 instead of Red Elcipse? The level looks too... Realistic.

Doing that would stop me from being able to include it in the game. I'm sure there are other textures in the distribution which would fit the task.
Quinton "quin" Reeves | Lead Developer, Red Eclipse | http://redeclipse.net/ | http://www.facebook.com/redeclipse.net
User avatar
qreeves
 
Posts: 1294
Joined: 17 Mar 2011, 03:46
Location: Queensland, Australia

Re: Mod Idea - Team Fortress

Postby Friedslick6 » 18 Jun 2011, 12:36

Is that an issue to do with copyright fears, or with what will fit the distributed textures? If copyright fears is the issue, then my bad.
Image
Friedslick6
 
Posts: 14
Joined: 05 Apr 2011, 13:13

Re: Mod Idea - Team Fortress

Postby qreeves » 18 Jun 2011, 12:40

Friedslick6 {l Wrote}:Is that an issue to do with copyright fears, or with what will fit the distributed textures? If copyright fears is the issue, then my bad.

Yeah, it is just copyright issues. I'd rather this be something we can include in the game itself eventually (and everything in RE is open licensed).
Quinton "quin" Reeves | Lead Developer, Red Eclipse | http://redeclipse.net/ | http://www.facebook.com/redeclipse.net
User avatar
qreeves
 
Posts: 1294
Joined: 17 Mar 2011, 03:46
Location: Queensland, Australia

Re: Mod Idea - Team Fortress

Postby Julius » 18 Jun 2011, 16:37

It's not so difficult to make a more fitting texture pack at some point and quickly re-texture the level.

I agree however that the geometry still looks a bit blocky and uninspired (e.g. almost 1:1 from the original, much lower spec. level); it's a good start though.
User avatar
Julius
Community Moderator
 
Posts: 3306
Joined: 06 Dec 2009, 14:02

Re: Mod Idea - Team Fortress

Postby John_III » 20 Jun 2011, 02:16

I am working to give the map more character.
Attachments
screenshot.0239.png
screenshot.0238.png
screenshot.0235.png
Image
User avatar
John_III
 
Posts: 118
Joined: 17 Mar 2011, 04:45

Re: Mod Idea - Team Fortress

Postby John_III » 23 Jun 2011, 01:05

Each base now has a unique look. I have also been adding rooms and other scenery to the underground part of the map.

The boundaries of the playable areas have been clipped.
Attachments
screenshot.0247.png
screenshot.0246.png
screenshot.0245.png
screenshot.0244.png
screenshot.0243.png
Image
User avatar
John_III
 
Posts: 118
Joined: 17 Mar 2011, 04:45

Re: Mod Idea - Team Fortress

Postby Friedslick6 » 25 Jun 2011, 06:16

I'm really starting to warm to the style of the level, actually. :D
Image
Friedslick6
 
Posts: 14
Joined: 05 Apr 2011, 13:13

Re: Mod Idea - Team Fortress

Postby fawstoar » 27 Jun 2011, 15:57

@above

Indeed. I like the gritty wall textures in some of those pics...

The outside looks a little plain, though...
-Wasabi
Map flythroughs, RE trailers, etc: http://www.youtube.com/playlist?list=PL67578B2BCD99FB7B
User avatar
fawstoar
 
Posts: 218
Joined: 27 Mar 2011, 20:53
Location: Canada, ideally.

Re: Mod Idea - Team Fortress

Postby John_III » 27 Jun 2011, 21:21

I have been updating it steadily since those shots were taken. I am continuing to add detail to the interior and exterior to enhance realism.
Image
User avatar
John_III
 
Posts: 118
Joined: 17 Mar 2011, 04:45

Re: Mod Idea - Team Fortress

Postby John_III » 03 Jul 2011, 18:56

More lights and bridge cover in place



Edit: I have added detail objects to the ends of each side wall, and added a stripe indicating team colors for each side of the map.
Click for New Image
Even Newer
Attachments
shot1.png
Last edited by John_III on 04 Jul 2011, 05:59, edited 7 times in total.
Image
User avatar
John_III
 
Posts: 118
Joined: 17 Mar 2011, 04:45

Who is online

Users browsing this forum: No registered users and 0 guests

cron