I noticed there is a new Qrack build 4543 in Qrack/dist, but all the torches in the game are missing. Is this build a work in progress that I should refrain from downloading for now?
Announcement
Collapse
No announcement yet.
Qrack bugs and suggestions
Collapse
X
-
hmmmm lemme check that...
Comment
-
I also just realized that some of the high-res skins aren't working in that build. Maybe that has something to do with the flames not appearing?
Edit: R00k, is there a way to increase the visibility distance? I noticed that in extremely large rooms, the other end of the room disappears. An example of this is hip3m1 in Hipnotic. If you noclip and fly around to the corners of the cliff area, then the cliffs on the other side start to disappear.Last edited by Lightning_Hunter; 08-11-2014, 10:42 AM.
Comment
-
r_farclip.
ok found the bug, it parsing incorrectly for stratic model .alpha field and culling them out.Last edited by R00k; 08-11-2014, 01:36 PM.
Comment
-
slower fps
just try 16384...
Comment
-
I have two requests for the Map list in the main menu, if you can ever get around to it R00k (I know you have other more vital bugs to fix at the moment).
-It would be nice if the models didn't show up in the map list, like b_batt1.bsp, b_bh100.bsp, b_rock0.bsp, etc.. Is there a way to exclude these things from showing up in the map list?
-The players inventory should be reset when a new map is selected from the Map list. For example, if I start a single player game (or deathmatch), collect some armor and weapons, then go to the map menu and change the map, all the old inventory is kept (like health, armor, weapons, ammo, etc.).
Comment
-
Hey R00k, are you able to load the map "zerend" from the Zerstorer mod without Qrack crashing? Every time I try to load it, I get a generic crash message that goes something like, "An error has occurred forcing Qrack to shut down. All of your current settings will be saved". I tried to track down why it does this, but with no luck (even if I reset all my settings, it still crashes).
You can download Zerstorer from here:
https://www.quaddicted.com/filebase/zer11.zip
Edit: Actually, it's strange. The map will sometimes load up without crashing if you first open several previous Zerstorer maps, then Zerend. So for example, try this order and it usually loads (although not always) without crashing: map zer1m3, map zer1m7, map zerend.Last edited by Lightning_Hunter; 08-14-2014, 02:33 PM.
Comment
-
Sure the maplist can be tailored to ignore known items
Second ill check out that map
Third i have fixed previous bugs BUT my home Internet has a case of the shits so im offline until they fix it.
I do have an update ready for you!
Comment
-
Originally posted by R00k View PostSure the maplist can be tailored to ignore known items
Second ill check out that map
Third i have fixed previous bugs BUT my home Internet has a case of the shits so im offline until they fix it.
I do have an update ready for you!
Comment
-
v_idle* something?
ya theres some'um glitchy clientside.... too many weekend tweaks and weekend beers
Comment
-
Originally posted by R00k View Postv_idle* something?
ya theres some'um glitchy clientside.... too many weekend tweaks and weekend beers
Comment
-
Originally posted by Lightning_Hunter View PostMan, you work fast! Thanks for that new version. The Assertion Failed appears to be fixed, and so is the low gravity bug.
As for the Volume, I actually meant if it's possible to have the volume automatically saved without using a cvar or command. Currently, I have this complex alias being used for volume control:
Code:alias volume1 "volume 0.15; alias VolumeUp volume2" alias volume2 "volume 0.2; alias VolumeUp volume3" alias volume3 "volume 0.25; alias VolumeUp volume4" alias volume4 "volume 0.3; alias VolumeUp volume5" alias volume5 "volume 0.35; alias VolumeUp volume6" alias volume6 "volume 0.4; alias VolumeUp volume7" alias volume7 "volume 0.45; alias VolumeUp volume8" alias volume8 "volume 0.5; alias VolumeUp volume9" alias volume9 "volume 0.6; alias VolumeUp volume10" alias volume10 "volume 0.7; alias VolumeUp volume1" alias VolumeUp "volume1" alias VOLUMEDOWN "volume 0.1; alias VolumeUp volume1"
bind + "inc volume 0.1"
bind - "dec volume 0.1"
also zerend didnt give me an error when loading it up. try -mem 128?
Comment
-
Originally posted by R00k View Postactually just
bind + "inc volume 0.1"
bind - "dec volume 0.1"
also zerend didnt give me an error when loading it up. try -mem 128?
Edit: Wait, I spoke too soon. It does crash still, but only randomly. Sometimes it loads, sometimes it crashes... :-/ Any other ideas?
Edit #2: I do believe this bug may have to do with memory allocation. If I set -mem to 1024, zerend never loads. If I set it to 128, the map loads like 1 out of every 5 attempts. Strangely enough, the first attempt almost always loads after I reduce the memory to 128. The second load usually crashes. Does -Zone do anything in Qrack?Last edited by Lightning_Hunter; 08-25-2014, 09:57 AM.
Comment
Comment