Announcement

Collapse
No announcement yet.

Small Mod compilation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Dear all,

    As requested by a new forum member, I was working on improving the underwater visuals (water/slime/lava) in Quake.

    Main target was to make the view inside water a little bit more realistic and exciting. That should be accomplished by 2 things:
    1.) Tint the view inside liquids darker and in the color of the liquid itself.
    2.) Add floating dirt particles to make it look more real. Alternatively you can also choose bubbles.

    Otherwise there would be no visual difference except view-warping when player is inside water compared to outside.



    All new features work with all maps (map independent):
    • Added adjustable floating particles into liquids: water/slime/lava. You can choose between 2 effects: dirt/bubbles
    • When moving/swimming in liquids (water/slime/lava) players view gets tinted darker (blue-ish/green-ish/redd-ish)


    Updated features:
    • Flashlight will automatically shine brigther underwater when cvar: "underwater_tinted_view" is enabled
    • The automatic rain-effect feature: "flying_dust_type 4" will no longer spawn inside water




    This clip shows the floating dirt particles:
    Unfortunately there is no more option to view my clips at 720p as there used to before.
    That makes the clip almost useless due to the small particles. I am sorry.
    Anyway, you can of course download the update and try and see it in your Quake yourself (Download link below)
    [ame]http://www.youtube.com/watch?v=E767dc_UdCY[/ame]


    This clip shows the tinted/darkened view underwater:
    The clip was made in WIP status. I adjusted the color a little bit since then.
    Slime and Lava have different properties now as well.
    [ame]http://www.youtube.com/watch?v=KVbJkt7ZOdo[/ame]

    This picture shows the underwater bubbles (surrounding the player).



    DOWNLOAD


    I did not want to make the visuals too intrusive by default. You can adjust their intensity to your personal likings if you want. You can have either one of the effects or both or mix them if you prefer in-game.

    Have fun and best wishes,
    Seven
    Last edited by Seven; 10-05-2016, 10:14 AM.

    Comment


    • Love the tinted water and addition of dust or bubbles.!

      Comment


      • Hey Seven, I'm having some trouble running DOPA with the SMC. The episode doesn't have any progs.dat, not even inside the pak file, but it looks like it disregards my smc_config.cfg: ammo/health boxes don't split their contents anymore and the monsters get replaced by new ones even though I specified not to.

        On an unrelated note, is it possible to disable the shadow cast by the torch's handle? I'm using your torch-new.pk3 and the light it emits is positioned a little too high on the model. As a result, it casts a very large shadow and when I play with RTlights made for lightmaps set to 0, said shadow is pitch black and I can't see anything inside it (also because of the position of the light source, only the top of the handle is lit, not the underside, which is not realistic). So until this is fixed, I need a way to disable the handle's shadow.

        Originally posted by Seven View Post
        As requested by a new forum member
        I didn't request anything, I just asked how to set different transparency values for each type of liquid - but thanks anyway, this is great!
        Last edited by Mugwump; 10-10-2016, 10:49 PM.
        ♪ I'm skiiiiiiinnin' in the pain, just skiiiiiiinnin' in the pain ♪
        ♪ What a glorious feelin' I'm haaaaaaappy again ♪

        Comment


        • when loading maps from another folder then the default ID1 folder,
          if no SMC_config.cfg is present in that folder it will load SMC's default internal values.

          just simply copying your SMC_config.cfg over to the folder from which you're running the maps will solve the problem
          .
          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


          • Tried that, doesn't work. I started a new game and I STILL have spiders and fantasy monsters replacing base enemies.
            ♪ I'm skiiiiiiinnin' in the pain, just skiiiiiiinnin' in the pain ♪
            ♪ What a glorious feelin' I'm haaaaaaappy again ♪

            Comment


            • Originally posted by talisa View Post
              when loading maps from another folder then the default ID1 folder, if no SMC_config.cfg is present in that folder it will load SMC's default internal values.
              That is not correct talisa.

              Originally posted by talisa View Post
              just simply copying your SMC_config.cfg over to the folder from which you're running the maps will solve the problem
              That does not help for DOPA and is also not recommended with any other mod to keep the configs that are floating around in your Quake under control and keep their numbers small.
              The custom/personally configured smc_config.cfg from SMC mod folder will always be loaded when you load the mod. Using the -nohome command will ensure that eventually existing smc_config or any other configs in your "My Games" folder will be ignored.



              ====================================




              Originally posted by bfg666 View Post
              Hey Seven, I'm having some trouble running DOPA with the SMC. The episode doesn't have any progs.dat, not even inside the pak file, but it looks like it disregards my smc_config.cfg
              The only reason why the smc_config.cfg is loaded from the engine at all is the tiny little quake.rc file. The mods progs.dat doesnt make the engine load the smc_config.cfg. It is the quake.rc file which is included in the SMC .pk3.
              That is a very common way for loading additional config files. You can even call it bfg666_config.cfg if you want
              And dopa also includes exactly such a quake.rc file, which of course doesnt load smc_config.cfg... It overrides SMCīs quake.rc and therefore a smc_config.cfg isnt loaded at all !

              You have to know that the default SMC cvars are hardcoded inside the progs.dat.
              That is why dopa uses SMCīs default settings and putting a smc_config.cfg in dopaīs subfolder doesnt help.

              You have several options here:
              • Either edit dopaīs quake.rc file (add the line to load smc_config.cfg)
              • Or delete dopaīs quake.rc file completely (as it doesnt contain any important things for you).
              • Or load the SMC mod after dopa like this: -game dopa -game smc




              Originally posted by bfg666 View Post
              ammo/health boxes don't split their contents anymore
              Whooow, finally someone who is using this SMC feature
              It took some coding time to achieve it. I always use it and would not know what to do without it. LOL



              Originally posted by bfg666 View Post
              On an unrelated note, is it possible to disable the shadow cast by the torch's handle? I'm using your torch-new.pk3 and the light it emits is positioned a little too high on the model. As a result, it casts a very large shadow and when I play with RTlights made for lightmaps set to 0, said shadow is pitch black and I can't see anything inside it (also because of the position of the light source, only the top of the handle is lit, not the underside, which is not realistic). So until this is fixed, I need a way to disable the handle's shadow.
              Yes sure. Find the download link at the end of this post. Replace the shader with the other one.
              Sorry to hear that you are using badly positioned realtime lights. Those shadows are what makes Quake spooky, no ?
              This is how it will look (before / after)


              I would recommend keeping the shadows but if they disturb you, you can disable them with the link below. I will add a cvar into the next SMC build that will work independent to the actual used torch model and will enable/disable shadows of all torches. That will be much easier for those who want to disable torch shadows.



              Originally posted by bfg666 View Post
              I didn't request anything, I just asked how to set different transparency values for each type of liquid - but thanks anyway, this is great!
              There is a saying in Germany: The customer is king.
              So, the users wish is my command.




              ================================




              While we are at it, here are some features I am currently implementing into SMC v5.53:

              New blood/gore effects:
              I was reading in several threads that people love blood and gore.
              The SMC has already a lot of extra gore. But can it ever be enough ?
              To bear the bill, I added more chunks of meat that get spawned when shooting monsters as well as a special really gory blood effect when shooting them. Using more gibs as original Quake is already implemented, so that should be enough then.

              Performance boost
              Spike looked into Darkplaces code and found that effectinfo.txt syntax function: bounce is heavily performance hungry. Therefore SMCīs complete effectinfo.txt will be reworked on this behalf and performance will be gained. I guess that is always a plus.

              Blood effects when shooting monsters with explosives
              Everybody surely have noticed that original Quake explosions will NOT spawn blood from monsters/player ! Next SMC will fix this Quake missing feature.

              New teleporter effect
              A new very intense effect will be introdunced when traveling with teleporters.

              Underwater effects
              That is the feature from some posts above. But with some additonal settings.


              Kind regards,
              Seven
              Attached Files

              Comment


              • i had a random idea for an extension of two features.....

                what about extending the burning-death animation feature from monsters to the player?
                that if the player gets killed by fire-attacks from any monsters that the deathcam will show the player-model running around on fire for a few seconds before falling down?

                just like what happens in blood when the player gets killed by fire


                and maybe also extend the burning-death feature from monsters, to make it also get triggered when they get killed by fire-attacks.

                .

                also, would it be possible to add an option to enable/disable in-fighting with the afrits?
                i know afrits would be very likely to cause frequent in-fighting, but imo thats one of the most awesome things about old ID-games:
                the chaos that ensues when monsters turn on one another and start beating the living crap out of each other

                i think its weird and feels kinda lame that the afrit as the only monster doesnt cause in-fighting and doesnt retaliate if a monster hits them either.


                .

                also ah yus.... the dreaded quake.rc....
                i always immediately remove that file from the folders and paks from any mods/maps that i install

                its a bad habit that some modders seem to have, to include this file with their maps/mods
                causing your personal settings to get over-ridden and defaults getting used for settings that arent present in the quake.rc
                Last edited by talisa; 10-11-2016, 10:39 AM.
                .
                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


                • Looking forward to the new features Seven!!

                  Thank you!

                  Comment


                  • Originally posted by Seven View Post
                    You have several options here:
                    • Either edit dopaīs quake.rc file (add the line to load smc_config.cfg)
                    • Or delete dopaīs quake.rc file completely (as it doesnt contain any important things for you).
                    • Or load the SMC mod after dopa like this: -game dopa -game smc
                    1) I have no idea what that line should be.
                    2) What does it contain and why is it here in the first place if it's so useless?
                    3) Would this work with the SMC .pk3 in \id1? I was under the impression that for multiple gamedir commands to work, mods had to be put in separate folders.

                    Whooow, finally someone who is using this SMC feature
                    It took some coding time to achieve it. I always use it and would not know what to do without it. LOL
                    Yeah, it always bugged me to not be able to do that, especially when there's a pickup you'd like to grab later because you're almost full, but you don't have a choice because it stands in your way. So no-one is using that? Huh!

                    Yes sure. Find the download link at the end of this post. Replace the shader with the other one. Sorry to hear that you are using badly positioned realtime lights.
                    Thanks. Well as I said before, I'm currently beta-testing some RTlights made by Blood Vengeance and DOPA is part of them. He means well but it's pretty obvious to me that he still has much more to learn before he gets as good as Inkub0 (no offense, BV). The thing is, he told me that he made these RTlights for use with lightmaps set to 0, which makes shadows pitch black if there's no other light source around. Just by looking around us everyday, we all know that pitch black shadows are not realistic, right? Light bounces on surfaces and there's bound to be some specular light to brighten the shadows.

                    Now I have no idea how RTlights editing is done but I'm learning to map and I know that you don't need to add light entities to a torch because its flame already has built-in light properties, and I would assume you don't need to either when editing RTlights. Which is why I'm surprised that these torches are so badly lit and cast these huge black shadows. I took a few screenshots to show you what I mean:



                    Note that the last one isn't too dark but its size is still weird. To expand on what I said in my previous post, it seems that I was a bit wrong. Torches aren't always lit from above like this:

                    Note how the side that faces up is lit but the side that faces down is not, thus creating this large shadow on the floor. Conversely, that one:

                    has the side facing down lit and the other side not, thus projecting a shadow on the wall behind it. The second picture above even has a shadow cast on the side! It's as if the torches are not emitting light by themselves but instead have extra light entities placed near them.

                    I do love nice shadows in DP. Emphasis on nice. But in real life, a lit torch has fire all around its top part, therefore it casts little to no shadow unless it is also lit by another nearby light source, which is clearly not the case here. Hence my question.

                    Oh by the way, in the first pic, if you look closely you can see that the backgrounds of the armor and ammo icons are not completely transparent. How do I fix this considering the HUD alpha is set to 0?

                    There is a saying in Germany: The customer is king.
                    We say that in France too, though TBH I haven't heard it in years and the practice seems a little less common than when I was a kid.

                    While we are at it, here are some features I am currently implementing into SMC v5.53:
                    Yeah about that, since "der kunde ist könig" I have some suggestions for future improvements:
                    - find a way to make flying replacement monsters not replace monsters inside water, and if possible not go in the water at all. Scrags are OK because they apparently have some anti-gravity power and can go anywhere, but seeing an afrit flap its wings underwater is very odd to say the least!
                    - by extension, not every monster fits in every environment and it would be nice to be able to select where they appear. For example, I'd like spiders to show up only in caves and outdoor areas. I have a feeling it might not be possible without extensive code modifications, though.
                    - add an option to have blood splatters appear on screen only when you're wearing the biosuit (and clean them when you enter a liquid): unlike the biosuit, Ranger's helmet doesn't have a visor so it's not realistic to have splatters at any time.
                    - add an extra particle in clean water that would simulate tiny fish or krill, with erratic moves somewhat similar to embers except in all directions (embers tend to float upwards).

                    Additionally, I use Capnbubs' dog exclusively. I find the SMC's new dog very ugly (sorry) but I like its new animations very much, so here's my question: would it be within the realm of possibilities to add the new animations to Capnbubs' model? I'd love to see it howl and bark. If you're not skilled enough to do that on your own, maybe we can find an animator like Dutch or Madfox willing to undertake that.
                    Last edited by Mugwump; 10-12-2016, 02:11 AM. Reason: pictures fixed
                    ♪ I'm skiiiiiiinnin' in the pain, just skiiiiiiinnin' in the pain ♪
                    ♪ What a glorious feelin' I'm haaaaaaappy again ♪

                    Comment


                    • i have the lossless_ammo_pickup feature always enabled too myself

                      its very usefull to be able to grab just a few shells from a box instead of the entire ammo-box just being gone despite just being able to grab 3 shells from it

                      its usefull that ammo-boxes will remain if you dont empty them and you can go back later to grab the rest of the ammo that was in it

                      .

                      @BFG666
                      place your images in between [img] & [/img] to make them get embedded in the post

                      also, make sure your link is to the actual image-file itself, and NOT to the album with the picture.
                      easiest way to make sure is rightclick the image and select 'view image' so that you get the image shown full-screen, and then copy the image's adress from there

                      example
                      [img]http://i.imgur.com/KOpUrkC.jpg[/img]

                      will result in
                      Last edited by talisa; 10-12-2016, 01:49 AM.
                      .
                      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 Post
                        place your images in between [img] & [/img] to make them get embedded in the post
                        Yes, I got the tag right, it's the file extension part that I was missing. Thanks, I'll correct my previous post.
                        ♪ I'm skiiiiiiinnin' in the pain, just skiiiiiiinnin' in the pain ♪
                        ♪ What a glorious feelin' I'm haaaaaaappy again ♪

                        Comment


                        • Hello,

                          Thank you all for your feedback, new ideas and requests for the next update.
                          I will look into them and see what can be realized.




                          Originally posted by bfg666 View Post
                          1) I have no idea what that line should be.
                          2) What does it contain and why is it here in the first place if it's so useless?
                          3) Would this work with the SMC .pk3 in \id1? I was under the impression that for multiple gamedir commands to work, mods had to be put in separate folders.
                          You can open quake.rc files with notepad just like you open config files.
                          Open the original Quake quake.rc file, then compare it with dopaīs and smcīs and you will quickly find the answer for your question 1 and 2.
                          For your question 3: Yes, you can also use -game id1 but that is somehow silly, as that is the default folder and will always be loaded. And if you want to start mods you usually want them to override id1, no ?
                          Put the SMC into its own mod folder, because it is a mod
                          That way you can have it totally separated from Quake and only use it when you really want to use it.
                          Thanks to Darkplaces multiple -game command feature you can mix whatever mod contents you need/want (except progs.dat of course, but this you already learned).

                          I recommend to delete dopaīs quake.rc file.




                          Originally posted by bfg666 View Post
                          Yeah, it always bugged me to not be able to do that, especially when there's a pickup you'd like to grab later because you're almost full, but you don't have a choice because it stands in your way. So no-one is using that? Huh!
                          Well, I do not know how many people use it or not. I use it
                          This feature is disabled (as it could be counted as a cheat) by default and knowing that people tend to not like to read through the long smc_config.cfg file, I *think* that not many people enabled it. But I might be wrong of course.




                          Originally posted by bfg666 View Post
                          Now I have no idea how RTlights editing is done
                          Type: r_editlights 1 into your console. That is it. Now you can really *see* all light sources and use all the existing r_editlights cvars/commands to edit those lights to your personal liking. Find them all by typing: apropos r_editlights into console to get a detailed description.




                          Originally posted by bfg666 View Post
                          but I'm learning to map and I know that you don't need to add light entities to a torch because its flame already has built-in light properties, and I would assume you don't need to either when editing RTlights.
                          That is not quite correct.
                          A torch is a model like all other models in Quake. It does not automagically cast light, nor particles, nor smoke or anything. It is a regular a model that runs a hardcoded polygon flame animation loop (look into QME to learn more about it).
                          Original Quake qc makes it static, so that no more data will be transferred between server/client.

                          If you want to have light, you must set a light.
                          A realtime light CAN cast shadows, if you set this light property (see my comment above). And due to the fact that torches are regular models they will cast shadows like all other models do.
                          I do not understand why you post so many screenshots of torches that cast shadows, because that is what they do naturally when the realtime light has this property.
                          It is NOT related in any way to the SMC.
                          Posting so many screenshots with issues can make people think that it is a SMC bug. Please do not do this as i worry that it only generates doubts about the SMC mod.

                          I also posted the cure for this (even though it is not related to the SMC) in my post yesterday. Did you download and try it ?
                          A simple shader with dpnoshadow key word fixes it. If you use my fix from yesterday all your issues should be gone 100%. Why dont you post before/after screens ?
                          You will find a similar shader fix in THIS threat. As it is not SMC related and also happens in regular Quake with all torch models when enabling realtime lights. You will find a fix for the regular torch model there as well.




                          Originally posted by bfg666 View Post
                          Which is why I'm surprised that these torches are so badly lit and cast these huge black shadows. I took a few screenshots to show you what I mean
                          The light physics of realtime lights are correct. You can test this yourself in real life: Turn off the light in your room, so that it is dark. Now turn on a flashlight and hold your hand very near to it.
                          You will see a huge shadow of your hand on the wall.
                          That is exactly what happens in your screenshots. The realtime light sources are placed very near the torch model and therefore cast a huge shadow and only one half of it is bright (the side towards the light source).
                          Again, the fix from above post will fix this behavior 100%.
                          A realtime light source in Quake is always a point not a volume like in real life ! So you have to position it smart to *simulate* a real fire...

                          The person who places the realtime light source did this most probably for the original torch model. Its shape is a little bit different to the custom torch model. That might already be enough to create these shadows.
                          You do not need to use a custom torch model when using the SMC. You can choose between original torch model or several others if you want. Everything is customizable via smc_config.cfg.




                          Originally posted by bfg666 View Post
                          Oh by the way, in the first pic, if you look closely you can see that the backgrounds of the armor and ammo icons are not completely transparent. How do I fix this considering the HUD alpha is set to 0?
                          The SMC download contains HUD and Menu icons/textures with 100% transparent background. You are not using them, so it is not the SMCs fault again
                          If you do not like the SMC HUD icons (you can choose between several HUD icons and even HUD layouts with additional features by the way !) and want to use your personal ones, you are absolutely free to do so, as they are not SMC related. You simply have to delete the background of the icon texture and make it thereby fully transparent.
                          It is a 1-click action in your favorite texture editor.

                          On your screenshot I can see that you are currently using some of Moon[Drunk]īs HUD textures. I remember a discussion with him, where he said, that he used a texture editor which did not fully delete the icons backgrounds and he didnt notice it at that time. With the introduction of my "Fully transparent HUD" project we stumbled upon this fact and I had to delete all HUD & Menu textures manually by hand.


                          Sidenote:
                          My highest priority is to keep the SMC compatible with every existing replacement content.
                          The core SMC .pk3 file replaces as good as no original Quake content. That is important to know.

                          Everything else:
                          - weapon set
                          - monster set
                          - HUD & Menu set
                          - custom map particles (like weather effects, …)
                          are included in the SMC download as separate .pk3īs.
                          That is very important to give the user completely freedom of which replacement content to use, if he wants to use any at all...

                          Of course I highly recommend to also use the optional SMC .pk3īs, as they make use of all SMC features, but they are not mandatory. Take your time and browse through the SMC download file and you will be suprised what nice things you will find





                          Originally posted by bfg666 View Post
                          Additionally, I use Capnbubs' dog exclusively. I find the SMC's new dog very ugly (sorry) but I like its new animations very much, so here's my question: would it be within the realm of possibilities to add the new animations to Capnbubs' model? I'd love to see it howl and bark. If you're not skilled enough to do that on your own, maybe we can find an animator like Dutch or Madfox willing to undertake that.
                          I think that we already spoke about this point.
                          Capnbubs dog is inside the SMC already. It is called dog.mdl. So there is no need in putting it into the SMC mod folder a second time.

                          The SMC has a feature which is called: Extended new dog
                          It lets you set a percentage chance to replace the dog.mdl model with another dog model (it is a converted model from dawn of darkness Quake 2 TC). That extended dog has additional abilities which are not gameplay relevant, like barking or howling. If you set this feature cvar to "0", you will never see him in game.

                          You can of course hand this model to anyone you want to take its additional animations as reference and add them into the regular dog.mdl or capnbubs dog.mdl. If that is done, you can use the dog in the SMC and have all of its abbilities in game. The SMCīs qc takes care of it automagically


                          Best regards,
                          Seven

                          Comment


                          • Dear all,

                            I am currently working on some gfx extensions for the Quake weapons and need your help.

                            Playing around with the lightning gun beam at the moment. I do not know which way/path to go. I have several effects/textures, can you please give feedback which one suits best in your opinion ?

                            There are some low & high resolutions and some narrow & wide ones as well as some colorful & colorless versions to choose from.

                            Please click on the thumbnails to see the details/differences:

                            1.)

                            2.)

                            3.)

                            4.)

                            5.)


                            Thank you.
                            I personally like the 1st one the most at the moment.

                            Best wishes,
                            Seven

                            Comment


                            • totally agree with you seven, #1 is definitely the best-looking.

                              #2 looks great too though, but #1 is by far the nicest-looking
                              .
                              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


                              • I like 1 the most, but also 5 is very nice
                                Make Quake Great Again

                                Comment

                                Working...
                                X