Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411489 Posts in 69371 Topics- by 58428 Members - Latest Member: shelton786

April 24, 2024, 03:41:25 PM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsCommunityDevLogsProject Rain World
Pages: 1 ... 91 92 [93] 94 95 ... 367
Print
Author Topic: Project Rain World  (Read 1446406 times)
MonsterMMORPG
Level 0
**


PhD candidate computer engineer - Game Dev


View Profile WWW
« Reply #1840 on: July 21, 2014, 05:03:22 AM »

i didn't read whole thread but why don't you make whole pathfinding pre calculated ?

i did it at my game and it works pretty well

as far as i understood you have a static game right ? i mean the map
Logged

PhD Candidate Computer Engineer , Indie Game Developer , Developer Of Monster MMORPG , 1,800+ Monsters, 520 Game Maps, Live PvP, Market, MonsterDex and many other features ,  , http://www.monstermmorpg.com
kruxus
Level 0
***


View Profile
« Reply #1841 on: July 21, 2014, 05:20:46 AM »

B - [...] This is cool because it's cleaner - two different solutions instead of one gooed together, and because it means that the complex brain isn't held back by the simple one as it can do its own thing without relating to the abstract behaviors.

This makes me vote for B.

"Cleaner" and "not held back" sounds good. A reptile/monkey brain-chain sounds good in theory
but will the player know any difference? Don't make it harder than it has to be, says I who always chooses the stupid long and hard path..
Logged
Fuzzy
Level 0
**



View Profile
« Reply #1842 on: July 21, 2014, 06:29:36 AM »

Hmm... Now I think that you should do the in between of A and B like you were saying, JLJac.  Smiley
Logged
saluk
Level 2
**


View Profile
« Reply #1843 on: July 21, 2014, 10:46:37 AM »

You're on the denofgeek indie games to watch list: http://www.denofgeek.us/games/indie-games/236726/101-new-upcoming-indie-games-were-excited-about/page/0/2

I like the events idea. You can hold off on processing it except for when the next scheduled event is ready to kick off, rather than processing it every frame - perhaps with occasional light checks to make sure things are still valid. I contemplated similar for an open world rpg I worked on way back but never implemented to see if it worked as well in practice as it did in my head. Chances are I would have not gotten it to work lol.
Logged

JLJac
Level 10
*****



View Profile
« Reply #1844 on: July 21, 2014, 01:44:30 PM »

Do you feel like sharing any of the ideas you had buzzing around your head?
Logged
Fuzzy
Level 0
**



View Profile
« Reply #1845 on: July 21, 2014, 02:39:56 PM »

Hey JLJac, just a suggestion but can you put in things you can find to change the look of you slugcat (e.g. hats, etc)? Thanks for posting so much and listening (reading) our suggestions/comments!
« Last Edit: July 24, 2014, 06:13:51 AM by Fuzzy » Logged
saluk
Level 2
**


View Profile
« Reply #1846 on: July 21, 2014, 02:40:52 PM »

Events could be a queue, where you only process the first item. Every event has a time that it will occur, so you can then check if you have reached that time or not. Once you reach the time, you pop the event off the queue and wait for the next one. In the simplest case, events could be a move event, such as lizard 5 moving from room A to room B. You know this finishes at a given time so you don't need to worry about it until that time he actually gets to room B. If the lizard has no more events when he gets to room B, you can generate and insert some future events (be it pathfinding or other things) into the same queue. When they are in the loaded area, you delete their events from the queue and process them locally; although saving what state from those events are needed (if they were hunting prey, they should still be hunting prey). I guess this is looking a lot more like type B than type A; because I can't think how to reconcile the event processing in local space.
Logged

LordTaco
Level 0
*


View Profile
« Reply #1847 on: July 21, 2014, 05:49:36 PM »

IDEA: Make it so you find other slugcats in the world and you can befriend them. They can also fight for you and heal you
Just an idea!
-LordTaco Big Laff
Logged
LordTaco
Level 0
*


View Profile
« Reply #1848 on: July 22, 2014, 04:29:17 PM »

IDEA: Cardboard boxes! Cardboard boxes are scattered around the map. You can go inside the cardboard boxes to become "Invisible" to monsters!

IDEA: Packs! In multiplayer, you can form packs. When you form a pack, for each member, your damage is increased 10%

I hope these suggestions helped!
-LT  Epileptic

Logged
jamesprimate
Level 10
*****


wave emoji


View Profile WWW
« Reply #1849 on: July 22, 2014, 06:14:07 PM »

Do you feel like sharing any of the ideas you had buzzing around your head?

uh guys, i think he meant "ideas about how to implement abstracted creature behaviour" hahah
Logged

Slader16
Level 8
***



View Profile
« Reply #1850 on: July 22, 2014, 06:24:20 PM »

Do you feel like sharing any of the ideas you had buzzing around your head?

uh guys, i think he meant "ideas about how to implement abstracted creature behaviour" hahah
LOL  Tongue
Logged

Fuzzy
Level 0
**



View Profile
« Reply #1851 on: July 22, 2014, 06:45:16 PM »

Do you feel like sharing any of the ideas you had buzzing around your head?

uh guys, i think he meant "ideas about how to implement abstracted creature behaviour" hahah

Yeah, I know I just happened to have a suggestion at the time he posted that, it was a coincidence.
Logged
jamesprimate
Level 10
*****


wave emoji


View Profile WWW
« Reply #1852 on: July 22, 2014, 07:55:35 PM »

ITS OK WE LOVE YOU GUYS <3 Hand Metal Right
Logged

JLJac
Level 10
*****



View Profile
« Reply #1853 on: July 23, 2014, 05:30:28 AM »

Website! I guess we are an actual game company now!

www.videocultmedia.com
Logged
Fuzzy
Level 0
**



View Profile
« Reply #1854 on: July 23, 2014, 06:33:22 AM »

 Smiley
ITS OK WE LOVE YOU GUYS <3 Hand Metal Right
Logged
Fuzzy
Level 0
**



View Profile
« Reply #1855 on: July 23, 2014, 06:36:41 AM »

Website! I guess we are an actual game company now!

www.videocultmedia.com

Yay! Congrats on becoming a game company! Gentleman
I heard you are in boston, I go there every summer (almost).
Logged
Slader16
Level 8
***



View Profile
« Reply #1856 on: July 23, 2014, 07:31:41 AM »

Website! I guess we are an actual game company now!

www.videocultmedia.com
Wow, that's amazing! The website and logo are both totally rad!  Addicted
Logged

gimymblert
Level 10
*****


The archivest master, leader of all documents


View Profile
« Reply #1857 on: July 23, 2014, 07:49:40 AM »

Do you feel like sharing any of the ideas you had buzzing around your head?

uh guys, i think he meant "ideas about how to implement abstracted creature behaviour" hahah
http://gamasutra.com/blogs/ChrisSimpson/20140717/221339/Behavior_trees_for_AI_How_they_work.php

edit:
Rewinding the thread I'm not so sure it's the answer to that question Who, Me? however still worth looking at Who, Me?
Logged

saluk
Level 2
**


View Profile
« Reply #1858 on: July 23, 2014, 07:53:42 AM »

That's a GREAT link. Been looking for a tutorial on just that for days, same issue as the author. I get what a tree is but not really a clue what to put in it!
Logged

Wlad
Level 0
**



View Profile
« Reply #1859 on: July 23, 2014, 08:42:07 AM »

Website! I guess we are an actual game company now!

www.videocultmedia.com

Really cool logo, did you do it?
Logged
Pages: 1 ... 91 92 [93] 94 95 ... 367
Print
Jump to:  

Theme orange-lt created by panic