Frictional Games Forum (read-only)
Updating script support, taking requests - 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: Updating script support, taking requests (/thread-22612.html)

Pages: 1 2 3 4 5 6 7 8


RE: Updating script support, taking requests - Tomato Cat - 08-30-2013

(08-29-2013, 08:52 PM)Apjjm Wrote: I am against the integer to bool implicit conversion on the grounds of legible code. When the boolean type has been made available, it is best practice to use a boolean to represent a boolean value, rather than stick in some coercion to get around the fact that int isn't bool - especially when the language does not do this by default. Just use !=0 - it is far easier to see what is going on at a glance, and it's 3 extra characters.

I agree, as well.

But I *think* JAP was asking for something like the SetLocalVarInt function, only for booleans.


RE: Updating script support, taking requests - Tesseract - 08-30-2013

(08-27-2013, 10:04 AM)Patrik Wrote: Hello everyone!

With Amnesia: A Machine for Pigs just around the corner, it's time to update The Dark Descent so it's able to use all those new and cool assets.

While we're at it, we thought we'd turn to our awesome modding community to see if there are any script functions you feel are missing in the current version of the game.

We're not making any major changes to the game, just exposing more of what's already in there to the script, so unfortunately there is a limit to how cool your suggestions can be and still make it into the update. This is mostly about making scripting easier and reducing the amount of bulky workarounds needed.
That being said, request away and we'll see what we can do. Smile

YES! Please add 3DS Max support, it's a pain in the arse trying to get custom models into the engine; also, it would be good to have more flexibility with adding custom monsters and NPCs with custom animations and rigs.


RE: Updating script support, taking requests - Traggey - 08-30-2013

3Ds max support has already been added.


RE: Updating script support, taking requests - Tesseract - 08-30-2013

(08-30-2013, 10:43 AM)Traggey Wrote: 3Ds max support has already been added.

So support for Max is already part of this update?


RE: Updating script support, taking requests - Traggey - 08-30-2013

Yes, exactly. Wink


RE: Updating script support, taking requests - Tesseract - 08-30-2013

(08-30-2013, 12:24 PM)Traggey Wrote: Yes, exactly. Wink

Hell yes! This is brilliant - hopefully no more bugs after importing models and stuff. Big Grin


RE: Updating script support, taking requests - Traggey - 08-30-2013

Nope, all works great. Animations and all.


RE: Updating script support, taking requests - Javist - 08-30-2013

A bit out of topic question..just wondering.
Will this upcoming update affect only the game (TDD) or tools too?


RE: Updating script support, taking requests - WALP - 08-30-2013

(08-30-2013, 03:48 PM)Javist Wrote: A bit out of topic question..just wondering.
Will this upcoming update affect only the game (TDD) or tools too?
it seems to be mainly the tools and not the game


RE: Updating script support, taking requests - FlawlessHappiness - 08-30-2013

With the new tools, someone could maybe enhance TDD Smile