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
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#16
RE: "AddEffectVoice" blackbox

You are having WAY too many > < Laz Tongue so much emptyness Wink
Here is a example how it should look like;

-
PHP Code: (Select All)
    <CATEGORY Name="Voice">
    
        <
Entry Name="00_Gameissaved">"Game saved"</Entry>
        <
Entry Name="00_PhoneMessage">"Phone message"</Entry>
        
        
/////Drive Car Map/////
        
        
        
<Entry Name="DriveCar_StartVoice_1">I haven't gotten a decent sleep in months...</Entry>
        <Entry Name="DriveCar_StartVoice_2">Every night I toss and turn and I keep going back to that place...</Entry>
        <Entry Name="DriveCar_StartVoice_3">That horrible place...</Entry>
        <Entry Name="DriveCar_StartVoice_4">I can feel it calling me...</Entry>
        <Entry Name="DriveCar_StartVoice_5">I'
m going there and I'm going to deal with this once and for all!</Entry>
        
        <Entry Name="DriveCar_1">What the hell?!</Entry>
        <Entry Name="DriveCar_2">I definatly can'
t keep going this wayI should find a way around.</Entry>
        <
Entry Name="DriveCar_3">I Shouldn't go that way.</Entry>
        <Entry Name="DriveCar_4">This place is huge, but I should be able to find a way trough.</Entry>
        <Entry Name="DriveCar_5">Someone'
s been this way before...</Entry>
        <
Entry Name="DriveCar_6"I think I saw an opening in the fence on 1 of the buildings</Entry>
        <
Entry Name="DriveCar_7">That lever could come in handyI better take it with me.</Entry>
        <
Entry Name="DriveCar_8">If I go looking for helpI should take my bag out of the car...</Entry>
        <
Entry Name="DriveCar_9">Now that I have my backpack with meI have some medkits and some medicine.</Entry>
        <
Entry Name="DriveCar_9_1">Too bad I forgot to bring a flashlightthe sun is going down very soon.</Entry>
        
    </
CATEGORY

Btw...
PHP Code: (Select All)
<Directory Path="/ObsessedByCruelty" AddSubDirs="true" /> 
Is enough!
You do NOT need all the oterh like Entity \ static \ Billboards..
Only the one i pasted is enougt try it out.

PUT IT ON TOP!!! so it should be :
Copy and past, it will work.


PHP Code: (Select All)
<Resources>
   <
Directory Path="/ObsessedByCruelty" AddSubDirs="true" />
   <
Directory Path="/_temp" AddSubDirs="true" />
   <
Directory Path="/textures" AddSubDirs="true" />
   <
Directory Path="/gui" AddSubDirs="true" />
   <
Directory Path="/static_objects" AddSubDirs="true" />
   <
Directory Path="/sounds" AddSubDirs="true" />
   <
Directory Path="/shaders" AddSubDirs="true" />
   <
Directory Path="/lights" AddSubDirs="true" />
   <
Directory Path="/billboards" AddSubDirs="true" />
   <
Directory Path="/entities" AddSubDirs="true" />
   <
Directory Path="/viewer" AddSubDirs="true" />
   <
Directory Path="/particles" AddSubDirs="true" />
   <
Directory Path="/music" AddSubDirs="true" />
   <
Directory Path="/textures" AddSubDirs="true" />
   <
Directory Path="/misc" AddSubDirs="true" />AddSubDirs="true" />
   <
Directory Path="/Custom Stories" AddSubDirs="true" />
 </
Resources
(This post was last modified: 07-08-2015, 11:55 PM by DnALANGE.)
07-08-2015, 11:46 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)