[Engine] GLOOME / [WIP] Project 67 & Nocturne in Yellow

Projects that have specifically been abandoned or considered "dead" get moved here, so people will quit bumping them. If your project has wound up here and it should not be, contact a moderator to have it moved back to the land of the living.
User avatar
Alekv
Posts: 170
Joined: Mon Jun 08, 2015 12:41 am
Location: My world :)
Contact:

Re: [Engine] GLOOME / [WIP] Project 67 & Nocturne in Yellow

Post by Alekv »

Thank you very much for your answers.
User avatar
Alekv
Posts: 170
Joined: Mon Jun 08, 2015 12:41 am
Location: My world :)
Contact:

Re: [Engine] GLOOME / [WIP] Project 67 & Nocturne in Yellow

Post by Alekv »

I found a bug in gloome. A_PlaySound function () it does not work correctly the volume. If you write a volume of 0.1 or 0.2, etc. the game will be played at maximum volume, and if the game is in the sound settings slider to twist in any direction, the sound is played normally (ie with the volume which is written in a function!)

Please tell me I should wait for fixes this bug?
User avatar
Alekv
Posts: 170
Joined: Mon Jun 08, 2015 12:41 am
Location: My world :)
Contact:

Re: [Engine] GLOOME / [WIP] Project 67 & Nocturne in Yellow

Post by Alekv »

AmbientSound does not work as it should work !!!
when the player moves away from AmbientSound, the sound is still playing at full volume, and all over the map
In gzdoom-gpl works fine.
User avatar
TerminusEst13
Posts: 1625
Joined: Mon Nov 09, 2009 3:08 pm
Contact:

Re: [Engine] GLOOME / [WIP] Project 67 & Nocturne in Yellow

Post by TerminusEst13 »

Alekv wrote:Please tell me I should wait for fixes this bug?
Marrub is no longer working on the engine.
Also your issues have already been addressed:
Marrub wrote:
rosymaple wrote:I'm using an .ogg file if that makes a difference. It still just keeps playing at full volume. Am I doing something wrong? Heeeelp!
If your sound is stereo, change it to mono. Stereo sounds will always play at full volume due to an OpenAL bug that can't be fixed.
This error is also present in GZDoom when using the OpenAL sound renderer.
User avatar
Nash
 
 
Posts: 17439
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: [Engine] GLOOME / [WIP] Project 67 & Nocturne in Yellow

Post by Nash »

Chris fixed that very recently with GZDoom / GZDoom-GPL: stereo sounds in the 3D world are downmixed to mono in real-time with OpenAL
User avatar
Alekv
Posts: 170
Joined: Mon Jun 08, 2015 12:41 am
Location: My world :)
Contact:

Re: [Engine] GLOOME / [WIP] Project 67 & Nocturne in Yellow

Post by Alekv »

Thanks for answers. very sorry that GLOOME abandoned, not everyone has the OpenGL v 3+
I put the mono volume is now regulated, it seems to me .. But in ambientSound GLOOME still does not work.
User avatar
The Zombie Killer
Posts: 1528
Joined: Thu Jul 14, 2011 12:06 am
Location: Gold Coast, Queensland, Australia

Re: [Engine] GLOOME / [WIP] Project 67 & Nocturne in Yellow

Post by The Zombie Killer »

From what I've heard, Graf is working on adding a fallback renderer to GZDoom for users that lack GL3, so I'd say hold out for that and then use GZDoom-GPL, instead of attempting to use a long-since abandoned engine.
Skwirl
Posts: 214
Joined: Sun Feb 01, 2015 11:38 pm
Location: 'merica
Contact:

Re: [Engine] GLOOME / [WIP] Project 67 & Nocturne in Yellow

Post by Skwirl »

I heard that GLOOME lost its ongoing support. Sorry to hear it; I really liked that something forked away to make a completely independent and GPL-friendly rebrand.

Even then, I'm actually curious to explore these engines now; specifically both this and Zandronum (for the net stuff anyway).

I can look up tutorials on things like DECORATE and ACS, but I don't know where to look on like, editing the sourceport itself. How did you figure out how everything is put together, what each file/directory does? Etc.
User avatar
Agentbromsnor
Posts: 265
Joined: Wed Mar 28, 2012 2:27 am

Re: [Engine] GLOOME / [WIP] Project 67 & Nocturne in Yellow

Post by Agentbromsnor »

Skwirl: you should take a look at GZDoom-GPL. It's a GPL friendly fork of GZDoom. The main difference between GZDoom-GPL and GLOOME is the fact that GZDoom-GPL doesn't add any new features and sticks close to mainline GZDoom development.
User avatar
Nash
 
 
Posts: 17439
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: [Engine] GLOOME / [WIP] Project 67 & Nocturne in Yellow

Post by Nash »

Yo marrub I'm trying to port INPUT scripts into my game but it's a little unclear to me, can you explain how was its intended use case?

Code: Select all

Script "Blah" ENTER
{
    SetInputLock(TRUE);
}

// I have to make INPUT scripts for every known key to mankind??????

Script "A" INPUT (void)
{
    Log(s:"User pressed A");
}

Script "B" INPUT (void)
{
    Log(s:"User pressed B");
}

Script "C" INPUT (void)
{
    Log(s:"User pressed C");
}

Script "D" INPUT (void)
{
    Log(s:"User pressed D");
}

// etc etc etc etc
 
User avatar
Marrub
 
 
Posts: 1193
Joined: Tue Feb 26, 2013 2:48 pm
Preferred Pronouns: No Preference
Operating System Version (Optional): Arch Linux
Graphics Processor: ATI/AMD with Vulkan/Metal Support
Contact:

Re: [Engine] GLOOME / [WIP] Project 67 & Nocturne in Yellow

Post by Marrub »

Nash wrote:Yo marrub I'm trying to port INPUT scripts into my game but it's a little unclear to me, can you explain how was its intended use case?
Uh, I can't remember anymore. But I do remember that their implementation was Really Bad and that you should look for a better solution (like implementing them better than I did).

EDIT: Also, this is how they worked:

Code: Select all

script "whatever" INPUT (int ch)
{
   Print(s:"You pressed: ", c:ch);
}
User avatar
TDRR
Posts: 815
Joined: Sun Mar 11, 2018 4:15 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Debian 12/ Manjaro
Graphics Processor: nVidia with Vulkan support
Location: Venezuela

Re: [Engine] GLOOME / [WIP] Project 67 & Nocturne in Yellow

Post by TDRR »

I know this thing is pretty much dead by now but i got three questions:

What happened to Project 67? I always wanted to play that, it looks pretty cool.

What happened to GLOOME itself? I suppose it just died when GZDoom itself became GPL, or was it because it was deemed complete?

Could anyone send me a pre-compiled GLOOME? preferably have it load as an iwad "data.pk3" but if not then anything will work.
Locked

Return to “Abandoned/Dead Projects”