[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
Nash
 
 
Posts: 17456
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia

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

Post by Nash »

EDIT: removed (does not work)
Last edited by Nash on Wed Dec 09, 2015 12:53 pm, edited 1 time in total.
User avatar
ibm5155
Posts: 1268
Joined: Wed Jul 20, 2011 4:24 pm

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

Post by ibm5155 »

"Xeberpal" :lol:

EDIT: Nice hax Hack guy
JunkerKun
Posts: 38
Joined: Wed Aug 05, 2015 7:44 pm

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

Post by JunkerKun »

Is there a file read/write functionality? Or was it never implemented?
Titan314
Posts: 48
Joined: Wed Nov 25, 2015 8:16 pm

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

Post by Titan314 »

There is a read system with ACS, but there is no write system.

* string ReadUserData(string file)
* char ReadUserDataChar(string file, int pos)
These read files directly. Limited to the userdata namespace, which is UD_START/UD_END in a wad, userdata/ in a pk3/pk7/folder

I think the read system could be very useful (I haven't gotten around to messing around with it) but I don't know what you could accomplish with a write system.
User avatar
ibm5155
Posts: 1268
Joined: Wed Jul 20, 2011 4:24 pm

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

Post by ibm5155 »

you guys mean getcvar and setcvar?
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 »

I'm pretty sure the user data system has write functionality
User avatar
Marrub
 
 
Posts: 1198
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

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

Post by Marrub »

The Zombie Killer wrote:I'm pretty sure the user data system has write functionality
Write functionality is not implemented.
User avatar
kodi
 
 
Posts: 1355
Joined: Mon May 06, 2013 8:02 am

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

Post by kodi »

For the redone HudMessage/sprite print function in the todo list: Could you consider implementing rotation around the origin point of a message/sprite as an argument? If it's even possible that is :P
User avatar
ibm5155
Posts: 1268
Joined: Wed Jul 20, 2011 4:24 pm

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

Post by ibm5155 »

A better function, for displaying only images would be welcome, my mods are tired about just displaying 'A' xD...
Actually I think I'm going to make some nice functions about it :s
User avatar
Marrub
 
 
Posts: 1198
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

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

Post by Marrub »

kodi wrote:For the redone HudMessage/sprite print function in the todo list: Could you consider implementing rotation around the origin point of a message/sprite as an argument? If it's even possible that is :P
Rotation on the HUD is pretty much trivial with a bit of renderer tweaking.
I'll probably not be working on GLOOME until I'm done with my map set. Even then I am unsure if I will be able to be motivated enough to work on the horror that is a zdoom-based engine.
Edit: That is not to say that I'll never work on it again. Far from it, since I know there's a lot of GLOOME projects.
User avatar
kodi
 
 
Posts: 1355
Joined: Mon May 06, 2013 8:02 am

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

Post by kodi »

Oh there's no rush, I just wanted to get the idea out there. I can live with an ugly oblivion-style compass in the meantime 8-)
Titan314
Posts: 48
Joined: Wed Nov 25, 2015 8:16 pm

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

Post by Titan314 »

Hey, I like some of Gloome's extra features, but I have found that the 2.0 renderer is quite a bit faster. Is it ok if I port some of Gloome's special features them to GZdoom GPL?
User avatar
Marrub
 
 
Posts: 1198
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

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

Post by Marrub »

You don't need to ask, that's what the license is for. :P
User avatar
jpalomo
Posts: 772
Joined: Mon May 17, 2010 9:45 am

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

Post by jpalomo »

I'm not sure if you've noticed Marrub, but there is a pull request on the repository to fix a bug with the pickactor flags. I backported the feature to ZDoom a while back and fixed the issue then.
User avatar
Marrub
 
 
Posts: 1198
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

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

Post by Marrub »

jpalomo wrote:I'm not sure if you've noticed Marrub, but there is a pull request on the repository to fix a bug with the pickactor flags. I backported the feature to ZDoom a while back and fixed the issue then.
Merged.

Return to “Abandoned/Dead Projects”