PlaySound error #9


  • Defect
Closed
  • EsperLily created this issue Nov 19, 2017

    Every time I hit Undress I get an error

    1x Cosplay\Cosplay-70300-1.lua:62: Usage: PlaySound(soundKitID, optional["SFX","Music","Ambience", "Dialog" or "Master"], [forceNoDuplicates, runFinishCallback])
    [C]: in function `PlaySound'
    Cosplay\Cosplay-70300-1.lua:62: in function <Cosplay\Cosplay.lua:60>

    Locals:
    (*temporary) = "gsTitleOptionOK"

  • EsperLily added a tag Defect Nov 19, 2017
  • coani posted a comment Jan 8, 2018

    To fix this error, edit line 62 + 96 + 195 in cosplay.lua to:

    PlaySound(789) 

     

    (ie, change "gsTitleOptionOK" to 789)

  • EsperLily posted a comment Feb 7, 2018

    It looks like this has been fixed by the game already. My guess is SOUNDKIT.GS_TITLE_OPTION_OK was not present at addon load time in 7.3.0 but is working again in 7.3.5.

  • EsperLily closed issue Feb 7, 2018

To post a comment, please login or register a new account.