Skip to content

fix several issues on different maps

username-removed-49909 requested to merge packer/map-fixes into master

I have fixed different issues on some maps.

  • catharsis (spawnpoint) - The spawnpoint issue was reported as issue 100

  • dance, oilrig, runningman, runningmanctf, space-elevator, warfare (sound file paths) - I have fixed invalid sound file locations...


There are two problems left:

  • dance

The invalid file path affected two 'global' ambient sounds. These were not working since 2010, it seems: "change sounds/ to sound/"

I have made a simple video. I wonder if it the global ambient sounds should be kept or removed completely. (At ~ 1:05 the music track starts playing.)

  • space-station

The affected sound file in repo is actually a .mp3 file. I have changed the path of the entity according to this. However .mp3 files cannot be loaded/played. (It has always been .mp3 in repo). EndOfTheWorld.mp3

This sound is also used as 'global' ambient sound and because the actual file is .mp3 it never worked.

Same question here: Should the global ambient sound stay or not? If so, the sound file needs to be converted into another playable format. (Something has to be done with this file anyway...)

Merge request reports