Announcement

Collapse
No announcement yet.

QRACK v1.80

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

  • this kind of leads me to a request for the engine now..is it at all possible to make an auto vis maker for maps when you first play them? kind of like how FTE has r_loadlit 2 to make lits. that would be sweet and reasonable if you want r_wateralpha low on every map.


    PLAY QUAKE DODGEBALL!

    http://www.moddb.com/mods/quake-dodgeball

    Trickle's VWeps

    Comment


    • In most Multy Player maps there is really no need for that as you can simply use r_novis 1 to discard the vis data (however the map needs to be vis'ed for use with transparent water server-side to actually see any players beyond the face of the water/slime/lava).

      For Single Player maps however.. using r_novis 1 is usually not a good idea as Single Player maps tend to be a lot bigger and more detailed, resulting in poor performance (unless you got some ultra kick-ass pc).. If the author of the map in question wanted you to be able to see monsters beyond the face of water/slime/lava he probably already vis'ed it in such a way to make this possible.. if not.. then u would have to re-vis that map yourself.. (its a design choice really..)

      I believe DarkPlaces engine does not show entities beyond the face of water anyways due to its entity culling (anti wallhack) feature, but I'm no expert on DarkPlaces so LordHavoc could answer that.. also i remember reading that DarkPlaces already has the feature you described.. but again.. ask LH.

      Comment


      • I got it all taken care of, thanks man.


        PLAY QUAKE DODGEBALL!

        http://www.moddb.com/mods/quake-dodgeball

        Trickle's VWeps

        Comment


        • hey R00k, anyway you can make it so the axe either has its own decal or none? so gl_decal_bullets can really be all about the bullets?


          PLAY QUAKE DODGEBALL!

          http://www.moddb.com/mods/quake-dodgeball

          Trickle's VWeps

          Comment


          • Hmm, well the thing is that the AXE particle effect in the progs.dat uses TE_GUNSHOT, for the grey "debris", so at that level of the code I cant determine if its truely the axe or shotgun in the engine.. It would require another TE_ effect and altered quakeC calls
            www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

            Comment


            • oh yeah R00k, why does this happen?



              I see it on id maps too. its like I can see stuff and parts of levels that I'm not suppose to


              PLAY QUAKE DODGEBALL!

              http://www.moddb.com/mods/quake-dodgeball

              Trickle's VWeps

              Comment


              • awww now the secret wallhack is no longer a secret wallhack

                Comment


                • hah its annoying and how do you make it so that the default gfx wads on certain mods load instead of the eye candy ones for qrack? I also want the default Malice menu(I can edit it to make it so it displays demos and other stuff). is there anyway?


                  PLAY QUAKE DODGEBALL!

                  http://www.moddb.com/mods/quake-dodgeball

                  Trickle's VWeps

                  Comment


                  • Originally posted by LockNLoad View Post
                    hah its annoying and how do you make it so that the default gfx wads on certain mods load instead of the eye candy ones for qrack? I also want the default Malice menu(I can edit it to make it so it displays demos and other stuff). is there anyway?
                    I actually requested such a feature from r00k. Currently, you have to edit pak0.pak yourself in the Qrack folder and temporarily remove the gfx files that the mod uses. There is no other way to do it.

                    Comment


                    • that isnt really a wall hack cause u cant see entities, this is a glitch in r_skyscroll and r_novis 1 set r_novis to 0 to eliminate that.. I am trying to fix it though...
                      www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

                      Comment


                      • Originally posted by Lightning_Hunter View Post
                        I actually requested such a feature from r00k. Currently, you have to edit pak0.pak yourself in the Qrack folder and temporarily remove the gfx files that the mod uses. There is no other way to do it.
                        Woops!!! I fix this ...
                        Last edited by R00k; 11-06-2007, 11:09 PM.
                        www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

                        Comment


                        • that isnt really a wall hack cause u cant see entities, this is a glitch in r_skyscroll and r_novis 1 set r_novis to 0 to eliminate that.. I am trying to fix it though...
                          i noticed a somewhat similar glitch when using r_wateralpha <1 , r_novis 0 and gl_clear 1 ... using build 1899 (see screenie below)



                          (now that IS a wallhack )

                          edit:
                          it could be the map is vispatched tho.. not sure

                          Comment


                          • No its a standard id map. This glitch has been in glquake from the start.
                            The workaround would be to determine at map load if the map is vis'ed or not, and then based on that when r_wateralpha is less than zero 'FORCE' r_novis 1.

                            heres a screen of the same effect in glProquake

                            www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

                            Comment


                            • Originally posted by Lightning_Hunter View Post
                              I actually requested such a feature from r00k. Currently, you have to edit pak0.pak yourself in the Qrack folder and temporarily remove the gfx files that the mod uses. There is no other way to do it.
                              well a quick workaround for this is to use -no24bit...
                              "glqrack.exe -game malice -zone 1024 -no24bit"

                              not the best option but atleast it looks how malice is originally...
                              www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

                              Comment


                              • Originally posted by R00k View Post
                                well a quick workaround for this is to use -no24bit...
                                "glqrack.exe -game malice -zone 1024 -no24bit"

                                not the best option but atleast it looks how malice is originally...
                                I'm aware of this command (I think you added it quite a while back while I was chatting with you online), but the problem is that it disables all high-res content. I like to disable only what the mod changes, rather than everything.

                                Comment

                                Working...
                                X