Originally posted by talisa
View Post
Announcement
Collapse
No announcement yet.
Small Mod compilation
Collapse
X
-
Originally posted by Seven View Post3.00 - 3.30 min. Teleporter traveling effect #2 (Fast moving particle sparks)
I saw in another thread a mention that there is a beta for 5.5 somewhere. Where can I find that?
Edit: Found it on page 273
http://quakeone.com/forums/quake-mod...tml#post167086Last edited by enderandrew; 01-05-2017, 10:48 AM.
Comment
-
Actually, looks like the 5.5 beta file is no longer on zippyshare. Are you planning on a public 5.53 beta?
Originally posted by Seven View PostHello gdiddy as well as everyone else who are using weapon packs with dpreflectcube shaders together with current darkplaces builds. I found the one I developed back then. I called it "stupid barrel idea" LOL
http://www.youtube.com/watch?v=DA5CXg-wJM0
This is how the shaders should look like. Example for shotgun:
(assuming cubemaps and weapon skins are placed in the below mentioned folders. If not, adjust the paths accordingly)
Code:v_shot { dpreflectcube textures/cubemaps/shot { map textures/v_shot.tga rgbgen lightingDiffuse } }
Seven
http://quakeone.com/forums/quake-mod...tml#post169722
The script you post mentions:
dpreflectcube textures/cubemaps/shot
I don't have a shotgun cubemap anywhere in any of the texture packs or mods I downloaded. Do I need cubemap files for the shotgun to pull off the effect shown?
Where do I find a weapon pack with dpreflectcube shaders?Last edited by enderandrew; 01-06-2017, 01:40 AM.
Comment
-
Nowhere... Seven hasn't logged in to QuakeOne in two months now, so don't expect an answer from him soon (I hope he's OK). He was so kind as to send me his shader-modified shotguns as examples but he didn't upload them publically because he believes in teaching people to do stuff themselves instead of just reaping the works of others. I can send them to you if you want, it's super easy once you have an example at hand and follow the method he explained in post #2806 in the same thread you linked, plus you'll be able to do it for any weapon you like.♪ I'm skiiiiiiinnin' in the pain, just skiiiiiiinnin' in the pain ♪
♪ What a glorious feelin' I'm haaaaaaappy again ♪
Comment
-
Originally posted by bfg666 View PostNowhere... Seven hasn't logged in to QuakeOne in two months now, so don't expect an answer from him soon (I hope he's OK). He was so kind as to send me his shader-modified shotguns as examples but he didn't upload them publically because he believes in teaching people to do stuff themselves instead of just reaping the works of others. I can send them to you if you want, it's super easy once you have an example at hand and follow the method he explained in post #2806 in the same thread you linked, plus you'll be able to do it for any weapon you like.
The script example looks simple, but I assume you'd need the cubemap files to make it work. That would be great if you could pass them on.
Comment
-
Hello Avalan,
This mod doesnt force wider fov or any other changes in your personal config.cfg. You seem to do something wrong when you encounter issues like this.
----------------------------
Hello,
For the people who are using the small mod compilation: You should definitely use v5.50 Beta3.
This is the last publicly released version. It brings some nice new features and kills bugs from older versions. So far I didnt hear any new bugs or issues.
This update also makes the improved underwater ambience possible as shown here if people are interested.
Always read the readme´s, which answeres 90% of all questions for beginners or if you encounter strange behaviours. And if you have the time, browse through the smc download to find many additional content which you might want to try... There is a reason why it is so big.
Have fun with your Quake,
Seven
EDITED:
I suggest to use the torch model from this threat. They are better looking in my opinion and were released after the last SMC update, so they could not be included. Read the included readme to see how you switch them easily in your Quake.
Keep in mind that you can adjust the torch tilt angle towards the wall as well as the distance towards the wall via smc_config.cfg to your personal liking. I suggest a slightly smaller tilt angle for the new torch.
EDITEDLast edited by Seven; 01-07-2017, 03:32 AM.
Comment
-
First off, let me say that I love this mod and it looks like @Seven consistently does great work across multiple mods/projects.
I initially downloaded Epsilon (which worked out of the box until I updated to the latest DP nightly build).
I was encouraged to download mods individually and come together with my own install rather than using Epsilon.
I've been throwing some in a folder together, checking for conflicts, picking from textures/models that try to overwrite each other, converting some textures into DDS files where I can, and turning TGA files into PNG or JPG when I can't turn them into DDS files.
This may be broken because of my install. I need to get back to a clean DP install and test with only SMC to verify it happens there as well, but I'm having an issue with player reflections.
The player refection is really light and barely noticeable most of the time. However, the axe shows up much stronger if I enable the "quick melee attack" option, so the axe is always visible in my reflection even if I have another weapon out.
The show player legs option really dominates the reflection if I turn the camera slightly down. Here are some screenshots:
Quake Player Reflection - Album on Imgur
Again, I'll try to replicate this with a base install plus SMC, but I can repackage my install basically in a .pk3 if someone wants to try and replicate it with what I have and help me troubleshoot it.
Thanks!
Comment
-
Hello enderandrew,
Originally posted by enderandrew View PostFirst off, let me say that I love this mod and it looks like @Seven consistently does great work across multiple mods/projects.
We have to thank the engine coders for all the new features they gave us. We are just users. They are the real heroes.
Originally posted by enderandrew View PostI initially downloaded Epsilon (which worked out of the box until I updated to the latest DP nightly build).
The person who put together the epsilon compilation is not able to fix his own compilation, because he is not a modder. He is only a collector. Even now he blames engine bugs which have been fixed for quite some time. So lets not talk about epsilon in this thread.
Originally posted by enderandrew View PostI was encouraged to download mods individually and come together with my own install rather than using Epsilon.
Altogether with new Darkplaces builds and support of its new features together with new maps. So yes, a good idea.
Originally posted by enderandrew View PostI've been throwing some in a folder together, checking for conflicts, picking from textures/models that try to overwrite each other, converting some textures into DDS files where I can, and turning TGA files into PNG or JPG when I can't turn them into DDS files.
This may be broken because of my install. I need to get back to a clean DP install and test with only SMC to verify it happens there as well, but I'm having an issue with player reflections.
Your described work chain has a great risk of breaking textures. Example: If you convert TGA or PNG into JPG you will lose all alpha channels/pixels and therefore bugs that you encounter may occur.
Originally posted by enderandrew View PostThe player refection is really light and barely noticeable most of the time.
By the way, the value of how much you see reflections in reflecting surfaces, is set inside the shader, not the model or mod. Read more about it inside the DP pretty water, teleporter and lava downloads for example. There are many more examples floating around in this forum (incl. a tutorial how to use them).
Originally posted by enderandrew View PostHowever, the axe shows up much stronger if I enable the "quick melee attack" option, so the axe is always visible in my reflection even if I have another weapon out.
The show player legs option really dominates the reflection if I turn the camera slightly down.
The player model with dedicated weapon models, which is used in the SMC, has 3 textures per model: player body, carried weapon, weapon on his back.
If the player body is more transparent compared to the other 2 textures, the player body texture itself has wrong transparency. All 3 textures are handled identically by the SMC, as it only uses/handles the model, not the model parts.
Also, the player_legs model is hidden inside + behind the player model. So you will normally not see it in reflecting surfaces. The SMC also disables/hides it when not looking down.
Originally posted by enderandrew View PostAgain, I'll try to replicate this with a base install plus SMC, but I can repackage my install basically in a .pk3 if someone wants to try and replicate it with what I have and help me troubleshoot it.
Originally posted by enderandrew View PostThanks!
If you have additional questions, feel free to ask. This way also others may benefit from it if they might have similar questions in the future.
Have fun with Quake,
Seven
Comment
-
Originally posted by Seven View PostIf you convert TGA or PNG into JPG you will lose all alpha channels/pixels and therefore bugs that you encounter may occur.Last edited by Mugwump; 01-11-2017, 11:15 AM.♪ I'm skiiiiiiinnin' in the pain, just skiiiiiiinnin' in the pain ♪
♪ What a glorious feelin' I'm haaaaaaappy again ♪
Comment
-
I have two ideas/suggestions for SMC:
1 - The ability to shoot out a light.
2 - A push-back melee attack (such as kick). I believe Brutal Doom does this with a rip of the boot attack from Duke Nukem 3D - Mighty Foot | Duke Nukem Wiki | Fandom powered by Wikia
Being able to push an enemy out of your face has obvious benefits. SMC adds in mass values and enhanced physics for Quake, so SMC seems like a good place to implement a push-back kick.
Brutal Doom also allows you to kick explosive barrels towards enemies with the kick. Then you can shoot it to blow it up in their face. I'd love to be able to do this in Quake.
Comment
-
@enderandrew
1- the SMC already has a flashlight (impulse 30)
2- the SMC has the quick-melee attack with axe (impulse 20)
.
regarding barrels:
doom has small barrels.... but the exploding crates in quake are massive metal containers (twice the size of a man), which would be incredibly heavy.
it wouldnt make sense to be able to kick them around cuz of their massive size which means they would be way to heavy to just be able to be pushed around.
that would be like trying to kick a big block of concrete around... the only result of that would be painfull feetLast edited by talisa; 01-11-2017, 12:59 PM..are you curious about what all there is out there in terms of HD content for quake?
> then make sure to check out my 'definitive' HD replacement content thread! <
everything that is out there for quake and both mission-packs, compiled into one massive thread
Comment
-
Originally posted by talisa View Postthe SMC already has a flashlight (impulse 30)
the SMC has the quick-melee attack with axe (impulse 20)
it wouldnt make sense to be able to kick them around cuz of their massive size♪ I'm skiiiiiiinnin' in the pain, just skiiiiiiinnin' in the pain ♪
♪ What a glorious feelin' I'm haaaaaaappy again ♪
Comment
-
oh like that... i assumed it was bad grammar and he meant being able to throw a flare
but yeah that can be done, but would require a custom lights that are scripted to be shootable.
in quake the tech-light are just regular brushes with a lamp-texture on them,
they are not objects like the exploding barrels.
iirc i actually saw a vid of someone who scripted shootable tech-lights,
but obviously it required custom maps with these shootable models placed into the map..are you curious about what all there is out there in terms of HD content for quake?
> then make sure to check out my 'definitive' HD replacement content thread! <
everything that is out there for quake and both mission-packs, compiled into one massive thread
Comment
Comment