Challenge Threadᆦ ᆦ ᆦ - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +--- Thread: Challenge Threadᆦ ᆦ ᆦ (/thread-14681.html) |
RE: [CHALLENGE THREAD] - Apjjm - 04-26-2012 It's not quite as difficult as the previous challenge - i couldn't really think of a problem like that so instead opted for a more gameplay oriented challenge: Counterweight puzzle A room contains two bridges. One of the bridges must be lifted by weighing down another enough to permit the player to cross the bridge to the edit door. Barrels and the player both act as weights. Specification Spoiler below!
Additional notes Spoiler below!
Map file download RE: [CHALLENGE THREAD] - Rapture - 04-26-2012 Sounds fun to try out later in my free time (Not opting in the challenge thread). But for the file you ask us to download, can you give a description to what it is? I trust you enough to click it without a second thought. But I'd like a description beforehand to what it is. RE: [CHALLENGE THREAD] - Homicide13 - 04-26-2012 (04-26-2012, 05:17 AM)Rapture Wrote: Sounds fun to try out later in my free time (Not opting in the challenge thread).It seems to be a .zip file named "puzzleApjjm." Upon closer inspection, I found that it includes a .map file also named "puzzleApjjm." I highly doubt such a file is hazardous, so I am only left to conclude that this must be the .map file we are expected to use in order to solve the challenge. RE: [CHALLENGE THREAD] - Apjjm - 04-26-2012 (04-26-2012, 05:17 AM)Rapture Wrote: Sounds fun to try out later in my free time (Not opting in the challenge thread).There are two files linked. One contains the map file which the puzzle should preferably be completed on (but as i am allowing changes to the map file this is an optional download), the other file contains an entity which may be useful depending on your approach. RE: [CHALLENGE THREAD] - nemesis567 - 04-26-2012 And what's the time you want it done?(Please be reasonable, last time was absurd.) RE: [CHALLENGE THREAD] - Apjjm - 04-26-2012 5 days (ending noon on the 1st?) sound reasonable enough. RE: [CHALLENGE THREAD] - Homicide13 - 04-26-2012 Haha if I solve it first can I declare myself not the winner? I can spend some time messing around with it but I don't really have the time atm to create another puzzle. D: Also, does anybody know if there is a function or something that returns the weight of an entity? RE: [CHALLENGE THREAD] - nemesis567 - 04-26-2012 There isn't. RE: [CHALLENGE THREAD] - Homicide13 - 04-26-2012 Is there any way to use the AddEntityCollideCallback to call a function that is a part of an object? (or a function that is a part of a class I suppose?) I can't get the AddEntityCollideCallback to recognize that such a function exists. RE: [CHALLENGE THREAD] - nemesis567 - 04-26-2012 No, I don't think so. But I believe it can be done with function pointers if you wanted to do such a thing. Try naming the callback function MyClass::MyFunction... |