Jump to content

Have 2 problems with Navarra, need advice on how to fix.


Kitanna

Recommended Posts

First off, her PID pops up as soon as she joins. Never had that happen with Calin so, I don't know.

Second, I put some music files in the mod.  I must have done something wrong tho, the music doesn't play.

THEN
RESPONSE #100
PlaySong(0)
PlaySound("KKNavarM1")
StartDialogueNoSet(Player1)
END

@echo off
@echo Installing audio...
cd override
oggdec KKNavar*.ogg
del KKNavar*.ogg
del oggdec.exe
@echo Finished installing audio.

@echo off
@echo Uninstalling audio...

cd override
del KKNavar*.wav

@echo Finished uninstalling audio.

 

COPY ~Navarra/Song/KKblank.mus~ ~music~

    COPY_EXISTING ~songlist.2da~ ~override~

    SET_2DA_ENTRY 0 2 3 ~KKBLANK.MUS~
    
ACTION_IF ("%WEIDU_OS%" STRING_COMPARE_CASE ~WIN32~ = 0) THEN
BEGIN // if Windows
COPY ~Navarra/Audio~ ~override~
AT_NOW ~Navarra/Audio/Navaraudio.bat~
AT_INTERACTIVE_UNINSTALL ~Navarra//Audio/Navaraudiouninstall.bat~
END

 

Link to comment
10 minutes ago, Kitanna said:

PlaySound("KKNavarM1")

The name has more than 8 characters. I don't know whether this is required here, but it's worth a shot.

For her PID popping up it seems the script wants to fire a dialogue instead it can't find. If you install the Stutter Debug Tool you can see ingame which script and scriptblock is firing to identify it.

Link to comment

Shortening the name didn't fix it.  Calin has  oggdec.exe in the audio folder, but he only has voice files.  I tried putting it in there from the newest version of vorbis tools and got this error

Installing audio...
oggdec from vorbis-tools 1.4.0
ERROR: Failed to open input file: Invalid argument
Finished installing audio.

 

Link to comment
1 hour ago, Kitanna said:

Hey now, I only ...

Isn't the point of asking for help, because you don't know without asking?

I sense that you took my message wrongly. It's a cultural difference ... I would assume. It wasn't supposed to be agressive towards you..

Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...