News | Forum | People | FAQ | Links | Search | Register | Log in
Quakespasm Engine
This engine needs its own thread.

Feedback: I like the OS X version, but I have to start it from the terminal for it to work and can't just double-click it like a traditional OS X app. I'm sure you guys already know this, either way great engine.

http://quakespasm.sourceforge.net/
First | Previous | Next | Last
 
If you want to go that far, tbh you should use something the supports Q3 maps, and just use shaders. 
Darkplaces Is Also An Option For Q1 Bsp 
There is a sort of simplified shader support in darkplaces. While it is not as powerful as doom3 or anything, it is close to q3 except for some limitations and you can still use q1 bsp format.

It's all done with text files just like q3 and is pretty easy to set up. You can get some pretty wild stuff with it too:
https://www.youtube.com/watch?v=bhwzAxTg99U
https://www.youtube.com/watch?v=_NrHNilIqLo 
 
Scampie: how is a bit of additive blending going further than alpha, skyboxes or coloured light. It really is not. And it is one of those effects which could add to the atmosphere of a map but still feeling like Quake, which the stuff that necros linked, while looking neat, decidedly do not. That water does not mesh with Quake at all, imo. 
Wut? 
But it's even nearest neighbor! 
 
Lol, no it's not. :P 
Demos 
For some reason putting demos in mod folders does not seem to work. Quakespasm does not list them nor does it play them if I manually enter their name. Only stuff in id1 gets recognised even if I am playing something out of another folder. Is this intended? 
 
they do work in mod folders. double check where you put the files, i guess? 
Derp! 
I originally downloaded mapjam6 and put it in a folder called func_mapjam6. And then later downloaded it from quaddicted via Quake Injector. Which has it inconsistently named mapjam6 *shakes fist* So that is where the problem came from. 
Don't You Dare Blame Us. 
The zip is mapjam6.zip, the readme tells us to use jam6/ but is called func_mapjam6_readme.txt.

I hate this job. 
Spirit 
what you really need is something like those elder scrolls loaders where authors include the metadata. :P 
I Wish! 
Quaddicted does not have enough traction though plus there is 19 years of baggage. 
 
Well, all the other jams went into func_mapjam# folders. But I guess you can blame Daz, lol. 
It Really Doesn't Matter 
 
 
Everything has to be in perfect order! EINS, ZWEI, EINS, ZWEI! 
Additive Blending... 
...doesn't need depth sorting but it does need content designed to work with it. It's not enough to just ask for vars to support it.

Don't underestimate the power of 19 years worth of inertia. It's not enough to just ask for a feature in a manner that shows you haven't even thought through the implications of it.

The best way to resolve blending issues that require depth sorting is to just add depth sorting. It's not hugely complex but it does involve quite a bit of work. I'm sure it's on the QS guy's radar but asking for it more and more isn't gonna help it be done faster. 
 
Of course I know that additive blending needs specific content to be made for it. Most of the stuff in Quake already would not work that well with just slapping that on top of it.

But it is not really hard to make some textures and things that work really well with it, as shown by some Doom maps for engines that support it. 
Learn To Code? 
 
If Days Had 48 Hours, Maybe... 
I know how to do some scripting and such. But yeah. Don't really have time for that atm. 
Relative Path Support 
Would it be very cumbersome to implement starting the engine via relative paths? Right now, the .EXE will return the error message in the screenshot below (I have a faint recollection of seeing the same msg in GLQuake back in the day, not sure tho).

http://i.imgur.com/jZcvxKx.png

I tend to get myself doing lots of stuff in Windows CLI these days, including compiling my never ending stream of "test maps" :D 
Addendum To The Above 
Not sure if relevant, but I'm running the latest SDL2 build from ericw's repository (quakespasm.ericwa.com):

Quake Version 1.09
QuakeSpasm Version 0.91.0
Exe: 10:39:47 Aug 23 2015 
 
Where is the id1 folder relative to the retrojam folder? Pretty sure those have to be at the same depth. 
Ptoing 
They are at the same depth. But your comment prompted me to try and lauch the engine with NO command line parameters (which I haven't tried before), and interestingly enough, this time it returned a different, and a somewhat more creepy, error msg:

http://i.imgur.com/KKCKjM5.png

(sorry for any possible english mistakes) 
 
Check out the -basedir parameter. 
-basedir FTW! 
Holy crap, -basedir is the solution:

http://i.imgur.com/4SV5anL.png

All of the above worked flawlessly!

Thanks a lot Spirit haha, I now remember using|seeing this cmd line parameter *way* back... damn 15yo memories! 
For Reference 
... this screenshot shows the "cmdline" cvar for the above two examples, in order.

http://i.imgur.com/0V6Nxkl.png

Just in case it might be useful for someone in the future. 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.