Spoiler:Just curious. Happened to have this on hand and, since I'm rather curious how this thing would fare in something of such size.
[ON HOLD] Bumi: Real-Time Day/Night & Weather
Forum rules
Before posting your Resource, please make sure you can answer YES to any of the following questions:
Consult the Resource/Request Posting Guidelines for more information.
Please don't put requests here! They have their own forum --> here. Thank you!
Before posting your Resource, please make sure you can answer YES to any of the following questions:
- Is the resource ENTIRELY my own work?
- If no to the previous one, do I have permission from the original author?
- If no to the previous one, did I put a reasonable amount of work into the resource myself, such that the changes are noticeably different from the source that I could take credit for them?
Consult the Resource/Request Posting Guidelines for more information.
Please don't put requests here! They have their own forum --> here. Thank you!
Re: Bumi: Real-Time Day/Night & Weather [mapper for demo nee
How do you feel about a vast and open canyon full of trees and water?
Re: Bumi: Real-Time Day/Night & Weather [mapper for demo nee
That looks perfectly fine! If your map runs at 60 FPS currently with no problems, then it should be fine with the weather system too.Jaxxoon R wrote:How do you feel about a vast and open canyon full of trees and water?Spoiler:Just curious. Happened to have this on hand and, since I'm rather curious how this thing would fare in something of such size.
You're going to donate that map to me? =P
Also, requote because new page:
Nash wrote:Mapper needed
I will be taking a break from this for a few days to finish up recording my band's album. Anyone want to contribute a small demo map to showcase engine features? It can be a small town the size of Doom 2's Downtown. Even if you can provide me a basic layout, it's enough... I can finish the rest on my own!
Re: Bumi: Real-Time Day/Night & Weather [mapper for demo nee
Sorry if this was answered elsewhere:
If this were applied to a map pack, would the time/month/particle types carry status over between maps or reset the cycle?
If this were applied to a map pack, would the time/month/particle types carry status over between maps or reset the cycle?
Re: Bumi: Real-Time Day/Night & Weather [mapper for demo nee
Good to hear. And, really, why not? =P Just be aware that it's kind of as-is and has no ending ATM. And that there are sort of uh... watermelons on stilts in the latter half of the map.Nash wrote:That looks perfectly fine! If your map runs at 60 FPS currently with no problems, then it should be fine with the weather system too.
You're going to donate that map to me? =P
Re: Bumi: Real-Time Day/Night & Weather [mapper for demo nee
Of course they would carry over, this is designed for RPGs/open world-type stuff. :DDrMoney wrote:Sorry if this was answered elsewhere:
If this were applied to a map pack, would the time/month/particle types carry status over between maps or reset the cycle?
More technical info: great care has been taken to make sure the data stays clean between levels, and if you were to jump back and forth between levels, there would be no overlaps or collisions (like stray scripts and things like that), weather stuff is carefully destroyed and re-created every level load... variables that need to be reset are properly reset, variables that need to stay persistent will stay persistent... etc
- cortlong50
- Posts: 753
- Joined: Mon Jun 24, 2013 7:12 pm
- Location: UT-WA
Re: Bumi: Real-Time Day/Night & Weather [mapper for demo nee
hey nash, i have an outside section of a map that you can play with, its a court yard of a building, and it would probably work pretty well. its a little complicated, so it would be cool to see how well it works with 3d sectors and all that good stuff.
Re: Bumi: Real-Time Day/Night & Weather [mapper for demo nee
cortlong - sounds good, send it my way and I'll take a look! You can PM if you want it private (although note that I will release it publically as an engine demo if I decide to use it)
Re: Bumi: Real-Time Day/Night & Weather [beta0.9 source rele
> SOURCE CODE ON GITHUB <
Still no demo map, will anyone be kind enough to please make me a map so that I can make a playable demo to showcase engine features and how to use this system. Thanks.
Have fun!
NOTE: There is still no documentation. And possibly the map library, the one where you would need to include to script custom weather effects without recompiling Bumi, does not work yet. I will address these ASAP. The source code is released early for educational purposes only.
Still no demo map, will anyone be kind enough to please make me a map so that I can make a playable demo to showcase engine features and how to use this system. Thanks.
Have fun!
NOTE: There is still no documentation. And possibly the map library, the one where you would need to include to script custom weather effects without recompiling Bumi, does not work yet. I will address these ASAP. The source code is released early for educational purposes only.
Re: Bumi: Real-Time Day/Night & Weather [beta0.9 source rele
Just repurpose a Freedoom map if you need a playable one that badly.
- cortlong50
- Posts: 753
- Joined: Mon Jun 24, 2013 7:12 pm
- Location: UT-WA
Re: Bumi: Real-Time Day/Night & Weather [mapper for demo nee
crap sorry i didnt see your reply, the map is still WIP as i am just adding the finishing touches, so let me wrap it up RIGHT NOW, and illl have it to you in an hour or two.Nash wrote:cortlong - sounds good, send it my way and I'll take a look! You can PM if you want it private (although note that I will release it publically as an engine demo if I decide to use it)
remember, its just a small outdoor area. nothing incredible. i wish i could give you more at the moment. but once i get the city all done, i will for sure send it your way and elt you play with it.
here is a link of the area, it looks smaller, but it would be cool to see what it does in smaller tighter areas as opposed to just outside, especially once with a lot of stacked sectors and really finicky details. so im curious.
http://imgur.com/a/cwHSy
ill have it to you by about 5 mountain time. unfortunately i highly doubt that it is going to work for you as a demo map, it just isnt open enough.
Re: Bumi: Real-Time Day/Night & Weather [mapper for demo nee
Great to hear, can't wait to get started with it!Nash wrote:Of course they would carry over, this is designed for RPGs/open world-type stuff.
-
- Posts: 310
- Joined: Fri Sep 21, 2007 1:08 am
- Location: Poland - Bytom
Re: Bumi: Real-Time Day/Night & Weather [beta0.9 source rele
Hi Nash! Thanks for sharing this amazing stuff! But I have some problem here. I follow your instructions but I have error message when lounch compile.bat:

This one said that system can't find path, but I'm replace that 3 lines in bat exactly as you said:
REM Set the path to your game executable (ZDoom, GZDoom, whatever)
REM and the executable itself below.
set exepath="C:\Users\Ryszard\Desktop\GZ2.1\"
set exename=GZDoom.exe
REM Set the path to your project below.
set projectpath="C:\Users\Ryszard\Desktop\Bumi\"
(I have GZDoom and Bumi folder on desktop).

This one said that system can't find path, but I'm replace that 3 lines in bat exactly as you said:
REM Set the path to your game executable (ZDoom, GZDoom, whatever)
REM and the executable itself below.
set exepath="C:\Users\Ryszard\Desktop\GZ2.1\"
set exename=GZDoom.exe
REM Set the path to your project below.
set projectpath="C:\Users\Ryszard\Desktop\Bumi\"
(I have GZDoom and Bumi folder on desktop).
Re: Bumi: Real-Time Day/Night & Weather [beta0.9 source rele
Have you extracted the latest version of GDCC into the /gdcc folder?

Also, what does that error mean in English? The 2 lines that says "System somethingsomethingsomethig" ... ?

Also, what does that error mean in English? The 2 lines that says "System somethingsomethingsomethig" ... ?
-
- Posts: 310
- Joined: Fri Sep 21, 2007 1:08 am
- Location: Poland - Bytom
Re: Bumi: Real-Time Day/Night & Weather [beta0.9 source rele
Yes, I extract gdcc into gdcc folder (I don't sure now if is it the latest version). This 2 lines means "system can't find the specified path".
Edit:
Yes, I download the latest version: gdcc_v0.7.0-143-gdbf4017_win64
Edit:
Yes, I download the latest version: gdcc_v0.7.0-143-gdbf4017_win64
Last edited by Reinchard2 on Sat Jan 23, 2016 3:32 am, edited 1 time in total.
Re: Bumi: Real-Time Day/Night & Weather [beta0.9 source rele
What version of Windows are you using?