FWGS / xash3d-fwgs

Xash3D FWGS engine
1.58k stars 240 forks source link

Resources with asterisk in filename do not load #1885

Open jarcen opened 6 days ago

jarcen commented 6 days ago

I noticed that some sounds do not play on one of the maps I have. Checking console output, I see this:

Error: Could not load sound sound/items/*ammopickup1.wav
Error: Could not load sound sound/items/*smallmedkit1.wav
Error: Could not load sound sound/ambience/*waterfall2.wav
Error: Could not load model models/*backpack.mdl from disk
Error: Could not load model models/*w_medkit.mdl from disk

Notice asterisk before each file name. Original GoldSrc engine (WON 1.1.1.0) loads and plays the files correctly. I can hear waterfall ambience.

a1batross commented 6 days ago

Are asterisks even supposed to be there? Can you post this map here?

ср, 20 нояб. 2024 г., 00:59 jarcen @.***>:

I noticed that some sounds do not play on one of the maps I have. Checking console output, I see this:

Error: Could not load sound sound/items/ammopickup1.wav Error: Could not load sound sound/items/smallmedkit1.wav Error: Could not load sound sound/ambience/waterfall2.wav Error: Could not load model models/backpack.mdl from disk Error: Could not load model models/*w_medkit.mdl from disk

Notice asterisk before each file name. Original GoldSrc engine (WON 1.1.1.0) loads and plays the files correctly. I can hear waterfall ambience.

— Reply to this email directly, view it on GitHub https://github.com/FWGS/xash3d-fwgs/issues/1885, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYQTAP72QOYP36X5A5XCD32BOYF3AVCNFSM6AAAAABSDEZK3GVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY3TGNRXG4ZTKOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jarcen commented 5 days ago

Here it is, attached via Github:

ravine.zip

It's from old mod Wizard Wars.

The asterisks are indeed there in the file: "message" "ambience\*waterfall2.wav" and it's silent in Xash3D but plays correctly in vanilla engine.