What are you working on?
Moderator: InsideQC Admins
Or you could set it in-game via a menu, which is probably a bit more friendly (FTE provides this in its video menu, for instance).
- Spike
- Posts: 2892
- Joined: Fri Nov 05, 2004 3:12 am
- Location: UK
Yes, this is a way, too. I just didn't want the user to dig too much in the menus.
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
-

Chip - Posts: 575
- Joined: Wed Jan 21, 2009 9:12 am
- Location: Dublin, Ireland
So, where would this code be in the CSQC? Can you point us to it? I'm sure there is no more than a simple routine.
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
-

Chip - Posts: 575
- Joined: Wed Jan 21, 2009 9:12 am
- Location: Dublin, Ireland
Chip wrote:Urre wrote:Your HUD is oddly stretched though.
I'm working on a wide monitor, and I didn't started on the HUD yet. The mod has still other priorities.
On the other side, I don't think it should stretch like this. It should have the same width regardless of resolution. Do you know any trick for that?
If that's DarkPlaces you need to modify your vid_conwidth and vid_conheight values to be the same aspect ratio as your monitor's resolution. Like if you have 1440x900 and a console resolution of 800x600 its gonna look awkward, whereas 720x450 would look correct.
- r00k
- Posts: 1110
- Joined: Sat Nov 13, 2004 10:39 pm
I know this, thank you, I just wanted it automatic. To be auto selected when the player selects the screen resolution.
EDIT: Hey, the console is half the resolution! Maybe I could write a script to do that.
EDIT: Hey, the console is half the resolution! Maybe I could write a script to do that.
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
-

Chip - Posts: 575
- Joined: Wed Jan 21, 2009 9:12 am
- Location: Dublin, Ireland
I was bored tonight so i modified this

to
and had these results

- Code: Select all
qglMultiTexCoord2f (GL_TEXTURE0_ARB, v[3], v[4]);

to
- Code: Select all
qglMultiTexCoord2f (GL_TEXTURE0_ARB, v[7], v[8]);
and had these results

- r00k
- Posts: 1110
- Joined: Sat Nov 13, 2004 10:39 pm
Chip: unfortunately it's not as automatic as one would like it to be. You need to code the menuqc to alter the console res when the player changes his video res. DarkPlaces' basic quake menu does this already, but if you have your own menu you need to code it yourself. No idea what FTE does in this case.
I was once a Quake modder
-

Urre - Posts: 1109
- Joined: Fri Nov 05, 2004 2:36 am
- Location: Moon
Urre wrote:Chip: unfortunately it's not as automatic as one would like it to be. You need to code the menuqc to alter the console res when the player changes his video res. DarkPlaces' basic quake menu does this already, but if you have your own menu you need to code it yourself. No idea what FTE does in this case.
I'll see what I can do. Unfortunately time is something I don't really have these days.
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
-

Chip - Posts: 575
- Joined: Wed Jan 21, 2009 9:12 am
- Location: Dublin, Ireland
r00k wrote:I was bored tonight so i modified this
you took a screenshot of the time. lol nice
looks cool I like what you did with the graphics is this darkplaces?
Last edited by metalmodman on Sun Jul 05, 2009 7:10 am, edited 1 time in total.
-

metalmodman - Posts: 50
- Joined: Mon Jun 08, 2009 4:58 am
I've been working on an enhanced coop mod with scar3crow for the last week. It focuses on getting a team to work together and encourages players to not speedrun through everything and stick together. It will also offer replayability and give fresh scenarios every time you play a game, while not adding any additional art content.
So, that's going good
So, that's going good
-

Error - InsideQC Staff
- Posts: 865
- Joined: Fri Nov 05, 2004 5:15 am
- Location: VA, USA
Error wrote:I've been working on an enhanced coop mod with scar3crow for the last week. It focuses on getting a team to work together and encourages players to not speedrun through everything and stick together. It will also offer replayability and give fresh scenarios every time you play a game, while not adding any additional art content.
So, that's going good
LINK?
-

metalmodman - Posts: 50
- Joined: Mon Jun 08, 2009 4:58 am
Who is online
Users browsing this forum: No registered users and 1 guest

