FTE actually supports this feature. Spike was telling me how he added it for Hexen 2 compatibility. For what it's worth, saving levels and returning to them actually does work in QuakeLife under FTE, but I'm hoping that with the sven coop entities this will no longer be necessary (it's a bit more consistent the way I do it now, true, but for coop it may just be better to do it the sven way).
Announcement
Collapse
No announcement yet.
Quake-Life source open!
Collapse
X
-
Originally posted by avirox View PostFTE actually supports this feature. Spike was telling me how he added it for Hexen 2 compatibility. For what it's worth, saving levels and returning to them actually does work in QuakeLife under FTE, but I'm hoping that with the sven coop entities this will no longer be necessary (it's a bit more consistent the way I do it now, true, but for coop it may just be better to do it the sven way).Quakeone.com - Being exactly one-half good and one-half evil has advantages. When a portal opens to the antimatter universe, my opposite is just me with a goatee.
So while you guys all have to fight your anti-matter counterparts, me and my evil twin will be drinking a beer laughing at you guys ...
Comment
-
Originally posted by avirox View PostThe ezquake devs actually committed it to their codebase (took a while). Check their SVN, it should be on there. It's actually somewhat based off of your own code (from i3d).
Quakeone.com - Being exactly one-half good and one-half evil has advantages. When a portal opens to the antimatter universe, my opposite is just me with a goatee.
So while you guys all have to fight your anti-matter counterparts, me and my evil twin will be drinking a beer laughing at you guys ...
Comment
-
Originally posted by avirox View PostI suspect GL QuakeWorld shouldn't be much different than standard GLQuake though.
ZQuake has client vwep support, independent physics, NetQuake progs compatibility. Although it does have some support for replacement elements, it doesn't require them.
It's light and tight.
I used to very much be in favor of fancier engines with replacement elements, but I have an alternate killer idea that I believe will prove better
I'm thinking merging together what I believe are some winning ideas and seeing how the concept turns out. More or less taking some different ideas that various people have done a lot of work on like yourself and seeing what happens when the ideas are combined together.Quakeone.com - Being exactly one-half good and one-half evil has advantages. When a portal opens to the antimatter universe, my opposite is just me with a goatee.
So while you guys all have to fight your anti-matter counterparts, me and my evil twin will be drinking a beer laughing at you guys ...
Comment
-
well if it's an engine you're working on, see if you can add proper HL BSP support to it so I have something that I can release with QuakeLife that's not FTERight now FTE is the only engine with *proper* HLBSP support, not to mention that useful little hack for the multi_manager. LordHavoc probably won't be fixing up HLBSP in DP any time soon, so there's only one real engine to use at the moment :x
Comment
-
Originally posted by avirox View Postwell if it's an engine you're working on, see if you can add proper HL BSP support to it so I have something that I can release with QuakeLife that's not FTERight now FTE is the only engine with *proper* HLBSP support, not to mention that useful little hack for the multi_manager. LordHavoc probably won't be fixing up HLBSP in DP any time soon, so there's only one real engine to use at the moment :x
It will also have vwep support both client (already does, came with it) and server (does not currently have) even if I have to rip it out of MVDSV to get it. I've already done a cursory examination of the mvdsv code.
But I'll probably need help from you or LoadNLoad to verify and that vwep works since I currently don't know how to set it up.Quakeone.com - Being exactly one-half good and one-half evil has advantages. When a portal opens to the antimatter universe, my opposite is just me with a goatee.
So while you guys all have to fight your anti-matter counterparts, me and my evil twin will be drinking a beer laughing at you guys ...
Comment
-
Very nice! BTW I made a small tutorial for adding VWEPs to quake mods (quakec) here:
http://qexpo.tastyspleen.net/booth.php?id=87&page=353
PS. Tonik fixed 2 issues with HLBSPs last night in ezquake. Check out his most recent commit of cmodel.c
Comment
-
Originally posted by avirox View PostVery nice! BTW I made a small tutorial for adding VWEPs to quake mods (quakec) here:
http://qexpo.tastyspleen.net/booth.php?id=87&page=353
PS. Tonik fixed 2 issues with HLBSPs last night in ezquake. Check out his most recent commit of cmodel.c
I hadn't seen the vwep thing, had no idea there was a QuakeC tutorial. I'm sure I'll ask you more about this in the future.
I definitely will be using your tutorial to confirm the ZQuake version I am using does in fact support vwep for the server.
/And I know of at least 1 person I want to make aware of the QuakeC vwep stuffQuakeone.com - Being exactly one-half good and one-half evil has advantages. When a portal opens to the antimatter universe, my opposite is just me with a goatee.
So while you guys all have to fight your anti-matter counterparts, me and my evil twin will be drinking a beer laughing at you guys ...
Comment
-
And for future reference:
http://ezquake.svn.sourceforge.net/v...&revision=3816
The downside of this is that it looks like single player wouldn't support it (i.e. in single player the client is also the server). And I can understand that, you can't go messing around with the protocol, heheh.
... Ponders proper solution ... I'd like this to work in single player, but knows the answer. Maybe the check extension stuff allows the server to not use a bastardized protocol (is hoping).
/Update: this looks doable and the FTE protocol extensions looks very well built.Last edited by Baker; 01-07-2009, 04:11 PM.Quakeone.com - Being exactly one-half good and one-half evil has advantages. When a portal opens to the antimatter universe, my opposite is just me with a goatee.
So while you guys all have to fight your anti-matter counterparts, me and my evil twin will be drinking a beer laughing at you guys ...
Comment
-
Good news! Quakelife now has official permission from the sven coop team to release the .ent files with the mod. This brings multi-engine compatibility one step closer to realization. I also figured out why DarkPlaces was not loading half-life .wad textures - they need to be in a /textures/ folder inside the mod root. Now the only remaining problem is that rotating entities become non-solid or disappear when .avelocity is set. After that, all that needs adding is support for reading full entity spawn information for multi_manager. I think we're getting real close now!!
Comment
-
http://www.quaketastic.com/upload/fi.../quakelife.zip
There. Included Netquake progs.dat.
I hope thats OK avirox, if not bug me on irc.
Comment
-
I don't mind, just please note that I still consider this project to be "in development" and that some things may not work the way they should all the time ;>
BTW guys, I'm not sure if I posted this, but the Sven Coop ents are on the SVN too:
https://customtf.svn.sourceforge.net...uakelife/maps/
I think the mod compiles for sven coop mode by default. Enjoy!
Comment
Comment