edit - managed to make it work. the ambient sound method eventually worked, it just didn't occur to me that the normal subway sound could not be ambient sound compatible. i was certain it was for some reason. silly me
Mapster questions.
#61 Posted 03 August 2013 - 01:20 PM
edit - managed to make it work. the ambient sound method eventually worked, it just didn't occur to me that the normal subway sound could not be ambient sound compatible. i was certain it was for some reason. silly me
This post has been edited by ck3D: 04 August 2013 - 05:43 AM
#62 Posted 04 August 2013 - 07:39 AM
Wouldn't that mean the sound plays while it's stopping as well, though?
I never realized parallaxed ceilings stop the regular sounds from working, though. The hardcoded stuff in Duke3D are full of weird quirks.
I never realized parallaxed ceilings stop the regular sounds from working, though. The hardcoded stuff in Duke3D are full of weird quirks.
#63 Posted 12 October 2024 - 09:08 AM
Helixhorned, on 13 December 2012 - 01:26 PM, said:
OK, I guess complex sloping qualifies as a good reason. Just type "script_expertmode" into the console.
Haha, this is just lazy and will likely lead to weird effects. There has to be a precedent why I made non-adjacent joining expert-mode-only.
Haha, this is just lazy and will likely lead to weird effects. There has to be a precedent why I made non-adjacent joining expert-mode-only.
I'm trying to disable expert mode in a fresh Eduke32 synthesis and everything I get is:
"M32 Script expert mode is DISABLED" But it doesn't disable expert mode, How can I disable Expert Mode?
#64 Posted 13 October 2024 - 09:41 AM
Strange, that should be enough to disable it..
Are you loading any m32 scripts before this as some actions will require it to be on?
Are you loading any m32 scripts before this as some actions will require it to be on?
#65 Posted 19 October 2024 - 05:51 AM
Mike Norvak, on 12 October 2024 - 09:08 AM, said:
I'm trying to disable expert mode in a fresh Eduke32 synthesis and everything I get is:
"M32 Script expert mode is DISABLED" But it doesn't disable expert mode, How can I disable Expert Mode?
"M32 Script expert mode is DISABLED" But it doesn't disable expert mode, How can I disable Expert Mode?
But it should be disabled by default - are you sure you don't want to ENABLE it?
#66 Posted 21 October 2024 - 08:47 AM
Aleks, on 19 October 2024 - 05:51 AM, said:
But it should be disabled by default - are you sure you don't want to ENABLE it?
Oh my bad, you are right, I want to enable expert mode.
#67 Posted 21 October 2024 - 08:54 AM
Mike Norvak, on 21 October 2024 - 08:47 AM, said:
Oh my bad, you are right, I want to enable expert mode.
Open console then enter script_expertmode 1 then validate that. Can also be added as a line to m32_autoexec.cfg to make it permanent (will be on by default every time you launch Mapster) in case you want that.
#68 Posted 09 November 2024 - 11:50 AM
ck3D, on 21 October 2024 - 08:54 AM, said:
Open console then enter script_expertmode 1 then validate that. Can also be added as a line to m32_autoexec.cfg to make it permanent (will be on by default every time you launch Mapster) in case you want that.
Thanks!