Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help "AddEffectVoice" blackbox
Slanderous Offline
Posting Freak

Posts: 1,606
Threads: 78
Joined: Dec 2012
Reputation: 63
#15
RE: "AddEffectVoice" blackbox

(07-08-2015, 09:14 PM)Daemian Wrote: To make sure your resources.cfg it's correct, duplicate the original from Amnesia and add the directories custom stories and ObsessedByCruelty.

PHP Code: (Select All)
<Directory Path="/ObsessedByCruelty" AddSubDirs="true" />
<
Directory Path="/Custom Stories" AddSubDirs="true" /> 

You just need one for your mod.

Now with your Effect Voice problem, change one value at a time until the wrong one cries.

I've kept changing the values, and when I removed the asTextCat (which was "Voices") it didn't crash, however since the category was removed, the entry couldn't been shown. So it has to be something wrong either with the .lang file itself, or the full conversion base I have.

The resources.cfg now looks like this:

Spoiler below!
<Resources>
  <Directory Path="/_temp" AddSubDirs="true" />
  <Directory Path="/ObsessedByCruelty/fonts" AddSubDirs="false" />
  <Directory Path="/ObsessedByCruelty/maps" AddSubDirs="true" />
  <Directory Path="/textures" AddSubDirs="true" />
  <Directory Path="/ObsessedByCruelty/textures" AddSubDirs="true" />
  <Directory Path="/ObsessedByCruelty/models" AddSubDirs="true" />
  <Directory Path="/gui" AddSubDirs="true" />
  <Directory Path="/ObsessedByCruelty/gui" AddSubDirs="true" />
  <Directory Path="/static_objects" AddSubDirs="true" />
  <Directory Path="/ObsessedByCruelty/static_objects" AddSubDirs="true" />
  <Directory Path="/sounds" AddSubDirs="true" />
  <Directory Path="/ObsessedByCruelty/sounds" AddSubDirs="true" />
  <Directory Path="/ObsessedByCruelty/main_menu" AddSubDirs="true" />
  <Directory Path="/shaders" AddSubDirs="true" />
  <Directory Path="/lights" AddSubDirs="true" />
  <Directory Path="/billboards" AddSubDirs="true" />
  <Directory Path="/entities" AddSubDirs="true" />
  <Directory Path="/ObsessedByCruelty/entities" AddSubDirs="true" />
  <Directory Path="/ObsessedByCruelty/graphics" AddSubDirs="true" />
  <Directory Path="/viewer" AddSubDirs="true" />
  <Directory Path="/particles" AddSubDirs="true" />
  <Directory Path="/ObsessedByCruelty/models" AddSubDirs="true" />
  <Directory Path="/music" AddSubDirs="true" />
  <Directory Path="/ObsessedByCruelty/music" AddSubDirs="true" />
  <Directory Path="/ObsessedByCruelty/flashbacks" AddSubDirs="true" />
  <Directory Path="/textures" AddSubDirs="true" />
  <Directory Path="/ObsessedByCruelty/textures" AddSubDirs="true" />
  <Directory Path="/misc" AddSubDirs="true" />
  <Directory Path="/ObsessedByCruelty/commentary" AddSubDirs="true" />
  <Directory Path="/ObsessedByCruelty" AddSubDirs="true" />
  <Directory Path="/Custom Stories" AddSubDirs="true" />
</Resources>


Lang (spoilerish stuff removed):

Spoiler below!
<CATEGORY Name="Voices">
    <Entry Name="TEST">Test</Entry>
    <Entry Name="CH02L03_Richards01">  </Entry>
    <Entry Name="CH02L03_Richards02">  </Entry>
    <Entry Name="CH02L03_Richards03">  </Entry>
    <Entry Name="CH02L03_Richards04">  </Entry>
    <Entry Name="CH02L03_Richards05">  </Entry>
    <Entry Name="CH02L03_Richards_random01">  </Entry>
    <Entry Name="CH02L03_Richards_random02">  </Entry>
    <Entry Name="CH02L03_Richards_random03">  </Entry>
    <Entry Name="CH02L03_Richards_random04">  </Entry>
    <Entry Name="CH02L03_Appregius01">  </Entry>
    <Entry Name="CH02L03_Appregius02">  </Entry>
    <Entry Name="CH02L03_Appregius03">  </Entry>
    <Entry Name="CH02L03_Appregius04">  </Entry>
  </CATEGORY>

07-08-2015, 09:50 PM
Find


Messages In This Thread
"AddEffectVoice" blackbox - by Slanderous - 07-08-2015, 12:53 AM
RE: "AddEffectVoice" blackbox - by Slanderous - 07-08-2015, 01:35 AM
RE: "AddEffectVoice" blackbox - by Slanderous - 07-08-2015, 01:11 PM
RE: "AddEffectVoice" blackbox - by Slanderous - 07-08-2015, 03:00 PM
RE: "AddEffectVoice" blackbox - by Slanderous - 07-08-2015, 04:41 PM
RE: "AddEffectVoice" blackbox - by Daemian - 07-08-2015, 05:55 PM
RE: "AddEffectVoice" blackbox - by Slanderous - 07-08-2015, 06:23 PM
RE: "AddEffectVoice" blackbox - by Slanderous - 07-08-2015, 09:11 PM
RE: "AddEffectVoice" blackbox - by Daemian - 07-08-2015, 09:14 PM
RE: "AddEffectVoice" blackbox - by Slanderous - 07-08-2015, 09:50 PM
RE: "AddEffectVoice" blackbox - by DnALANGE - 07-08-2015, 11:46 PM
RE: "AddEffectVoice" blackbox - by Slanderous - 07-09-2015, 01:22 AM
RE: "AddEffectVoice" blackbox - by Slanderous - 07-11-2015, 08:12 PM



Users browsing this thread: 1 Guest(s)