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 - The chaser - 09-01-2013

(09-01-2013, 05:08 PM)DnALANGE Wrote:
(09-01-2013, 11:26 AM)JustAnotherPlayer Wrote:
(09-01-2013, 11:08 AM)FlawlessHair Wrote:
(09-01-2013, 10:44 AM)The chaser Wrote: How about a script that disables all sanity effects in the darkness (no blue thing, no lens distortion, no distortions) and, of course, being unable to see in the dark.

You can do that with an FC Smile

Right, but some folks here including me would like this to be implemented for CS's too because making a CS an FC because of the Lantern and Sanity Effects is just too tiring.

AND a LOOOT more,
Inventory for example , check the GAME.cfg, cool stuff you can do extra there!
Main menu, Own Fonts, Custom HUDS, and a couple more things,
-
EDIT:
I would like to see some chages in the BOXLIGHT!
Why can't we rotate those? i miss that a LOT!

If I'm asking for that, is because I precisely don't want to make it a FC for a single reason: Yes, FC are very cool, but it would be nice to have these things in a CS too.


RE: Updating script support, taking requests - Traggey - 09-06-2013

Again not related to scripting really, but no other threads to ask in.

Proper transparency for materials, AKA not translucent stuff, I want to be able to create glass panes and bottles without having them glow in the dark.


RE: Updating script support, taking requests - PutraenusAlivius - 09-06-2013

*not sure if necessary*

A script so that we can check if the Player is crouching or not. I really need this.

PHP Code:
bool GetPlayerIsCrouching(); 



RE: Updating script support, taking requests - Ossian - 09-10-2013

I was wondering about a compiler and source code, so if I wanted to make a ball as an item you can carry around for example, I could rig it up with some hands and even make lmb throw it.


RE: Updating script support, taking requests - Googolplex - 09-10-2013

Hi, I created a thread here:
http://www.frictionalgames.com/forum/thread-22789.html

And I will talk something about my work to improve german translation, but now I have no time, because first playing AAMFP!

Thanks!


RE: Updating script support, taking requests - Alex Ros - 09-23-2013

(09-06-2013, 01:51 PM)Traggey Wrote: Proper transparency for materials, AKA not translucent stuff, I want to be able to create glass panes and bottles without having them glow in the dark.
I presume it could be done by changing shaders codes. But I do not remember if the shaders files are open or hidden inside of some .dll files.

UPDATE. Ups, I've checked and only a portions of shaders code is open. So yeah it's impossible to tweak shaders and transparent materials in particular. So it could be nice if some (preferably most of them) shaders code would be moved into "open space" files.



As for
(09-06-2013, 01:51 PM)Traggey Wrote: Again not related to scripting really, but no other threads to ask in.
the working "Cast Shadows" button for Point Lights would be REAL USEFUL. With some sort of a limited distance in order not to allow people to try to make global point light and shadows. But a limited with 20-30 meters distance 360 degrees Point Light would be REAL USEFUL. Surely I can workaround that with 4-5 Spot Lights, but... you know, it would be just easier to have an option to turn on "Cast Shadows" with Point Light.


RE: Updating script support, taking requests - Hardarm - 09-23-2013

it'd be great to trigger each time the monster takes a step Tongue


RE: Updating script support, taking requests - Apjjm - 09-23-2013

A rather late little bug fix request:

When exporting a selection of objects using the level editor, if one of the selected objects is a compound then the stuff inside the compound is not exported fully, so loading the expobj loads a compound of empty objects.


RE: Updating script support, taking requests - Patrik - 09-23-2013

Unfortunately nothing more can really be added at this point. All additions are in and we're just working out a few bugs and issues now.

I'm closing the thread to avoid any confusion.