Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411613 Posts in 69390 Topics- by 58447 Members - Latest Member: sinsofsven

May 09, 2024, 10:57:32 PM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsCommunityDevLogsInfinite world fantasy RPG - Malevolence
Pages: 1 [2] 3 4 ... 6
Print
Author Topic: Infinite world fantasy RPG - Malevolence  (Read 18169 times)
BlueSweatshirt
Level 10
*****

the void


View Profile WWW
« Reply #20 on: March 13, 2012, 12:52:01 AM »

Actually you could just hard code the game to base its time value off of a fixed point in time.(rather than the time the player started the game, etc.)
Maintain THAT!  Grin
Logged

Alex Norton
Level 0
***


www.msoa-game.com


View Profile WWW
« Reply #21 on: March 13, 2012, 12:57:49 AM »

Actually, I just had a thought... It wouldn't work. Because things like chest contents are based off that time value, so if one person stays in one area, the chest contents will keep changing... Oh well...
Logged

Malevolence: The Sword of Ahkranox
The Infinite RPG
www.msoa-game.com
Netsu
Level 10
*****


proficient at just chillin'


View Profile WWW
« Reply #22 on: March 13, 2012, 01:35:25 AM »

Actually, I just had a thought... It wouldn't work. Because things like chest contents are based off that time value, so if one person stays in one area, the chest contents will keep changing... Oh well...

Maybe I'm missing something, but can't you generate the chest contents once when an area is generated and loaded into memory, based on the time of generation, and only change the contents when you generate the chest again? So the contents would only change in time when the player isn't there to see it.
Logged

Alex Norton
Level 0
***


www.msoa-game.com


View Profile WWW
« Reply #23 on: March 13, 2012, 01:40:49 AM »

A fair enough statement, but there are actually a LOT of things that are generated from the time, and it would become too complicated... No, I think that the time coefficient needs to be unique to the individual game...

However, things like towns and dungeons and countryside will not change with time, so one person playing on one computer can tell a friend where to find a particularly awesome dungeon, and their friend will be able to visit it as well!
Logged

Malevolence: The Sword of Ahkranox
The Infinite RPG
www.msoa-game.com
JimmyJ
Level 1
*


Hi!


View Profile
« Reply #24 on: March 13, 2012, 10:38:23 AM »

The more times I see you say the word infinite, the more my excitement grows. This sounds absolutely amazing and fantastic.
Logged
Alex Norton
Level 0
***


www.msoa-game.com


View Profile WWW
« Reply #25 on: March 13, 2012, 03:49:01 PM »

I shall be sure to keep saying it then Wink

Thank you! We're super excited about releasing the demo to you all!
Logged

Malevolence: The Sword of Ahkranox
The Infinite RPG
www.msoa-game.com
baconman
Level 10
*****


Design Guru


View Profile WWW
« Reply #26 on: March 14, 2012, 01:32:57 AM »

I'm guessing it's because many PGC worlds are determined by a single prime number seed, where Malevolence rather creates an array or list of these prime number seeds instead of a single one, generating and daisychaining these neighboring domains together.

This also keeps areas distinctive from one another, and even when similar in grouping shape, a town of one shape, a dungeon of that shape, and the underwater contents of a lake that shape will always be different outcomes, as well as the other different biomes involved. The reason it's infinite, is because the numerical ranges involved are as well; but it doesn't calculate forever, just adds on where it needs to, due to player progression.

It's truly an awesome concept, so long as there's actual level design, risk/rewards, and gameplay potential in it that doesn't get to the point where a player is intrinsically strong enough to go toe-to-toe with anything and everything. Disposable-but-significant items are a must, on this note.
Logged

Alex Norton
Level 0
***


www.msoa-game.com


View Profile WWW
« Reply #27 on: March 14, 2012, 02:14:08 AM »

Thanks baconman. That's what I like about this forum. Malevolence is represented in a LOT of places, but it's only here that people instantly "get" the technical nature of this project, and can see what an achievement it is. An infinite fantasy world is a dream I've had for years, now it's finally coming true.

With regards to character progression, however, we've also come up with a fairly elegant (if we do say so ourselves) solution to that. We outlined it in this blog post:

http://www.indiedb.com/games/malevolence-the-sword-of-ahkranox/news/character-stats

The long and short of it is that you don't have stat scores. You instead have stat percentages. All of your stats added together must always equal 100%. So when you train in strength, your magic suffers, etc. You have a single "stat pool" number which increases as time goes on, and your stats all take a percentage cut of that single number, but it's up to you as a player to stay as balanced as possible.
The difficulty of enemies and power of items, etc, scales with you as you progress, as well, so that you will be able to play infinitely and always be challenged.
Logged

Malevolence: The Sword of Ahkranox
The Infinite RPG
www.msoa-game.com
baconman
Level 10
*****


Design Guru


View Profile WWW
« Reply #28 on: March 14, 2012, 02:26:39 AM »

What do you guys think of taking this sort of approach to music theory and instrument samplings? Just curious.
Logged

Alex Norton
Level 0
***


www.msoa-game.com


View Profile WWW
« Reply #29 on: March 14, 2012, 03:06:58 AM »

We were actually thinking about it when we were contacted by our lead composer, Nicolas. His work blew us away so damn much that we just had to go with him!

http://nicolasleemusic.com/
Logged

