Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > Death to Spies

Death to Spies Stealth action. Professional spy working for the Soviet counterintelligence service executes dangerous operations in the heart of German territory.

Reply
 
Thread Tools Display Modes
  #1  
Old 12-22-2009, 11:11 AM
Liz Shaw's Avatar
Liz Shaw Liz Shaw is offline
Approved Member
 
Join Date: Oct 2008
Posts: 561
Default

You didn't have to post the unpacked file for me. I'm saying that every time I expand the ai.shadvs file using the ai.txt file and then converting the ai.txt file back into shadvs format, the game still crashes.
Reply With Quote
  #2  
Old 12-22-2009, 11:20 AM
forlik's Avatar
forlik forlik is offline
Approved Member
 
Join Date: Nov 2008
Location: Minsk, Belarus
Posts: 450
Default

Quote:
Originally Posted by Liz Shaw View Post
You didn't have to post the unpacked file for me. I'm saying that every time I expand the ai.shadvs file using the ai.txt file and then converting the ai.txt file back into shadvs format, the game still crashes.
Ahh, sorry
Try to change the first two lines from
Code:
101
3 00000588 00000E07 00000E93 
{"root" ""
to
Code:
100
0
{"root" ""
before packing.
Reply With Quote
  #3  
Old 12-22-2009, 02:17 PM
Liz Shaw's Avatar
Liz Shaw Liz Shaw is offline
Approved Member
 
Join Date: Oct 2008
Posts: 561
Default

It works! Male Soviet peasants now have dialogue without causing the game to crash. A big thanks to forlik!

EDIT 1: What do "chto_vy", "ne_nado", "ne_prichem" and "ne_trogaite" mean?

EDIT 2: I'm trying to add voices for the "male_rus_spy" voice template. Unfortunately, they don't seem to be working...

EDIT 3: I tried to add some silenced weapons to armed mechanics in "Lightning", but the game crashes when I load the level.

What could be wrong here:

Level.OnFinishLoad();

-- All mechanics who have a gun now carry silenced Lugers and ammo, instead of Walther P38s. -- Liz Shaw
local actor = Level.FindActor('GM07');

Actor.ClearInventory(actor , true );
local gun = Level.CreateItem("LugerSilencer","Weapon");
Actor.PutWeapon( actor, Actor.WEAPON_SLOT_PISTOL, gun );
Actor.PutWeaponAmmo( actor, "Luger");
--

local actor = Level.FindActor('GM09');

Actor.ClearInventory(actor , true );
local gun = Level.CreateItem("LugerSilencer","Weapon");
Actor.PutWeapon( actor, Actor.WEAPON_SLOT_PISTOL, gun );
Actor.PutWeaponAmmo( actor, "Luger");
--

local actor = Level.FindActor('GM17');

Actor.ClearInventory(actor , true );
local gun = Level.CreateItem("LugerSilencer","Weapon");
Actor.PutWeapon( actor, Actor.WEAPON_SLOT_PISTOL, gun );
Actor.PutWeaponAmmo( actor, "Luger");
--

local actor = Level.FindActor('GM19');

Actor.ClearInventory(actor , true );
local gun = Level.CreateItem("LugerSilencer","Weapon");
Actor.PutWeapon( actor, Actor.WEAPON_SLOT_PISTOL, gun );
Actor.PutWeaponAmmo( actor, "Luger");
--

local actor = Level.FindActor('GM20');

Actor.ClearInventory(actor , true );
local gun = Level.CreateItem("LugerSilencer","Weapon");
Actor.PutWeapon( actor, Actor.WEAPON_SLOT_PISTOL, gun );
Actor.PutWeaponAmmo( actor, "Luger");
--
end;

AI.DoFile( "scripts:Levels\\Common.lua", false );

Last edited by Liz Shaw; 12-23-2009 at 05:35 AM.
Reply With Quote
  #4  
Old 12-23-2009, 10:36 PM
Liz Shaw's Avatar
Liz Shaw Liz Shaw is offline
Approved Member
 
Join Date: Oct 2008
Posts: 561
Default

Quick bugfix: When I removed the EnableHitFace command for Polyakov (level "Stronghold"), I accidentally removed a command that made it impossible to bring him out of the castle. Sorry for any inconvenience this may have caused.

EDIT: Made the same error with the informant in "Removal" too.
Attached Files
File Type: zip Krasavitca.lua.zip (5.1 KB, 5 views)
File Type: zip Izyatie.lua.zip (6.7 KB, 5 views)

Last edited by Liz Shaw; 12-24-2009 at 04:03 AM.
Reply With Quote
  #5  
Old 12-24-2009, 06:58 AM
forlik's Avatar
forlik forlik is offline
Approved Member
 
Join Date: Nov 2008
Location: Minsk, Belarus
Posts: 450
Default

Quote:
Originally Posted by Liz Shaw View Post
What do "chto_vy", "ne_nado", "ne_prichem" and "ne_trogaite" mean?
chto_vy*.wav means "What are you doing?!"
ne_nado*.wav means "No!", "Do not do this!"
ne_prichem*.wav means "I'm not guilty!", "It's not my fault!"
ne_trogaite*.wav means "Do not touch me!", "Do not beat me!"

Quote:
Originally Posted by Liz Shaw View Post
When I removed the EnableHitFace command for Polyakov (level "Stronghold"), I accidentally removed a command that made it impossible to bring him out of the castle.
Why you operate with EnableHitFace command? It's a part of MoT engine and it works for all persons. AFAIK
Reply With Quote
  #6  
Old 12-24-2009, 07:06 AM
Liz Shaw's Avatar
Liz Shaw Liz Shaw is offline
Approved Member
 
Join Date: Oct 2008
Posts: 561
Default

Quote:
Originally Posted by forlik View Post
Why you operate with EnableHitFace command? It's a part of MoT engine and it works for all persons. AFAIK
The LUA files for some DtS missions allow you to stun certain people frontally via the action menu. For MoT, this is totally unnecessary, since Strogov can bash people up from the front (albeit with four or two blows, depending on what weapon he's holding) without being prompted.
Reply With Quote
  #7  
Old 01-05-2010, 07:00 AM
Liz Shaw's Avatar
Liz Shaw Liz Shaw is offline
Approved Member
 
Join Date: Oct 2008
Posts: 561
Default

Update on my addon for MoTMod:

Some of the Russian voice files have been replaced with ones from Hitman: Contracts (soldiers from The Bjarkhov Bomb). I'm not sure if these will be out of context or not, since I haven't started learning Russian yet. However, one set certainly wouldn't be...

The Russians don't have any "on_mertv" dialogue, so I used the appropriate Contracts files, made them register on the basesoundsfx.shadvs file and expanded the ai.shadvs file.

Is there any difference between "vot_tebe" and "ya_tebe"?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:53 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.