EntityPlus - A single player Q3 mod
Re: EntityPlus - A single player Q3 mod
Oh I see. Yeah it seems that's a problem with the model itself. If it's really a problem, I could always remove the model reference from entities.def (you can do this yourself as well, it's easy to spot). Then it'll just render it as a square box like other non-item entities and that origin will be at the center.
-
- Posts: 43
- Joined: Fri Aug 26, 2011 3:18 pm
Re: EntityPlus - A single player Q3 mod
Will Ouija's sword be made into a weapon? it seems like he took over my idea and nobody even cares about what the sword was being made for...
-
- Posts: 43
- Joined: Fri Aug 26, 2011 3:18 pm
Re: EntityPlus - A single player Q3 mod
also, does anyone know how I could make custom footstep sounds for shaders? I want more footstep sound variety.
Re: EntityPlus - A single player Q3 mod
It was mentioned in this post and some posts that follow.
There would have to be additional surface parameters coded in the mod - a change to the shader wouldn't be enough.
There would have to be additional surface parameters coded in the mod - a change to the shader wouldn't be enough.
[color=#4040FF][b]www.mrlego.com[/b][/color]
Re: EntityPlus - A single player Q3 mod
I would like to try to implement a new sword weapon somewhere down the line, just not right now. Too many bugs to fix first. Also, I have no idea how to do weapon animations and stuff and I think that the md3 needs attack animations as well?GtkRadiant wrote:Will Ouija's sword be made into a weapon? it seems like he took over my idea and nobody even cares about what the sword was being made for...
Re: EntityPlus - A single player Q3 mod
Aw, I still need someone to make a spiffy looking objectives overlay for the mod. It looks like this right now:


I'm sure someone can do better than that. If you want the original overlay image as reference, you can grab it here.
I think Noruen said he'd like to have a go at it but I haven't heard back from him since...


I'm sure someone can do better than that. If you want the original overlay image as reference, you can grab it here.
I think Noruen said he'd like to have a go at it but I haven't heard back from him since...
Re: EntityPlus - A single player Q3 mod
Yes, I'll do it, just forgot about it because of my focus to MMC #3 

Re: EntityPlus - A single player Q3 mod
that's awesome.
-
- Posts: 392
- Joined: Fri Sep 17, 2010 1:53 am
Re: EntityPlus - A single player Q3 mod
Smexy scoreboard Nouren.
[color=#00FF00][b]EmeraldProductions[/b][/color]
http://emeraldproductions.weebly.com/index.html
http://emeraldproductions.weebly.com/index.html
Re: EntityPlus - A single player Q3 mod
not really. It is just some hint and if Eraser will accept it, it needs some tunning.
But thank you for positive reactions
But thank you for positive reactions

-
- Posts: 43
- Joined: Fri Aug 26, 2011 3:18 pm
Re: EntityPlus - A single player Q3 mod
could there be multiple scoreboards created to fit the different styles of maps? perhaps the desired scoreboard could be chosen by setting a key to the worldspawn?
Re: EntityPlus - A single player Q3 mod
in my opinion, i don't consider the scoreboard to be map specific, or to be branded depending on map. it should remain general, with always 2 objectives.GtkRadiant wrote:could there be multiple scoreboards created to fit the different styles of maps? perhaps the desired scoreboard could be chosen by setting a key to the worldspawn?
-
- Posts: 43
- Joined: Fri Aug 26, 2011 3:18 pm
Re: EntityPlus - A single player Q3 mod
I think the the scoreboard should remain the same in the sense of 2 objectives, score, and death tally. but I think the visual style of the scoreboard should have some variety instead of a one-size-fits-all layout.
-
- Posts: 2237
- Joined: Sat Mar 12, 2005 10:49 pm
Re: EntityPlus - A single player Q3 mod
I agree. It would be cool to see the GUI of the objective board read from an external config file so people could tailor it visually to match the theme of the map.
(A slick sci-fi GUI would look kind of odd on a Heretic remake)
(A slick sci-fi GUI would look kind of odd on a Heretic remake)
-
- Posts: 43
- Joined: Fri Aug 26, 2011 3:18 pm
Re: EntityPlus - A single player Q3 mod
my map that i'm working on takes place in a factory, so i think it should look like this:Silicone_Milk wrote:I agree. It would be cool to see the GUI of the objective board read from an external config file so people could tailor it visually to match the theme of the map.
(A slick sci-fi GUI would look kind of odd on a Heretic remake)
*EDIT*
the external file thing sounds like it would be hard for Eraser to implement. I was thinking that we could send him our overlay pics and he could make them into the different styles. The mapper would choose which one he wanted by using a new key in the worldspawn.
Re: EntityPlus - A single player Q3 mod
Too bad there's not a remapshader command like in Enemy Territory, then it would be a piece of cake.
I wonder if you could hash something up using the remap property of a model to affect the hud graphics instead of the model.
I wonder if you could hash something up using the remap property of a model to affect the hud graphics instead of the model.
[color=#4040FF][b]www.mrlego.com[/b][/color]
Re: EntityPlus - A single player Q3 mod
I don't know about the HUD, but you can remap shaders on models in Q3 and Q3Map2 with the _remap entity key/value.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
Re: EntityPlus - A single player Q3 mod
Not in the hud I'm afraid. But it wouldn't be hugely difficult to have the level designer be able to override the objectives screen with a custom image (most likely through a worldspawn key).
Noruen, I like that objectives screen you made. If you could make a final version for it I'll include it in the next release
Noruen, I like that objectives screen you made. If you could make a final version for it I'll include it in the next release

-
- Posts: 43
- Joined: Fri Aug 26, 2011 3:18 pm
Re: EntityPlus - A single player Q3 mod
but if a custom texture was used as the overlay, how would the text alignment work out?Eraser wrote:Not in the hud I'm afraid. But it wouldn't be hugely difficult to have the level designer be able to override the objectives screen with a custom image (most likely through a worldspawn key)
P.S. I'm making a objective overlay just in case custom overlays are implemented. any suggestions on how I can improve this?
Re: EntityPlus - A single player Q3 mod
Well, when I mentioned a custom texture, I actually meant just a retexture of the original overlay, which means that the text that's drawn on top remains the same size and in the same positions as the original. Sure, I could allow for keys to position the elements in the HUD, but I think that would get a bit fiddly and not preferable right now.
-
- Posts: 43
- Joined: Fri Aug 26, 2011 3:18 pm
Re: EntityPlus - A single player Q3 mod
Oh. i guess I'll have to start over then. 

Re: EntityPlus - A single player Q3 mod
Well if you can come up with an elegant solution for all the positioning and stuff like word wrapping then I'd be happy to implement it.
Right now all I can think of is that the level designer will have to specify no less than 10 variables (top and left positions for all four bits of information on the screen and per-line character counts for the primary and secondary objectives. It just seems a bit awkward to me. But if people are happy with that then sure, I could do that.
Right now all I can think of is that the level designer will have to specify no less than 10 variables (top and left positions for all four bits of information on the screen and per-line character counts for the primary and secondary objectives. It just seems a bit awkward to me. But if people are happy with that then sure, I could do that.
Re: EntityPlus - A single player Q3 mod
Using the Team Arena Scripted HUD in Vanilla Quake 3
Enable the scripted HUD/Menu code in the cgame project and allow the level designer the ability to set the HUD file from the worldspawn. With the scripted HUD enabled, this is controlled by the cgame using the cg_hudFiles cvar. Alternatively you could automatically try to load a HUD file based on the name of the level and fall back to the default HUD.
Enable the scripted HUD/Menu code in the cgame project and allow the level designer the ability to set the HUD file from the worldspawn. With the scripted HUD enabled, this is controlled by the cgame using the cg_hudFiles cvar. Alternatively you could automatically try to load a HUD file based on the name of the level and fall back to the default HUD.
Re: EntityPlus - A single player Q3 mod
EntityPlus should not be a TC mod. It should maintain as much vq3 standards as possible.
I don't need a new HUD. I'd go play another game if I wanted a new HUD. Or play a TC mod.
I don't need a new HUD. I'd go play another game if I wanted a new HUD. Or play a TC mod.