Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 14 Vote(s) - 2.93 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Challenge Threadᆦ ᆦ ᆦ
DRedshot Offline
Senior Member

Posts: 374
Threads: 23
Joined: Jun 2011
Reputation: 11
#91
RE: [CHALLENGE THREAD]

Yeah, I'm guessing you want the player to come up with a pathfinding algorithm for the matchbox. I'm up for giving it a shot! Tongue

04-17-2012, 05:59 PM
Find
nemesis567 Offline
Posting Freak

Posts: 874
Threads: 65
Joined: May 2011
Reputation: 10
#92
RE: [CHALLENGE THREAD]

Yes, it looks like some kind of simple AI. Nice one.

Today I dreamt the life I could live forever. You only know that when you feel it for you know not what you like until you've experienced it.
04-17-2012, 06:00 PM
Find
Homicide13 Offline
Senior Member

Posts: 323
Threads: 41
Joined: Nov 2010
Reputation: 14
#93
RE: [CHALLENGE THREAD]

Correct.

04-17-2012, 06:06 PM
Find
DRedshot Offline
Senior Member

Posts: 374
Threads: 23
Joined: Jun 2011
Reputation: 11
#94
RE: [CHALLENGE THREAD]

I canot get this to work. You don't seem to have included any .dae files, there are just .ent, so I get errors when loading the entity.

I've put the entities in my entities/ folder, and the map in the maps/ folder.
I don't usually do it this way, is there anything else I've missed?

04-17-2012, 06:34 PM
Find
nemesis567 Offline
Posting Freak

Posts: 874
Threads: 65
Joined: May 2011
Reputation: 10
#95
RE: [CHALLENGE THREAD]

Works for me.

Today I dreamt the life I could live forever. You only know that when you feel it for you know not what you like until you've experienced it.
04-17-2012, 06:40 PM
Find
Homicide13 Offline
Senior Member

Posts: 323
Threads: 41
Joined: Nov 2010
Reputation: 14
#96
RE: [CHALLENGE THREAD]

You shouldn't have to move anything outside of the matchbox_maze_dist folder. Just put the entire folder in wherever you want to work out of (in my case maps/script_challenges), and it should work. The .ent files pull from .dae files that are part of the Amnesia main game, so as long as your have a working instal of Amnesia you shouldn't have to worry about that.

(This post was last modified: 04-17-2012, 07:08 PM by Homicide13.)
04-17-2012, 07:08 PM
Find
nemesis567 Offline
Posting Freak

Posts: 874
Threads: 65
Joined: May 2011
Reputation: 10
#97
RE: [CHALLENGE THREAD]

The scripts must be exactly the same with not even a variable different?

Today I dreamt the life I could live forever. You only know that when you feel it for you know not what you like until you've experienced it.
04-17-2012, 08:24 PM
Find
Homicide13 Offline
Senior Member

Posts: 323
Threads: 41
Joined: Nov 2010
Reputation: 14
#98
RE: [CHALLENGE THREAD]

Copy and pasted. ^^

04-17-2012, 08:57 PM
Find
Apjjm Offline
Is easy to say

Posts: 496
Threads: 18
Joined: Apr 2011
Reputation: 52
#99
RE: [CHALLENGE THREAD]

This was quite a fun challenge Wink. I have a solution.

It would have been nice to add some form of script-area or something at the end of each maze so we could have done a goal test - not saying it can't be done currently but it would involve some hackery and not be a general case solution.

Edit: Going to wait until closer to the deadline to post up the solution, but here is a video of it in action:
http://www.youtube.com/watch?v=AieLgn2OVME

I hope more solutions than mine are submitted before the deadline, I imagine there are a few ways to approach this Smile
(This post was last modified: 04-17-2012, 10:07 PM by Apjjm.)
04-17-2012, 09:16 PM
Find
nemesis567 Offline
Posting Freak

Posts: 874
Threads: 65
Joined: May 2011
Reputation: 10
RE: [CHALLENGE THREAD]

I was trying to work out a solution with A*, but it seems that you can't even change the array for each different level. So I'll change my methods.

You said in the video A* couldn't be used. I don't get exactly why.. You know where the end is for each level.

Today I dreamt the life I could live forever. You only know that when you feel it for you know not what you like until you've experienced it.
(This post was last modified: 04-17-2012, 10:30 PM by nemesis567.)
04-17-2012, 10:22 PM
Find




Users browsing this thread: 1 Guest(s)