xash3d-fwgs icon indicating copy to clipboard operation
xash3d-fwgs copied to clipboard

Xash3D FWGS engine.

Results 363 xash3d-fwgs issues
Sort by recently updated
recently updated
newest added

Mod that I tested with: https://www.runthinkshootlive.com/posts/issues/ (no pun intended). And the map name is "subzone3", doesn't appear on other maps. Has experienced this bug earlier, but thought it was gone...

Idk how to reproduce it, happens randomly: ![Скриншот 14-09-2022 013849](https://user-images.githubusercontent.com/34350690/190480651-c931ccb3-8adb-42fa-b774-d5f81bb122e2.png)

https://github.com/FWGS/xash3d-fwgs/blob/ddc4d7666874ce050d33ba6cc5781f08180776c5/engine/common/mod_studio.c#L1093-L1096 Every model file loaded into memory with read+malloc+memcpy can be replaced with mmap, which helps to reduce physical memory usage for huge mods.

Something I did for folks at https://github.com/w23/xash3d-fwgs Not really usable right now, heavy WIP.

В консоли появляется ошибка: ``` Error: Stream_OpenMPG: failed to load (media/gamestartup.mp3): Error reading the stream. (code 18) FS_OpenStream: couldn't open "media/gamestartup" ``` Вот сам gamestartup.mp3 https://disk.yandex.kz/d/NW7nSxZWwUf7Ng

A similar feature exists in many voice chat apps. We're not a voice chat app, but I personally hate Push-To-Talk.

дебаг: ``` [18:02:36] >voice_loopback 1 [18:02:36] SV_ConnectionlessPacket: 135.181.76.187:27010 : c [18:02:36] SV_ConnectionlessPacket: 135.181.76.187:27010 : c [18:02:36] SV_ConnectionlessPacket: 157.40.202.147:59701 : info Fatal (internal) error in celt/celt_decoder.c, line 126: assertion failed: st->end

E.g. default.cfg has ``` bind UPARROW +forward bind w +forward ``` Xash3D seems to set the first bind only when "Use defaults" button is pressed.

bug

Перемещаясь по карте, можно услышать эхо от звука из голосового чата.

Когда играешь в этот мод на Xash3D FWGS 0.20.1, фонарик освещает пространство вокруг игрока, а не светит туда, куда указывает прицел. **Xash3D FWGS 0.20.1** ![hldelta_flashlight_xash3d.png](https://user-images.githubusercontent.com/22411953/187377396-bcd17301-a4ca-4ce6-a84b-d933631c44f7.png) **GoldSource** ![hldelta_flashlight_goldsrc.png](https://user-images.githubusercontent.com/22411953/187377446-f400702f-3adf-4168-ba14-94100c57d927.png) Баг воспроизводится как...