News | Forum | People | FAQ | Links | Search | Register | Log in
Spiked Quakespasm Modding/Coding Help Thread
Thread for figuring out all the new particle and modding features in the "Spiked" version of Quakespasm.
-----

Actual QSS engine download:
http://triptohell.info/moodles/qss/

-----

Tutorial on how to enable rain and snow on the Quake start map:

1. Video of snow: https://youtu.be/DvqxsJChXH0
2. Video of rain: https://youtu.be/NRud8T88tDc

Steps:

1. Put this start.ent download in c:/Quake/id1/maps folder. Tells it what textures emit snow and rain.

2. Put this weather.cfg download in c:/Quake/id1/particles folder. Indicates spawn information on particles and how they behave.

3. Enter r_particledesc "weather classic"; map start in the console. I assume "weather" is the name of cfg. Also seems to work with just r_particledesc "weather".

Stuff:

Q: How do you find out the name of textures?

With Quakespasm I don't know that you can, but in Mark V just type "tool_texturepointer 1" in the console and look at a surface and it displays the name of any texture you look at on-screen. screenshot

Q: How is the external ent file made and what does it need?

Open up Mark V and type "map start". Now just type "copy ents" and the entities for the entire map is on the clipboard. Open a text editor and paste. Save it as c:/Quake/id1/maps/start.ent

The first few lines of the file look like this, add the 2 bolded lines that tell the particle system that the texture names are "sky1" for snow and "wizwood1_8" for rain.

{
"sounds" "4"
"classname" "worldspawn"
"wad" "gfx/start.wad"
"_texpart_sky1" "weather.tex_skysnow"
"_texpart_wizwood1_8" "weather.tex_skyrain
"message" "Introduction"
"worldtype" "0"
}


A devkit is also available HERE http://fte.triptohell.info/moodles/qss/QSS_DevKit.zip with source code examples of how to create your own custom HUD using CSQC. The examples show CSQC recreations of the classic HUD as well as variations for the missionpacks and should serve as a good starting point for your own creations. There's a few other goodies in there too (e.g. particle stuff), so check the readme inside the devkit.

Discord
There's now an official Discord for FTE and QSS, find it here: https://discord.gg/E6fTcgB3ev
First | Previous | Next | Last
Entities Are Stuck In Ceiling And Walls 
I very like QSS engine for all that can QS classic plus all, that can’t QS classic, but QSS do, especially for .pk3 and skin replacement for .mdl support. (I don’t really understand, why it two simply things still not realized in Quakespasm.)
1. I want report/get help to fix one sadly bug in QSS:
On some maps models (monsters, ammo boxes, other entities) are stuck in ceiling and walls, or simply in air. Like this laser fences out of place on rub2m2 map:
https://imgur.com/PFv07di
Similar bug there is in Quakespasm on Scourge Of Armagon (hipnotic) MP, where silver key drops down thru floor. It fix with
sv_gameplayfix_droptofloorstartsolid "1"
QSS reports about it as “unknown command”
How to fix it?
2. Why QSS developer don’t announce about new releases? 
Entities No More Stuck In Ceiling And Walls 
Unexpected for myself, I found decision to solve it!
I just run QSS with sv_protocol 999

Tested on Rubicon 2 and RRP and bug not happened. 
Upd 
This trick still does not work on
dm4jam_draqu_promeus.bsp
coe1.bsp of Coven of Ebony
e4m7.bsp
some others.
https://i.imgur.com/xxAPJH3.png 
From It's Own Thread..... 
Two of the three maps of this classical mod doesn't load in QSS:

https://www.quaddicted.com/reviews/rrp.html

It loads well with the latest version available of QS. But what's wrong with this mod under QSS?

On OSX, QS cannot load mods from within the game, and cannot quit using the usual command-Q, while QSS can do all these. WTF? 
How To Disable The Added Effects In Arcane Dimensions? 
I love this port apart from that feature. I tried pr_checkextensions 0 but nothing happened. More than anything else I just want to disable the glow effect that happens when your bullets hit a wall. Thanks, hope you can help! 
Ignore #230 
Sorry, I was using pr_checkextensions 0 in console. Once I put it in config and then loaded the game it worked fine. Thanks for the fantastic port. 
Steps 
Put this start.ent in your Id folder.
Link is down. 
Framerates 
Referring to Poorchop: I ran into the framedrops with Quakespasm while playing Ad. I made it about half way through the maps then my frames tanked. At first I thought it was my pc, but then I experimented with Spiked and still got the crap framerates. Same with another port I can't remember. I put Fritz into the directory and suddenly my config was reset and the framerate was normal. I just made a fresh Quakespasm folder and put my save in there and all is well. No idea what the cause was or how to replicate it but both Spiked and regular QS were both affected. 
 
woah wtf... how did i not see this before.

huh... with this, i wouldn't need to have my mod spawn rain drops and create 2gb demo files.

there's a lot to look at here, i hope i have the time to work through this. 
 
I think there's something wrong with the last quakespasm-spiked release :/

I was playing ww's map for sm107, and there's a rocket launcher that is supposed to fall after you kill some vores (look in this video at 02:41 https://www.youtube.com/watch?v=NLVdlI4rB-A )

With the new version of quakespasm-spiked the rocket-launcher doesn't fall, but with an older version that i have on my PC it works perfectly.

Also, if you play the map "ad_beep1m2" (The Lima Project by Comrade Beep) with the new quakespasm-spiked, the player cant' move at all when you load the map. This issue don't exist if you play with an older version of the engine :P

what's going on? :P 
Previous Version 0.93.2 X_win64 22.11.19 Works Fine 
It would be nice to publish few latest builds of QSS for example, as it is for DP and QS classic. 
@CV 
Try pr_checkextransion 0 
 
... pr_checkextension 0 
 
i thought there was a certain "sv_gameplayfix..." for when a model is touching another entity, and the bottom entity is removed then the gravity applies to the top. I would guess that the RL is sitting on an invisible trigger and once it dies/SOLID_NOT the RL is supposed to fall?? 
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.