Frictional Games Forum (read-only)
[Updated thread] Need help - 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)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: [Updated thread] Need help (/thread-26941.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


RE: [Updated thread] Need help - Catalyst - 04-06-2015

I changed staff's icon with ankh's icon which works perfect, and game also won't load (CS) Sad

Well, I found problem in ent file, mesh didn't have a body (shape)


RE: [Updated thread] Need help - Catalyst - 05-17-2015

Hello guys,

I have got a problem, when I'm trying to create a new particle and chose material, when I click to find materials, particle editor is crashing, black box error. When I open recent particle materials are showing up normal, but when I'm trying to create a new emitter and chose material, particle editor is crashing.

What could be a cause?


RE: [Updated thread] Need help - Romulator - 05-17-2015

I've personally got no idea how to use the Particle Editor, but what are you trying to do with it? Are you trying to make a new one or edit an existing one?

edit:
Spoiler below!

[Image: breakfastclubfistpump.gif]
2,000 posts! Big Grin Over two years of my life was spent on a forum to reach this milestone *tears up*




RE: [Updated thread] Need help - Catalyst - 05-17-2015

to make one with existing textures, but I'm done with it. Congratulations with 2000 post, you are a real posting freak Smile

Finally my mod reached 123 rank on MODDB, I have reasons to be happy also Rolleyes


RE: [Updated thread] Need help - Catalyst - 05-18-2015

I've got Maya 2016 trial version, 'cause even full Cinema 4D isn't good for Amnesia modelling. So great, Maya 2016 has black screen. Someone knows how to fix it? Traggey are you there? :/

[Image: image.png]
postimg.org

Is that really bad?


RE: [Updated thread] Need help - Catalyst - 06-19-2015

Hello again,
Spoiler below!

void Flashback(string &in asParent, string &in asChild, int alState)
{
AddEffectVoice("", "", "Voice", "gate_1", false, "", 1, 2);
PlaySoundAtEntity("a1", "ambience_voice.snt", "Player", 0, false);
SetEntityActive("blood_1", true);
SetEntityActive("blood_2", true);
SetEntityActive("blood_3", true);
SetEntityActive("blood_4", true);
SetEntityActive("blood_5", true);
SetEntityActive("blood_6", true);
FadeSepiaColorTo(1,1);
StartEffectFlash(4, 0.4, 7);
AddTimer("", 8, "SepiaBack");
}


Please, check EffectVoice, maybe I wrote something wrong, 'cause ingame subtitles are enabled, but they are not showing up when callback is called. As you see, I don't have yet the voice effect, but entry should appear anyway, with or without voice file. I hope you could help me again.


RE: [Updated thread] Need help - DnALANGE - 06-19-2015

the TEXT will NOT show if the .ogg part is empty!
The tekst will appear as long as the .ogg is.
Maybe there is your answer.


RE: [Updated thread] Need help - NotASkrub - 06-19-2015

(06-19-2015, 10:35 AM)DnALANGE Wrote: the TEXT will NOT show if the .ogg part is empty!
The tekst will appear as long as the .ogg is.
Maybe there is your answer.
Actually, no ;d
I remember that i've seen a video or a topic, where someone had the subtitles without the audio..
Either way, you can make the subtitles to show on screen using Variables (Var) and SetMessage ;d


RE: [Updated thread] Need help - Romulator - 06-19-2015

(06-19-2015, 11:47 AM)NotASkrub Wrote:
(06-19-2015, 10:35 AM)DnALANGE Wrote: the TEXT will NOT show if the .ogg part is empty!
The tekst will appear as long as the .ogg is.
Maybe there is your answer.
Actually, no ;d
I remember that i've seen a video or a topic, where someone had the subtitles without the audio..
Either way, you can make the subtitles to show on screen using Variables (Var) and SetMessage ;d

In what he is trying to simulate, he will have the subtitles of the voice in the bottom left corner rather than the middle of the screen. They are two different forms of code. SetMessage should not be used with voice subtitles as it can be somewhat unreliable.

Catalyst, if you must, record silence for a few seconds, then apply that .ogg against your code for your effectvoice. Then you can test it out! Smile


RE: [Updated thread] Need help - DnALANGE - 06-19-2015

...
then WHAT does he want?...
the silence.. i could tell that too, but not sure what he wants...