|
kamac
|
 |
« Reply #580 on: April 09, 2012, 01:32:37 AM » |
|
It's getting weird. A bit. 
|
|
|
|
|
Logged
|
Nothing to do here
|
|
|
|
eigenbom
|
 |
« Reply #581 on: April 10, 2012, 12:36:52 AM » |
|
Update: World is now split into chunks of 256x256 blocks which are further split into subchunks of 16x16 blocks. This is for a number of reasons, caching the drawing, networking, etc. Experimenting with a different background colour too.. 
|
|
|
|
|
Logged
|
|
|
|
|
happymonster
|
 |
« Reply #582 on: April 10, 2012, 12:47:55 AM » |
|
|
|
|
|
|
Logged
|
|
|
|
|
BlueSweatshirt
|
 |
« Reply #583 on: April 10, 2012, 12:49:16 AM » |
|
The gradient adds nice contrast to the flatly colored foreground.  Sweet!
|
|
|
|
|
Logged
|
|
|
|
|
eyeliner
|
 |
« Reply #584 on: April 10, 2012, 01:39:57 AM » |
|
For the first time in my life I understood the importance of gradient in the background.
It's beautiful.
Thank you.
|
|
|
|
|
Logged
|
Yeah. 
|
|
|
|
eigenbom
|
 |
« Reply #585 on: April 10, 2012, 01:41:36 AM » |
|
Thx for the encouragement dudes!
|
|
|
|
|
Logged
|
|
|
|
|
namragog
Guest
|
 |
« Reply #586 on: April 10, 2012, 06:34:41 AM » |
|
Wow, I really like that. Especially because his name is Moonman and hat is CLEARLY not the moon. It adds depth and fun.
|
|
|
|
|
Logged
|
|
|
|
|
eigenbom
|
 |
« Reply #587 on: April 10, 2012, 03:07:36 PM » |
|
Update: Shrunk the maximum world width to 0xffff blocks. At a maximum movement speed of 0xf blocks per second, it would take 0x1111 seconds to cross the world.
As moonman stared into the dark, endless abyss, his central ganglion was contemplating theosophy.
|
|
|
|
|
Logged
|
|
|
|
|
namragog
Guest
|
 |
« Reply #588 on: April 10, 2012, 03:40:06 PM » |
|
Everything about your last post made me feel really moon-man-y.
Seriously. It's like a new emotion or something.
RAW
UNTAPPED
ENERGY
|
|
|
|
|
Logged
|
|
|
|
|
SolarLune
|
 |
« Reply #589 on: April 10, 2012, 03:41:33 PM » |
|
Update: Shrunk the maximum world width to 0xffff blocks. At a maximum movement speed of 0xf blocks per second, it would take 0x1111 seconds to cross the world.
Oh... Uh..... Okay.  Heh, but the screenshot looks awesome. EDIT: *Gets out calculator* ... Wow, that's a large world! :O
|
|
|
|
|
Logged
|
|
|
|
|
FK in the Coffee
|
 |
« Reply #590 on: April 10, 2012, 03:44:32 PM » |
|
Update: Shrunk the maximum world width to 0xffff blocks. At a maximum movement speed of 0xf blocks per second, it would take 0x1111 seconds to cross the world.
As moonman stared into the dark, endless abyss, his central ganglion was contemplating theosophy. So, 0 seconds?
|
|
|
|
|
Logged
|
|
|
|
|
eigenbom
|
 |
« Reply #591 on: April 10, 2012, 03:48:02 PM » |
|
nam -- i'm afraid that you'll turn into moonman any second..
sl - cheers! also you don't need a calculator: 0x1111 seconds ~ 0x1000 = 16^3 = 2^12 = 4096 ~ 60*60 = 1 hr. (i think!)
|
|
|
|
|
Logged
|
|
|
|
|
namragog
Guest
|
 |
« Reply #592 on: April 10, 2012, 03:52:12 PM » |
|
nam -- i'm afraid that you'll turn into moonman any second..
sl - cheers! also you don't need a calculator: 0x1111 seconds ~ 0x1000 = 16^3 = 2^12 = 4096 ~ 60*60 = 1 hr. (i think!)
Oh no. Only 1 hour? In order to fix this, you need to have like a world transporter or something that will take moonman to another land. It should be super hard to build/find though.
|
|
|
|
|
Logged
|
|
|
|
|
FK in the Coffee
|
 |
« Reply #593 on: April 10, 2012, 04:07:23 PM » |
|
An hour to walk across a virtual world is a LONG time.
|
|
|
|
|
Logged
|
|
|
|
|
eigenbom
|
 |
« Reply #594 on: April 10, 2012, 04:08:47 PM » |
|
> Only 1 hour?
It's a decision I'm currently sticking with because it means I'll be able to finish the first prototype quicker, and also make my worlds richer -- instead of allowing the player to walk for ten hours through the same desert. Still, it's big enough to seem infinite to the casual player.
|
|
|
|
|
Logged
|
|
|
|
|
mokesmoe
|
 |
« Reply #595 on: April 10, 2012, 04:14:52 PM » |
|
Works out to about 1.2 hours, so that's pretty accurate.
|
|
|
|
|
Logged
|
|
|
|
|
FK in the Coffee
|
 |
« Reply #596 on: April 10, 2012, 04:16:09 PM » |
|
This is procedurally generated, correct?
|
|
|
|
|
Logged
|
|
|
|
|
BlueSweatshirt
|
 |
« Reply #597 on: April 10, 2012, 04:19:06 PM » |
|
For reference it only takes about a half an hour to walk across skyrim end-to-end.
|
|
|
|
|
Logged
|
|
|
|
|
eigenbom
|
 |
« Reply #598 on: April 10, 2012, 04:42:53 PM » |
|
ms: cheers, that sounds about right.
tpg: it will be script-driven, so the level creator can use procedures (e.g., perlin noise) or load pre-built levels, or mix both. for example, they may pre-design a dungeon, but have procedural terrain and caves around it.
js: yeh true, but there are a LOT of portals to other levels in there.
Instead of being a single big world to explore like Minecraft, Moonman games will likely be goal-driven -- build a machine to divert water here, go find the treasure chest of Mr Poopy, siege your friends castle, etc..
Ultimately I want a game that I can play (in full) for between half an hour and a couple of hours by myself or with a couple of other people. Wanna go raid a skellington dungeon? Sure, let's go! (Loading SkellingtonsRaid mod) (Building World) (Adding Skellingtons) (Player 1 enters) (Player 2 enters) (Game Starts)
|
|
|
|
|
Logged
|
|
|
|
|
BlueSweatshirt
|
 |
« Reply #599 on: April 10, 2012, 04:46:38 PM » |
|
That sounds great 
|
|
|
|
|
Logged
|
|
|
|
|