This commit is contained in:
Zac Surplice
2013-11-21 12:48:12 +11:00
parent a8ba937e63
commit 1b5cec1078
8 changed files with 50027 additions and 199 deletions

View File

@@ -187,7 +187,7 @@ class CfgMagazines {
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_299; // TODO: localize
text = "Upgrade Vehicle"; // TODO: localize
script = "spawn player_upgradeVehicle;";
};
};
@@ -209,7 +209,7 @@ class CfgMagazines {
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_299; // TODO: localize
text = "Upgrade Vehicle"; // TODO: localize
script = "spawn player_upgradeVehicle;";
};
};
@@ -231,7 +231,7 @@ class CfgMagazines {
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_299; // TODO: localize
text = "Upgrade Vehicle"; // TODO: localize
script = "spawn player_upgradeVehicle;";
};
};
@@ -253,7 +253,7 @@ class CfgMagazines {
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_299; // TODO: localize
text = "Upgrade Vehicle"; // TODO: localize
script = "spawn player_upgradeVehicle;";
};
};
@@ -273,7 +273,7 @@ class CfgMagazines {
sfx = "document";
class Crafting
{
text = $STR_EPOCH_PLAYER_301;
text = "Craft Plot Pole";
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"};
requiretools[] = {"ItemToolbox"};
@@ -352,7 +352,7 @@ class CfgMagazines {
{
class Obituaries
{
text = $STR_EPOCH_PLAYER_302; // TODO: localize
text = "Read Obituaries"; // TODO: localize
script = ";player removeMagazine _id;spawn player_deathBoard;";
};
};
@@ -3884,7 +3884,7 @@ class CfgMagazines {
/*
class Crafting2
{
text = $STR_EPOCH_PLAYER_309;
text = "Craft M240 Nest";
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"};
requiretools[] = {"ItemEtool","ItemToolbox","M240_DZ"};
@@ -3953,14 +3953,14 @@ class CfgMagazines {
weight = 50;
class ItemActions {
class Build {
text = $STR_EPOCH_PLAYER_303;
text = "Build H-barrier cube";
script = "spawn player_build;";
require[] = {"ItemEtool"};
create = "Land_HBarrier1_DZ";
};
class Crafting
{
text = $STR_EPOCH_PLAYER_304;
text = "Craft Triple H-barrier";
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {};
requiretools[] = {"ItemEtool","ItemToolbox"};
@@ -3982,7 +3982,7 @@ class CfgMagazines {
weight = 150;
class ItemActions {
class Build {
text = $STR_EPOCH_PLAYER_305;
text = "Build Triple H-barrier";
script = "spawn player_build;";
require[] = {"ItemEtool"};
create = "Land_HBarrier3_DZ";
@@ -4020,7 +4020,7 @@ class CfgMagazines {
class ItemActions {
class Build {
text = $STR_EPOCH_PLAYER_306;
text = "Place Trap";
script = "spawn player_setTrap;";
require[] = {"ItemToolbox"};
create = "BearTrap_DZ";
@@ -4071,7 +4071,7 @@ class CfgMagazines {
class ItemActions {
class ReloadMag {
text = $STR_EPOCH_PLAYER_307;
text = "Combine into Quiver";
script = "spawn player_reloadMag;";
use[] = {"WoodenArrow","WoodenArrow","WoodenArrow","WoodenArrow","WoodenArrow","WoodenArrow"};
output[] = {"Quiver"};
@@ -4093,7 +4093,7 @@ class CfgMagazines {
{
class Crafting
{
text = $STR_EPOCH_PLAYER_308;
text = "Melt into Bars";
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"fire"};
requiretools[] = {"ItemToolbox"};
@@ -4621,7 +4621,7 @@ class CfgMagazines {
{
class Crafting
{
text = $STR_EPOCH_PLAYER_308;
text = "Melt into Bars";
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"fire"};
requiretools[] = {"ItemToolbox"};

View File

@@ -1,7 +1,7 @@
class MeleeFlashlight : Pistol {
class ItemActions {
class Toolbelt {
text = $STR_EPOCH_PLAYER_300;
text = "STR_EPOCH_PLAYER_300";
};
};
};
@@ -9,7 +9,7 @@ class MeleeFlashlight : Pistol {
class ItemFlashlight : ItemCore {
class ItemActions {
class Toolbelt {
text = $STR_EPOCH_PLAYER_299;
text = "STR_EPOCH_PLAYER_299";
};
};
};
@@ -17,7 +17,7 @@ class MeleeFlashlight : Pistol {
class MeleeFlashlightRed : MeleeFlashlight {
class ItemActions {
class Toolbelt {
text = $STR_EPOCH_PLAYER_300;
text = "STR_EPOCH_PLAYER_300";
};
};
};
@@ -25,7 +25,7 @@ class MeleeFlashlight : Pistol {
class ItemFlashlightRed : ItemCore {
class ItemActions {
class Toolbelt {
text = $STR_EPOCH_PLAYER_299;
text = "STR_EPOCH_PLAYER_299";
};
};
};

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,7 @@ class ItemCrowbar: ItemCore
{
class Toolbelt
{
text = $STR_EPOCH_PLAYER_295;
text = "STR_EPOCH_PLAYER_295";
script="spawn player_addToolbelt;";
use[]=
{

View File

@@ -15,7 +15,7 @@ class EpochDeathBoardDialog
class RscText_1001: RscText
{
idc = -1;
text = $STR_EPOCH_PLAYER_300;
text = "Kill Board";
x = 0.283659 * safezoneW + safezoneX;
y = 0.224978 * safezoneH + safezoneY;
w = 0.432681 * safezoneW;
@@ -34,7 +34,7 @@ class EpochDeathBoardDialog
class RscText_1002: RscText
{
idc = -1;
text = $STR_EPOCH_PLAYER_299;
text = "Murders";
x = 0.29042 * safezoneW + safezoneX;
y = 0.293733 * safezoneH + safezoneY;
w = 0.0540852 * safezoneW;

View File

@@ -207,7 +207,7 @@ class TraderDialog
class RscTextTraderDialog_1003: RscTextTraderDialog
{
idc = -1;
text = $STR_EPOCH_PLAYER_293;
text = "Buy For";
x = 0.290407 * safezoneW + safezoneX;
y = 0.555016 * safezoneH + safezoneY;
w = 0.0743718 * safezoneW;
@@ -216,7 +216,7 @@ class TraderDialog
class RscTextTraderDialog_1004: RscTextTraderDialog
{
idc = -1;
text = $STR_EPOCH_PLAYER_294;
text = "Sell For";
x = 0.290407 * safezoneW + safezoneX;
y = 0.623786 * safezoneH + safezoneY;
w = 0.0743718 * safezoneW;

View File

@@ -991,7 +991,7 @@ class RscDisplayGear
idc = 1101;
x = 0.0416704;
y = 0.627451;
text = "";
text = "Gear of the unit:";
};
class CA_Money: RscText
{
@@ -1001,7 +1001,7 @@ class RscDisplayGear
x = -2.50409;
y = -2.85784;
w = 0.228;
text = "";
text = "Money:";
};
class CA_Money_Value: RscText
{

View File

@@ -5584,126 +5584,6 @@
<French>Lancer la Ligne</French>
<Czech>Cast Fishing Pole</Czech>
</Key>
<Key ID="STR_EPOCH_PLAYER_298">
<Original>Upgrade Vehicle</Original>
<English>Upgrade Vehicle</English>
<German></German>
<Russian></Russian>
<Spanish></Spanish>
<Dutch></Dutch>
<French></French>
<Czech></Czech>
</Key>
<Key ID="STR_EPOCH_PLAYER_299">
<Original>Murders</Original>
<English>Murders</English>
<German></German>
<Russian></Russian>
<Spanish></Spanish>
<Dutch></Dutch>
<French></French>
<Czech></Czech>
</Key>
<Key ID="STR_EPOCH_PLAYER_300">
<Original>Kill Board</Original>
<English>Kill Board</English>
<German></German>
<Russian></Russian>
<Spanish></Spanish>
<Dutch></Dutch>
<French></French>
<Czech></Czech>
</Key>
<Key ID="STR_EPOCH_PLAYER_301">
<Original>Craft Plot Pole</Original>
<English>Craft Plot Pole</English>
<German></German>
<Russian></Russian>
<Spanish></Spanish>
<Dutch></Dutch>
<French></French>
<Czech></Czech>
</Key>
<Key ID="STR_EPOCH_PLAYER_302">
<Original>Read Obituaries</Original>
<English>Read Obituaries</English>
<German></German>
<Russian></Russian>
<Spanish></Spanish>
<Dutch></Dutch>
<French></French>
<Czech></Czech>
</Key>
<Key ID="STR_EPOCH_PLAYER_303">
<Original>Build H-barrier cube</Original>
<English>Build H-barrier cube</English>
<German></German>
<Russian></Russian>
<Spanish></Spanish>
<Dutch></Dutch>
<French></French>
<Czech></Czech>
</Key>
<Key ID="STR_EPOCH_PLAYER_304">
<Original>Craft Triple H-barrier</Original>
<English>Craft Triple H-barrier</English>
<German></German>
<Russian></Russian>
<Spanish></Spanish>
<Dutch></Dutch>
<French></French>
<Czech></Czech>
</Key>
<Key ID="STR_EPOCH_PLAYER_305">
<Original>Build Triple H-barrier</Original>
<English>Build Triple H-barrier</English>
<German></German>
<Russian></Russian>
<Spanish></Spanish>
<Dutch></Dutch>
<French></French>
<Czech></Czech>
</Key>
<Key ID="STR_EPOCH_PLAYER_306">
<Original>Place Trap</Original>
<English>Place Trap</English>
<German></German>
<Russian></Russian>
<Spanish></Spanish>
<Dutch></Dutch>
<French></French>
<Czech></Czech>
</Key>
<Key ID="STR_EPOCH_PLAYER_307">
<Original>Combine into Quiver</Original>
<English>Combine into Quiver</English>
<German></German>
<Russian></Russian>
<Spanish></Spanish>
<Dutch></Dutch>
<French></French>
<Czech></Czech>
</Key>
<Key ID="STR_EPOCH_PLAYER_308">
<Original>Melt into Bars</Original>
<English>Melt into Bars</English>
<German></German>
<Russian></Russian>
<Spanish></Spanish>
<Dutch></Dutch>
<French></French>
<Czech></Czech>
</Key>
<Key ID="STR_EPOCH_PLAYER_309">
<Original>Craft M240 Nest</Original>
<English>Craft M240 Nest</English>
<German></German>
<Russian></Russian>
<Spanish></Spanish>
<Dutch></Dutch>
<French></French>
<Czech></Czech>
</Key>
<Key ID="R3F_VERSION_WEIGHTED">
<Original>1.04</Original>
<English>1.04</English>
@@ -5743,45 +5623,5 @@
<French>Délai de connexion dépassé\nVeuillez vous déconnecter et essayer à nouveau.</French>
<Czech>Dovolený čas pro přihlášení vypršel.\nOdpojte se a zkuste to znovu!</Czech>
</Key>
<Key ID="STR_EPOCH_KEY_BLACK">
<Original>Black Key</Original>
<English>Black Key</English>
<German>Black Key</German>
<Russian>Black Key</Russian>
<Spanish>Black Key</Spanish>
<Dutch>Black Key</Dutch>
<French>Black Key</French>
<Czech>Black Key</Czech>
</Key>
<Key ID="STR_EPOCH_KEY_GREEN">
<Original>Green Key</Original>
<English>Green Key</English>
<German>Green Key</German>
<Russian>Green Key</Russian>
<Spanish>Green Key</Spanish>
<Dutch>Green Key</Dutch>
<French>Green Key</French>
<Czech>Green Key</Czech>
</Key>
<Key ID="STR_EPOCH_KEY_BLUE">
<Original>Blue Key</Original>
<English>Blue Key</English>
<German>Blue Key</German>
<Russian>Blue Key</Russian>
<Spanish>Blue Key</Spanish>
<Dutch>Blue Key</Dutch>
<French>Blue Key</French>
<Czech>Blue Key</Czech>
</Key>
<Key ID="STR_EPOCH_KEY_RED">
<Original>Red Key</Original>
<English>Red Key</English>
<German>Red Key</German>
<Russian>Red Key</Russian>
<Spanish>Red Key</Spanish>
<Dutch>Red Key</Dutch>
<French>Red Key</French>
<Czech>Red Key</Czech>
</Key>
</Package>
</Project>