Malevolence: The Sword of Ahkranox
The Infinite RPG
www.msoa-game.com
Alex Norton
Level 0
***


www.msoa-game.com


View Profile WWW
« Reply #30 on: March 14, 2012, 04:18:51 AM »

If you can bear to stand my thick Australian accent for a minute, I've just finished the infinite scrolling biome system and put up a video explaining how the back-end works before it generates the 3D world on the screen:





Just an interesting little tidbit of background information!
Logged

Malevolence: The Sword of Ahkranox
The Infinite RPG
www.msoa-game.com
Alex Norton
Level 0
***


www.msoa-game.com


View Profile WWW
« Reply #31 on: March 15, 2012, 04:09:52 PM »

I know that most of you on here are game devs yourself, but just in case you're interested, we have a bit of a behind-the-scenes treat for you!

We have 34 people working on this game, and they're located all over the world, and it's an amazing list of talents. But we've been slowly accumulating sneak-peek videos of how each person does their work:

Here we have an insight for our lead composer, taking us through how he created the game's theme music:






And here we have an insight for our lead concept artist, taking us through how she designed a lot of the game's item graphics:






And finally we have our lead modeller working on town buildings:

http://www.youtube.com/watch?v=5eug34oXO6w


Anyway, just a bit of fun for you and a little insight into the sort of work that's going into this game!
Logged

Malevolence: The Sword of Ahkranox
The Infinite RPG
www.msoa-game.com
Alex Norton
Level 0
***


www.msoa-game.com


View Profile WWW
« Reply #32 on: March 16, 2012, 02:32:34 AM »

Another small update. Since we're in Australia and can't get Kickstarter, we've started an IndieGoGo account, so check it out and share the link where you can! (I'll put this into the first post, too)

http://www.indiegogo.com/Malevolence
Logged

Malevolence: The Sword of Ahkranox
The Infinite RPG
www.msoa-game.com
Alex Norton
Level 0
***


www.msoa-game.com


View Profile WWW
« Reply #33 on: March 18, 2012, 04:51:50 PM »

Just in case anyone is interested, I'm looking for a 2D artist to work on this project... Preferrably someone with experience doing game art, but I'm open to anyone. Send me a PM if you or someone you know is interested!
Logged

Malevolence: The Sword of Ahkranox
The Infinite RPG
www.msoa-game.com
andy_stoza
Level 0
**


View Profile
« Reply #34 on: March 19, 2012, 04:54:16 AM »

just divorced skyrim.. Marry Me!!!
Logged
Alex Norton
Level 0
***


www.msoa-game.com


View Profile WWW
« Reply #35 on: March 19, 2012, 06:14:20 AM »

Alas, ours is a forbidden love... Until December 21, 2012... Then... Then we can be together...
Logged

Malevolence: The Sword of Ahkranox
The Infinite RPG
www.msoa-game.com
Alex Norton
Level 0
***


www.msoa-game.com


View Profile WWW
« Reply #36 on: March 20, 2012, 04:01:39 PM »

We've got a new blog post up! You can read it here:

http://swordofahkranox.blogspot.com.au/2012/03/what-on-earth-are-we-up-to.html

Basically, we've been busy building the overworld. We're still waiting on the 3D assets from the art department, so we've had to use temporary objects in the meantime, but the 3D landscape is procedurally generating, which is cool. The infinite world exists! Here's a video! (I wish you could embed videos here...)



Logged

Malevolence: The Sword of Ahkranox
The Infinite RPG
www.msoa-game.com
Alex Norton
Level 0
***


www.msoa-game.com


View Profile WWW
« Reply #37 on: March 22, 2012, 04:59:10 AM »


So we've been doing lots of work on the infinite overworld lately, and it's working beautifully as you can see in the last blog post (linked in the previous post). Only about 10 days to go before I get a week off my day job to sit down and create all of the dozens of 3D models needed to bring it all to life. I can't wait! I'll of course post lots of pics of them on this dev blog as I go.

I highly recommend (if you haven't already) checking out the most recent blog post here:

http://www.indiedb.com/games/malevolence-the-sword-of-ahkranox/news/what-on-earth-are-we-up-to

In the meantime, our efforts with the crowd-funding initiative have been going pretty damn well. We launched the campaign only 6 days ago and already we're 9% of the way there! You can contribute, too, if you like the look of the game, and even secure yourself a pre-order copy when you contribute! We've also got lots of other goodies for people who help us out! So go check out the IndieGoGo site by clicking the image below! (it's like KickStarter, but available to poor sods like me in Australia)



Logged

Malevolence: The Sword of Ahkranox
The Infinite RPG
www.msoa-game.com
Alex Norton
Level 0
***


www.msoa-game.com


View Profile WWW
« Reply #38 on: March 23, 2012, 07:13:35 AM »

We just uploaded a new pitch video to our IndieGoGo campaign. Please take a look!

http://www.indiegogo.com/Malevolence
Logged

Malevolence: The Sword of Ahkranox
The Infinite RPG
www.msoa-game.com
kamac
Level 10
*****


Notoriously edits his posts


View Profile
« Reply #39 on: March 24, 2012, 04:32:09 AM »

By the way, what's the name of your trailer's song?

Cause this trailer has the same song  Giggle
Logged

Pages: 1 [2] 3 4 ... 6
Print
Jump to:  

Theme orange-lt created by panic