#918 posted by metlslime on 2015/10/12 05:04:23
adding lightgrid (or something like it) to lit2 seems like a good idea, because any fix that uses the normal bsp or lit lighting will break expected behavior of old maps. But no old maps use lit2, so it's a fresh start.
@pulsar
#919 posted by Baker on 2015/10/12 09:23:41
I guess but I couldn't promise a time to do that.
To change the light point, I had to change the entire lighting collision section so that it would also collide with brush models.
It's very messy having 2 different ways in the code, especially for collisions.
I bet DarkPlaces does the collision with the brush models as the normal way to do things.
As an alternative, you could poke around https://www.quaddicted.com/files/engines/ and maybe one of these has it:
https://www.quaddicted.com/files/engines/fitzquake_mark_v_r2.zip
https://www.quaddicted.com/files/engines/fitzquake_mark_v_r5.zip
#920 posted by Baker on 2015/10/12 09:25:43
Yeah, changing the lighting --- even a subtle change like that one --- can make scrags in the shadows bright --- or make scrags that you are supposed to see obscured in darkness.
Probably doesn't happen on id maps often as they didn't do anything crazy, but custom maps like void maps and such ....
Can't Believe It!
#921 posted by PFL on 2015/11/19 17:25:17
I don't know how I managed to miss the last couple of builds!
The WinQuake Mark V is virtually perfect. Being able to play Nehahra on a modern engine in software with MP3 and controller (after a couple of tweaks) support is just brilliant. My netbook says thank you!
Now, when are you going to add 5.1 surround sound? :P
#922 posted by Baker on 2015/11/19 18:43:08
Interesting to know the joystick support works.
I re-added it, but have no joystick to test.
Now, when are you going to add 5.1 surround sound?
Probably never. Honest question, honest answer.
Mp3 Music
#923 posted by PuLSaR on 2015/11/19 18:48:16
doesn't work for me. MP3s are placed in id1/music, external music is on but no music, no warnings. what did I miss?
Bugger.
#924 posted by PFL on 2015/11/19 20:45:35
Oh well. Thanks for being honest. :)
Yeah, I've got a DualShock 4 running under DS4Windows as an X-Input device. It works great. Two of the axes are switched from WinQuake and, of course, the z axis triggers aren't recognised but other than that it's fine.
Should I upload my config for other? Can I do that here?
#925 posted by Baker on 2015/11/19 21:50:11
You could paste relevant portion here. At some future point I could investigate. I don't see Mark V being updated for a while.
@pulsar
#926 posted by Baker on 2015/11/19 23:20:27
It should say something like "Playing id1/music/track001.mp3" or "Track id1/music/track01.mp3" not found.
Which does it say? If it says "Playing ..." and it isn't working, check both the music volume slider and the volume slider. If it still isn't playing, then I don't know --- Fifth had some issue like that and then he did something and it worked.
#927 posted by PuLSaR on 2015/11/19 23:54:49
It should say something like "Playing id1/music/track001.mp3" or "Track id1/music/track01.mp3" not found.
That's the problem. I searched for my problem through this thread and everyone mentioned that it should had been a warning about that. While I don't get any warnings at all. Is there any console command to switch on/off music or anything else I have missed? External music is enabled in options, sound and music volume sliders don't make any changes.
I'm confused.
Music has worked for me since one of the newer builds. I just assumed that you had figured out the issue and fixed it... directory structure and file naming is
..\Quake\id1\music\track02.mp3
@pulsar
#929 posted by Baker on 2015/11/20 00:31:38
1. I created a new folder "Quake"
2. I created a Quake\id1 folder
3. and copied pak0.pak and pak1.pak in there.
4. I created a Quake\id1\music
5. Copied an mp3 as Quake\id1\track04.mp3
Using this latest Mark V beta for Windows ( download)
I have no config and there is no command line. I start Mark V and do single player new game so I am on the Introduction and it says
"Introduction
Using protocol 666
Current music track: music/track04.mp3"
And the music plays.
So no config, no command line, current .exe that's what it says with a valid mp3 in Quake\id1\music\track04.mp3 on the "start" map. For me.
Above
#930 posted by Baker on 2015/11/20 00:32:44
correction ---> quake\id1\music\track04.mp3
(I typed it wrong the first time)
Hmm
#931 posted by PuLSaR on 2015/11/20 01:10:16
I repeated all these steps with new quake folder etc (btw I've discovered that I've been using previous build (from 20150426) while having the latest one downloaded).
After all I got:
"Introduction
Using protocol 666"
And no music.
That's with clean quake and the latest mark v.
#932 posted by Baker on 2015/11/20 02:22:35
Are you using a command line that has something like -nocd or -nocdaudio or -nosound or something?
It either prints that ...
A) it found the track
B) it didn't find the track
It seems you have the music disabled somehow.
Missing/incompatible DLL/codec Perhaps?
#933 posted by mankrip on 2015/11/20 06:01:26
#934 posted by Baker on 2015/11/20 10:51:19
It doesn't say something like "ERROR - Could not initialize COM library" if you scroll up in the console does it? (Seems unlikely)
Also: Type "developer 1" in the console and then type "map start" and it will print out "too much detail" but might give you a clue and will print music messages like if it found the file.
About all I can say.
I'm Having A Similar Problem With Music In Mark V
#935 posted by NarNar on 2015/11/20 18:29:42
and the tracks play just fine in quakespasm. In mark v, the message about "current music track" displays for me as well, but no mp3 is playing.
Controller Config
#936 posted by PFL on 2015/11/20 20:36:17
To anyone who's interested here's the controller configuration I use.
Just copy the text below and paste it into a new text file. Save it as "controller.cfg".
Then just add the line: "exec controller.cfg" to your autoexec.cfg in your "Quake\id1" folder.
Copy text from here:
joystick 1
joyname "Controller"
joyadvanced 1
joyadvaxisx 2
joyadvaxisy 1
joyadvaxisr 4
joyadvaxisu 3
joyforwardsensitivity -1.0
joysidesensitivity 1.0
joypitchsensitivity 1.0
joyyawsensitivity -1.0
joyforwardthreshold 0.15
joysidethreshold 0.15
joyyawthreshold 0.15
joypitchthreshold 0.15
+mlook
joyadvancedupdate
// JOY1 = "A" Button
bind joy1 "+speed"
// JOY2 = "B" Button
bind joy2 "impulse 1"
// JOY3 = "X" Button
bind joy3 "impulse 12"
// JOY4 = "Y" Button
bind joy4 "impulse 10"
// AUX5 = "Left Shoulder" Button
bind aux5 "+jump"
// AUX6 = "Right Shoulder" Button
bind aux6 "+attack"
// AUX7 = "Back" Button
bind aux7 "+showscores"
// AUX8 = "Start" Button
bind aux8 "pause"
// AUX9 = "Middle Left Stick" Button
bind aux9 ""
// AUX10 = "Middle Right Stick" Button
bind aux10 ""
// AUX29 = D-Pad Up
bind aux29 ""
// AUX30 = D-Dad Right
bind aux30 ""
// AUX31 = D-Pad Down
bind aux31 ""
// AUX32 = D-Pad Left
bind aux32 ""
To the line above!
PS: I realise most of you will know what to do with the above text. I just thought it prudent to add some simple instructions for those not familiar with such things. :)
Consistent Crash In Abyss Of Pandemonium?
#937 posted by PFL on 2015/11/20 20:39:32
The game loads fine but crashes every time I pick up and shoot the incendiary grenade launcher at the Death Knight as found in the first secret area in the first map.
I'm using the latest build from above (20150508) on Windows 7 Pro 64 bit.
#938 posted by Baker on 2015/11/21 04:01:52
Mark V uses DirectShow to play MP3 using hardware acceleration. Because DirectShow is part of Windows, there are buried settings in the control panel audio settings or even sometimes Windows Media Player (volume per file type) that might affect it.
Your Abyss of Pandemonium issue might be related to Shrak invalid skin bug. Whenever in the future I do an update to Mark V I'll take a look at it.
Shot In The Dark..
#939 posted by ericw on 2015/11/21 04:07:27
Given that it's DirectShow, it might be worth running that DirectX Web installer (from Microsoft.. don't have a link handy.)
A while ago, I was getting a missing d3dx DLL error when running DirectQ on a fresh Windows 10 install, and running that web installer fixed it.
AoP Follow Up
#940 posted by PFL on 2015/11/21 11:15:51
I tried AoP with the OGL version of Mark V and it works fine. It only happens in the WinQuake build.
I tried Erics suggestion in the hope that it was indeed just a glitch in the matrix but the issue's still there.
Anyway, just thought I'd let you know. :)
Baker
#941 posted by PuLSaR on 2015/11/22 21:31:54
In developer 1 mode I get this (map start):
"Introduction
Using protocol 666
CDaudio: Bad track number 4"
I get a feeling that it doesn't even try to find mp3s.
I've inserted an audio cd and checked. With external music off I get no "CDaudio: Bad track number n" warning but cd music doesn't play either. Though that cd plays well in windows media player.
I need to investigate in on my pc at work.
@pulsar
#942 posted by Baker on 2015/11/24 07:58:15
Since I've very much enjoyed some of your past maps like Menk, I tried to think of some solutions outside the box.
But the problem you are having is "outlier".
(i.e. the particulars of the problem you are having don't match anything anyone else has had in a thread over 3 years old.)
So I don't know and I can't think of any helpful advice.
|