Jump to content


Co0n

Member Since 21 Jul 2011
Offline Last Active Aug 09 2011 03:12 PM

Topics I've Started

Cut Scene Tutorial down :(

27 July 2011 - 05:18 AM

Hey there!
Unfortunately the cutscene tutorial is down :(
I wanted to make a little cutscene where an NPC (followed by the group) just walkes a view steps to another location and then opens a door.

Is there another tutorial which could help me with that?

Adding an item to an existing NPC

25 July 2011 - 02:31 PM

Hey there!

I tried to add a selfmade item to Thalantyr by using this code:

    // ########################### \\
    // Setup Item: Thalantyrs Stab \\
    // ########################### \\
    
    COPY ~Alienne/itm/CPstaf1.itm~ ~override~
    
    // Name
    SAY NAME1 ~Thalantyrs Stab~
    SAY NAME2 ~Thalantyrs Stab~
    SAY DESC ~Description~
    
    // Add Item to Thalantyr:
    COPY_EXISTING ~THALAN.cre~ ~override/THALAN.cre~
    ADD_CRE_ITEM ~CPstaf1~ #0 #0 #0 ~IDENTIFIED~ ~INV1~

BUT, Thalantyr doesn't have the item when I kill him.
Adding the item by cheating is possible though.
Where is the mistake? I can't find it >_<

Greetings

Check if specific NPC is dead

22 July 2011 - 04:53 AM

Hey there!

I want to spawn an NPC after the PC has cleared the Mines of Nashkell.
Therefor I need to check if Mulahey is already killed.

Do you have any idea how to check this?
Is there a variable set or something?

Greetings,
Co0n

File Encoding

21 July 2011 - 10:17 AM

Hey there :)

I just started a modding project and set upa git repository for it.
As there was an issue with german letters (äöü) I encoded all files as UTF-8 files.

Since then no dialog appears in the game (only an empty dialog box).
It's not like there is no dialog, if I press enter or the numbers for the answers on my keyboard the dialog still goes on.

I already tried encoding it ANSI, but that didn't work either :(
Any advice?

greetings,
Co0n