From 887c71253d45160a575d8cdb524420d3e413b0ab Mon Sep 17 00:00:00 2001 From: NeonKnightOA Date: Sun, 13 Mar 2022 21:29:17 -0300 Subject: [PATCH] Localization templates and Spanish localization (#22) * Spanish localization + Localization templates + Text fixes for english files --- .../Localization templates/MA-Queens.template | 12 + .../MA-Revenge.template | 12 + .../MA-RocketArena.template | 18 + .../Localization templates/MA-Winged.template | 12 + .../Localization templates/MH-Canyon.template | 44 +++ .../MH-Forbidden.template | 39 +++ .../MH-Lonely][.template | 56 ++++ .../MH-NaliVillage][-SE.template | 24 ++ .../MH-NaliVillage][.template | 24 ++ .../MH-Revenge][.template | 26 ++ .../Localization templates/MH-Trials.template | 36 ++ .../MonsterHunt.template | 310 ++++++++++++++++++ resources/System/MA-Queens.est | 12 + resources/System/MA-Queens.int | 10 + resources/System/MA-Revenge.est | 12 + resources/System/MA-Revenge.int | 8 + resources/System/MA-RocketArena.est | 18 + resources/System/MA-RocketArena.int | 12 + resources/System/MA-Winged.est | 12 + resources/System/MA-Winged.int | 8 + resources/System/MH-Canyon.est | 44 +++ resources/System/MH-Canyon.int | 32 ++ resources/System/MH-Forbidden.est | 39 +++ resources/System/MH-Forbidden.int | 29 ++ resources/System/MH-Lonely][.est | 56 ++++ resources/System/MH-Lonely][.int | 42 +++ resources/System/MH-NaliVillage][-SE.est | 24 ++ resources/System/MH-NaliVillage][-SE.int | 17 + resources/System/MH-NaliVillage][.est | 24 ++ resources/System/MH-NaliVillage][.int | 17 + resources/System/MH-Revenge][.est | 26 ++ resources/System/MH-Revenge][.int | 19 ++ resources/System/MH-Trials.est | 36 ++ resources/System/MH-Trials.int | 26 ++ resources/System/MonsterHunt.est | 310 ++++++++++++++++++ resources/System/MonsterHunt.int | 183 +++++++++++ 36 files changed, 1629 insertions(+) create mode 100644 resources/System/Localization templates/MA-Queens.template create mode 100644 resources/System/Localization templates/MA-Revenge.template create mode 100644 resources/System/Localization templates/MA-RocketArena.template create mode 100644 resources/System/Localization templates/MA-Winged.template create mode 100644 resources/System/Localization templates/MH-Canyon.template create mode 100644 resources/System/Localization templates/MH-Forbidden.template create mode 100644 resources/System/Localization templates/MH-Lonely][.template create mode 100644 resources/System/Localization templates/MH-NaliVillage][-SE.template create mode 100644 resources/System/Localization templates/MH-NaliVillage][.template create mode 100644 resources/System/Localization templates/MH-Revenge][.template create mode 100644 resources/System/Localization templates/MH-Trials.template create mode 100644 resources/System/Localization templates/MonsterHunt.template create mode 100644 resources/System/MA-Queens.est create mode 100644 resources/System/MA-Queens.int create mode 100644 resources/System/MA-Revenge.est create mode 100644 resources/System/MA-Revenge.int create mode 100644 resources/System/MA-RocketArena.est create mode 100644 resources/System/MA-RocketArena.int create mode 100644 resources/System/MA-Winged.est create mode 100644 resources/System/MA-Winged.int create mode 100644 resources/System/MH-Canyon.est create mode 100644 resources/System/MH-Canyon.int create mode 100644 resources/System/MH-Forbidden.est create mode 100644 resources/System/MH-Forbidden.int create mode 100644 resources/System/MH-Lonely][.est create mode 100644 resources/System/MH-Lonely][.int create mode 100644 resources/System/MH-NaliVillage][-SE.est create mode 100644 resources/System/MH-NaliVillage][-SE.int create mode 100644 resources/System/MH-NaliVillage][.est create mode 100644 resources/System/MH-NaliVillage][.int create mode 100644 resources/System/MH-Revenge][.est create mode 100644 resources/System/MH-Revenge][.int create mode 100644 resources/System/MH-Trials.est create mode 100644 resources/System/MH-Trials.int create mode 100644 resources/System/MonsterHunt.est create mode 100644 resources/System/MonsterHunt.int diff --git a/resources/System/Localization templates/MA-Queens.template b/resources/System/Localization templates/MA-Queens.template new file mode 100644 index 0000000..2c1d154 --- /dev/null +++ b/resources/System/Localization templates/MA-Queens.template @@ -0,0 +1,12 @@ +[LevelInfo0] +; EN: Title="Queens of Doom" +Title="" + +[LevelSummary] +; EN: Title="Queens of Doom" +Title="" + +[Counter0] +CountMessage="" +CompleteMessage="" + diff --git a/resources/System/Localization templates/MA-Revenge.template b/resources/System/Localization templates/MA-Revenge.template new file mode 100644 index 0000000..650d95b --- /dev/null +++ b/resources/System/Localization templates/MA-Revenge.template @@ -0,0 +1,12 @@ +[LevelInfo0] +; EN: Title="Titan's Revenge" +Title="" +; EN: IdealPlayerCount="Up to 6" +IdealPlayerCount="" + +[LevelSummary] +; EN: Title="Titan's Revenge" +Title="" +; EN: IdealPlayerCount="Up to 6" +IdealPlayerCount="" + diff --git a/resources/System/Localization templates/MA-RocketArena.template b/resources/System/Localization templates/MA-RocketArena.template new file mode 100644 index 0000000..af5ad71 --- /dev/null +++ b/resources/System/Localization templates/MA-RocketArena.template @@ -0,0 +1,18 @@ +[LevelInfo0] +; EN: Title="Rocket Arena" +Title="" +; EN: IdealPlayerCount="Up to 8" +IdealPlayerCount="" + +[LavaTitan0] +; EN: NameArticle=" the " +NameArticle="" +; EN: MenuName="Lava Titan" +MenuName="" + +[LevelSummary] +; EN: Title="Rocket Arena" +Title="" +; EN: IdealPlayerCount="Up to 8" +IdealPlayerCount="" + diff --git a/resources/System/Localization templates/MA-Winged.template b/resources/System/Localization templates/MA-Winged.template new file mode 100644 index 0000000..02def5f --- /dev/null +++ b/resources/System/Localization templates/MA-Winged.template @@ -0,0 +1,12 @@ +[LevelInfo0] +; EN: Title="Winged Death" +Title="" +; EN: IdealPlayerCount="Up to 5" +IdealPlayerCount="" + +[LevelSummary] +; EN: Title="Winged Death" +Title="" +; EN: IdealPlayerCount="Up to 5" +IdealPlayerCount="" + diff --git a/resources/System/Localization templates/MH-Canyon.template b/resources/System/Localization templates/MH-Canyon.template new file mode 100644 index 0000000..7ee9e44 --- /dev/null +++ b/resources/System/Localization templates/MH-Canyon.template @@ -0,0 +1,44 @@ +[LevelInfo0] +; EN: Title="Icy Canyon" +Title="" +; EN: IdealPlayerCount="Up to 8" +IdealPlayerCount="" + +[VacuumZone1] +; EN: DamageString="%o fell into the spike pit!" +DamageString="" + +[WaterZone0] +; EN: DamageString="%o caught a chill." +DamageString="" + +[LevelSummary] +; EN: Title="Icy Canyon" +Title="" +; EN: IdealPlayerCount="Up to 8" +IdealPlayerCount="" + +[MonsterEvent2] +; EN: Message="The final castle has been opened!" +Message="" + +[MonsterEvent1] +; EN: Message="The castle doors have been opened!" +Message="" + +[MonsterHuntObjective6] +; EN: Message="Escape!" +Message="" + +[MonsterHuntObjective0] +; EN: Message="Defeat the Ice Skaarj" +Message="" + +[MonsterHuntObjective4] +; EN: Message="Find a way to open the castle" +Message="" + +[MonsterHuntObjective3] +; EN: Message="Make your way to the castle" +Message="" + diff --git a/resources/System/Localization templates/MH-Forbidden.template b/resources/System/Localization templates/MH-Forbidden.template new file mode 100644 index 0000000..0faaadb --- /dev/null +++ b/resources/System/Localization templates/MH-Forbidden.template @@ -0,0 +1,39 @@ +[LevelInfo0] +; EN: Title="Forbidden Journey" +Title="" +; EN: IdealPlayerCount="Up to 6" +IdealPlayerCount="" + +[LevelSummary] +; EN: Title="Forbidden Journey" +Title="" +; EN: IdealPlayerCount="Up to 6" +IdealPlayerCount="" + +[Counter0] +CompleteMessage="" + +[MonsterHuntObjective3] +; EN: Message="Escape!" +Message="" + +[MonsterHuntObjective1] +; EN: Message="Release the Titan" +Message="" + +[MonsterHuntObjective0] +; EN: Message="Reach the top of the tower" +Message="" + +[MonsterHuntObjective2] +; EN: Message="Defeat the Titan" +Message="" + +[SpecialEvent0] +; EN: Message="Look out!!!" +Message="" + +[MonsterEvent5] +; EN: Message="The Titan has been freed!!" +Message="" + diff --git a/resources/System/Localization templates/MH-Lonely][.template b/resources/System/Localization templates/MH-Lonely][.template new file mode 100644 index 0000000..cdb701c --- /dev/null +++ b/resources/System/Localization templates/MH-Lonely][.template @@ -0,0 +1,56 @@ +[LevelInfo0] +; EN: Title="Lonely Sanctuary ][" +Title="" +; EN: IdealPlayerCount="Up to 10" +IdealPlayerCount="" +; EN: LevelEnterText="Let the killing begin!" +LevelEnterText="" + +[MonsterEvent0] +; EN: Message="All boss monsters eliminated. Access to the gatehouse granted." +Message="" + +[Counter1] +CountMessage="" +CompleteMessage="" + +[LevelSummary] +; EN: Title="Lonely Sanctuary ][" +Title="" +; EN: IdealPlayerCount="Up to 10" +IdealPlayerCount="" +; EN: LevelEnterText="Let the killing begin!" +LevelEnterText="" + +[Counter0] +CountMessage="" +CompleteMessage="" + +[MonsterHuntObjective2] +; EN: Message="Open the main gate and escape!" +Message="" + +[Counter2] +CountMessage="" +CompleteMessage="" + +[MonsterHuntObjective0] +; EN: Message="Defeat the Gasbag, Titan, and Queen to access the bridge controls" +Message="" + +[MonsterHuntObjective1] +; EN: Message="Lower the bridge" +Message="" + +[Titan0] +; EN: NameArticle=" the " +NameArticle="" +; EN: MenuName="Titan" +MenuName="" + +[GiantGasbag0] +; EN: NameArticle=" the " +NameArticle="" +; EN: MenuName="Giant Gasbag" +MenuName="" + diff --git a/resources/System/Localization templates/MH-NaliVillage][-SE.template b/resources/System/Localization templates/MH-NaliVillage][-SE.template new file mode 100644 index 0000000..70f4784 --- /dev/null +++ b/resources/System/Localization templates/MH-NaliVillage][-SE.template @@ -0,0 +1,24 @@ +[LevelInfo0] +; EN: Title="Nali Village" +Title="" +; EN: IdealPlayerCount="Up to 4" +IdealPlayerCount="" + +[LevelSummary] +; EN: Title="Nali Village" +Title="" +; EN: IdealPlayerCount="Up to 4" +IdealPlayerCount="" + +[MonsterHuntObjective0] +; EN: Message="Hunt down the Titan" +Message="" + +[MonsterHuntObjective2] +; EN: Message="Defeat the second Titan!" +Message="" + +[MonsterHuntObjective3] +; EN: Message="Return to the escape ships" +Message="" + diff --git a/resources/System/Localization templates/MH-NaliVillage][.template b/resources/System/Localization templates/MH-NaliVillage][.template new file mode 100644 index 0000000..b64b37d --- /dev/null +++ b/resources/System/Localization templates/MH-NaliVillage][.template @@ -0,0 +1,24 @@ +[LevelInfo0] +; EN: Title="Nali Village" +Title="" +; EN: IdealPlayerCount="Up to 4" +IdealPlayerCount="" + +[MonsterHuntObjective0] +; EN: Message="Hunt down the Titan" +Message="" + +[LevelSummary] +; EN: Title="Nali Village" +Title="" +; EN: IdealPlayerCount="Up to 4" +IdealPlayerCount="" + +[MonsterHuntObjective3] +; EN: Message="Return to the escape ships" +Message="" + +[MonsterHuntObjective2] +; EN: Message="Defeat the other Titan!" +Message="" + diff --git a/resources/System/Localization templates/MH-Revenge][.template b/resources/System/Localization templates/MH-Revenge][.template new file mode 100644 index 0000000..d30c5ec --- /dev/null +++ b/resources/System/Localization templates/MH-Revenge][.template @@ -0,0 +1,26 @@ +[LevelInfo0] +; EN: Title="Ra's Revenge" +Title="" +IdealPlayerCount="4-8" +; EN: LevelEnterText="Destroy the pyramid!!" +LevelEnterText="" + +[LevelSummary] +; EN: Title="Ra's Revenge" +Title="" +IdealPlayerCount="4-8" +; EN: LevelEnterText="Destroy the pyramid!!" +LevelEnterText="" + +[MonsterEvent4] +; EN: Message="Second spawn point has been activated" +Message="" + +[MonsterHuntObjective0] +; EN: Message="Find and defeat the Queen" +Message="" + +[MonsterHuntObjective1] +; EN: Message="Return to the extraction point" +Message="" + diff --git a/resources/System/Localization templates/MH-Trials.template b/resources/System/Localization templates/MH-Trials.template new file mode 100644 index 0000000..cd0e277 --- /dev/null +++ b/resources/System/Localization templates/MH-Trials.template @@ -0,0 +1,36 @@ +[LevelInfo0] +; EN: Title="The Trials" +Title="" +; EN: IdealPlayerCount="Up to 10" +IdealPlayerCount="" + +[MonsterHuntObjective2] +; EN: Message="Activate the outdoor beam" +Message="" + +[LevelSummary] +; EN: Title="The Trials" +Title="" +; EN: IdealPlayerCount="Up to 10" +IdealPlayerCount="" + +[MonsterHuntObjective5] +; EN: Message="Escape!" +Message="" + +[MonsterHuntObjective1] +; EN: Message="Open the final gateway" +Message="" + +[MonsterHuntObjective4] +; EN: Message="Activate the temple beam" +Message="" + +[MonsterHuntObjective0] +; EN: Message="Activate the underwater beam" +Message="" + +[MonsterHuntObjective3] +; EN: Message="Activate the caves beam" +Message="" + diff --git a/resources/System/Localization templates/MonsterHunt.template b/resources/System/Localization templates/MonsterHunt.template new file mode 100644 index 0000000..b8b82dc --- /dev/null +++ b/resources/System/Localization templates/MonsterHunt.template @@ -0,0 +1,310 @@ +[Public] +; EN: Object=(Name=MonsterHunt.ChainsawArena,Class=Class,MetaClass=Engine.Mutator,Description="Chainsaw Arena v608,Replaces all weapons with the Chainsaw!") +Object=(Name=MonsterHunt.ChainsawArena,Class=Class,MetaClass=Engine.Mutator,Description=",") + +; EN: Preferences=(Caption="Game Types",Parent="Advanced Options") +Preferences=(Caption="",Parent="") +Object=(Name=MonsterHunt.MonsterHunt,Class=Class,MetaClass=Botpack.TournamentGameInfo) +; EN: Preferences=(Caption="Monster Hunt v608",Parent="Game Types",Class=MonsterHunt.MonsterHunt,Immediate=True) +Preferences=(Caption="",Parent="",Class=MonsterHunt.MonsterHunt,Immediate=True) +Object=(Name=MonsterHunt.MonsterHuntArena,Class=Class,MetaClass=Botpack.TournamentGameInfo) +; EN: Preferences=(Caption="Monster Arena v608",Parent="Game Types",Class=MonsterHunt.MonsterHuntArena,Immediate=True) +Preferences=(Caption="",Parent="",Class=MonsterHunt.MonsterHuntArena,Immediate=True) +Object=(Name=MonsterHunt.MonsterHuntDefence,Class=Class,MetaClass=Botpack.TournamentGameInfo) +; EN: Preferences=(Caption="Monster Defence v608",Parent="Game Types",Class=MonsterHunt.MonsterHuntDefence,Immediate=True) +Preferences=(Caption="",Parent="",Class=MonsterHunt.MonsterHuntDefence,Immediate=True) + +; EN: Object=(Name=MonsterHunt.MonsterDefaultMaps,Class=Class,MetaClass=MonsterHunt.MonsterMapList,Description="Default Maps v608") +Object=(Name=MonsterHunt.MonsterDefaultMaps,Class=Class,MetaClass=MonsterHunt.MonsterMapList,Description="") +; EN: Object=(Name=MonsterHunt.MonsterArenaDefaultMaps,Class=Class,MetaClass=MonsterHunt.MonsterArenaMapList,Description="Default Maps v608") +Object=(Name=MonsterHunt.MonsterArenaDefaultMaps,Class=Class,MetaClass=MonsterHunt.MonsterArenaMapList,Description="") + +Object=(Name=MonsterHunt.MonsterBrowserWindow,Class=Class,MetaClass=UTBrowser.UTBrowserServerListWindow) +Object=(Name=MonsterHunt.MonsterArenaBrowserWindow,Class=Class,MetaClass=UTBrowser.UTBrowserServerListWindow) + +; EN: Object=(Name=MonsterHunt.MonsterMenuItem,Class=Class,MetaClass=UMenu.UMenuModMenuItem,Description="&Monster Hunt Credits v608,The people behind Monster Hunt.") +Object=(Name=MonsterHunt.MonsterMenuItem,Class=Class,MetaClass=UMenu.UMenuModMenuItem,Description=",") + +[MonsterHunt] +; EN: TimeOutMessage="Time up, hunt failed!" +TimeOutMessage="" +; EN: NoHuntersMessage="Hunting party eliminated!" +NoHuntersMessage="" +; EN: NoLivesLeftMessage=" has been lost!" +NoLivesLeftMessage="" +; EN: StartUpTeamMessage="Welcome to the hunt!" +StartUpTeamMessage="" +; EN: StartUpMessage="Work with your teammates to hunt down the monsters!" +StartUpMessage="" +; EN: StartMessage="The hunt has begun!" +StartMessage="" +; EN: GameEndedMessage="Hunt Successful!" +GameEndedMessage="" +; EN: SingleWaitingMessage="Press Fire to begin the hunt." +SingleWaitingMessage="" +; EN: ExplodeMessage=" was blown up" +ExplodeMessage="" +; EN: BurnedMessage=" was incinerated" +BurnedMessage="" +; EN: CorrodedMessage=" was slimed" +CorrodedMessage="" +; EN: HackedMessage=" was hacked" +HackedMessage="" +; EN: LeftMessage=" left the hunt." +LeftMessage="" +; EN: EnteredMessage=" has joined the hunt!" +EnteredMessage="" +; EN: GameName="Monster Hunt" +GameName="" + +[MonsterBoard] +; EN: MonsterDifficultyJoinString="Monsters /" +MonsterDifficultyJoinString="" +; EN: ObjectivesString="Objectives" +ObjectivesString="" +; EN: Restart="You have been killed. Hit [Fire] to continue the hunt!" +Restart="" +; EN: Continue="Hit [Fire] to begin the next hunt!" +Continue="" +; EN: Ended="The hunt has ended." +Ended="" +; EN: PlayerString="Hunter" +PlayerString="" +; EN: FragsString="Score" +FragsString="" +; EN: DeathsString="Lives" +DeathsString="" + +[MonsterHUD] +; EN: TimeRemainingLabel="Time Remaining" +TimeRemainingLabel="" +; EN: LivesRemainLabel="Lives" +LivesRemainLabel="" +; EN: EscapedMonstersLabel="Escaped Monsters" +EscapedMonstersLabel="" +; EN: HuntersRemainLabel="Hunters" +HuntersRemainLabel="" +; EN: MonstersRemainLabel="Monsters" +MonstersRemainLabel="" + +[MonsterHuntDefence] +; EN: MonstersEscapedMessage="Too many monsters escaped!" +MonstersEscapedMessage="" +; EN: EscapedMessage="escaped!" +EscapedMessage="" +; EN: WarmupMessage="seconds until the monsters arrive!" +WarmupMessage="" +; EN: StartUpMessage="Work with your teammates to defend your base against the monsters!" +StartUpMessage="" +; EN: StartMessage="The defence has begun!" +StartMessage="" +; EN: GameEndedMessage="Defence Successful!" +GameEndedMessage="" +; EN: SingleWaitingMessage="Press Fire to begin defending." +SingleWaitingMessage="" +; EN: GameName="Monster Defence" +GameName="" + +[MonsterHuntArena] +; EN: StartUpTeamMessage="Welcome to the ultimate arena battle!" +StartUpTeamMessage="" +; EN: StartUpMessage="Work with your teammates to overcome the monsters!" +StartUpMessage="" +; EN: StartMessage="The battle has begun!" +StartMessage="" +; EN: GameEndedMessage="Arena Cleared!" +GameEndedMessage="" +; EN: SingleWaitingMessage="Press Fire to enter the arena." +SingleWaitingMessage="" +; EN: LeftMessage=" left the arena." +LeftMessage="" +; EN: EnteredMessage=" has entered the arena!" +EnteredMessage="" +; EN: GameName="Monster Arena" +GameName="" + +[MonsterHuntRules] +; EN: TourneyText="Force team colours" +TourneyText="" +; EN: TourneyHelp="If enabled, players will use red team skins and HUD, otherwise they will use their own skin and HUD settings." +TourneyHelp="" +; EN: FragText="Lives" +FragText="" +; EN: FragHelp="Set the number of lives each hunter starts with for each round. Set it to 0 for no limit." +FragHelp="" +; EN: DifficultyText="Monster Difficulty:" +DifficultyText="" +; EN: DifficultyHelp="The difficulty skill level of Monsters." +DifficultyHelp="" +; EN: Skills[0]="Easy" +Skills[0]="" +; EN: Skills[1]="Medium" +Skills[1]="" +; EN: Skills[2]="Hard" +Skills[2]="" +; EN: Skills[3]="Unreal" +Skills[3]="" +; EN: SkillTaunts[0]="Tourist mode." +SkillTaunts[0]="" +; EN: SkillTaunts[1]="Ready for some action!" +SkillTaunts[1]="" +; EN: SkillTaunts[2]="Not for the faint of heart." +SkillTaunts[2]="" +; EN: SkillTaunts[3]="Death wish." +SkillTaunts[3]="" + +[MonsterHuntDefenceRules] +; EN: EscapeesText="Max Escapees" +EscapeesText="" +; EN: EscapeesHelp="The maximum number of Monsters which are allowed to escape, before the round is lost." +EscapeesHelp="" +; EN: WarmupText="Warmup Time" +WarmupText="" +; EN: WarmupHelp="Number of seconds to wait before monsters start attacking, set to 0 for no warmup." +WarmupHelp="" + +[MonsterBotConfig] +; EN: MinPlayersText="Min. Total Hunters" +MinPlayersText="" +; EN: BaseText="AI Hunter Skill:" +BaseText="" +; EN: SkillTaunts[0]="They might know how to kill a Fly." +SkillTaunts[0]="" +; EN: SkillTaunts[2]="Look out monsters!" +SkillTaunts[2]="" +; EN: SkillTaunts[3]="Monsters are in for a good beating." +SkillTaunts[3]="" +; EN: SkillTaunts[4]="I wouldn't like to be in the monsters shoes..." +SkillTaunts[4]="" +; EN: SkillTaunts[5]="It's a pity the monsters can't respawn." +SkillTaunts[5]="" +; EN: SkillTaunts[6]="Those poor monsters are already dead." +SkillTaunts[6]="" +; EN: SkillTaunts[7]="Rest in peace, monsters..." +SkillTaunts[7]="" + +[MonsterCreditsCW] +; EN: ArtText="Testers" +ArtText="" +; EN: MusicSoundText="Special Thanks" +MusicSoundText="" +; EN: BizText="Contact info" +BizText="" + +[MonsterCreditsWindow] +; EN: WindowTitle="Monster Hunt Credits (v608)" +WindowTitle="" + +[HuntMessage] +; EN: NewTeamMessage="has joined the hunt!" +NewTeamMessage="" + +[MonsterMenuItem] +; EN: MenuCaption="&Monster Hunt Credits" +MenuCaption="" +; EN: MenuHelp="All the people behind Monster Hunt!" +MenuHelp="" + +[OLautomag] +; EN: WeaponDescription="Classification: Automatic Magnum" +WeaponDescription="" +; EN: DeathMessage="%o got gatted by %k's %w." +DeathMessage="" +; EN: PickupMessage="You got the AutoMag" +PickupMessage="" +; EN: ItemName="Automag" +ItemName="" + +[OLDPistol] +; EN: WeaponDescription="Classification: Energy Pistol" +WeaponDescription="" +; EN: DeathMessage="%o was killed by %k's %w. What a loser!" +DeathMessage="" +; EN: PickupMessage="You got the Dispersion Pistol" +PickupMessage="" +; EN: ItemName="Dispersion Pistol" +ItemName="" + +[MonsterHuntObjective] +; EN: Message="Complete the objective" +Message="" + +[OLASMD] +; EN: WeaponDescription="Classification: Energy Rifle" +WeaponDescription="" +; EN: DeathMessage="%k inflicted mortal damage upon %o with the %w." +DeathMessage="" +; EN: PickupMessage="You got the ASMD" +PickupMessage="" +; EN: ItemName="ASMD" +ItemName="" + +[OLEightball] +; EN: WeaponDescription="Classification: Heavy Ballistic" +WeaponDescription="" +; EN: DeathMessage="%o was smacked down multiple times by %k's %w." +DeathMessage="" +; EN: PickupMessage="You got the Eightball gun" +PickupMessage="" +; EN: ItemName="Eightball" +ItemName="" + +[OLRifle] +; EN: WeaponDescription="Classification: Long-Range Ballistic" +WeaponDescription="" +; EN: DeathMessage="%k put a bullet through %o's head." +DeathMessage="" +; EN: PickupMessage="You got the Rifle" +PickupMessage="" +; EN: ItemName="Sniper Rifle" +ItemName="" + +[OLFlakCannon] +; EN: WeaponDescription="Classification: Heavy Shrapnel" +WeaponDescription="" +; EN: DeathMessage="%o was ripped to shreds by %k's %w." +DeathMessage="" +; EN: PickupMessage="You got the Flak Cannon" +PickupMessage="" +; EN: ItemName="Flak Cannon" +ItemName="" + +[OLRazorjack] +; EN: WeaponDescription="Classification: Skaarj Blade Launcher" +WeaponDescription="" +; EN: DeathMessage="%k took a bloody chunk out of %o with the %w." +DeathMessage="" +; EN: PickupMessage="You got the RazorJack" +PickupMessage="" +; EN: ItemName="Razorjack" +ItemName="" + +[OLMinigun] +; EN: WeaponDescription="Classification: Gatling Gun" +WeaponDescription="" +; EN: DeathMessage="%k's %w turned %o into a leaky piece of meat." +DeathMessage="" +; EN: PickupMessage="You got the Minigun" +PickupMessage="" +; EN: ItemName="Minigun" +ItemName="" + +[OLGESBioRifle] +; EN: WeaponDescription="Classification: Toxic Tarydium waste Rifle" +WeaponDescription="" +; EN: DeathMessage="%o drank a glass of %k's dripping green load." +DeathMessage="" +; EN: PickupMessage="You got the GES BioRifle" +PickupMessage="" +; EN: ItemName="GES Bio Rifle" +ItemName="" + +[OLStinger] +; EN: WeaponDescription="Classification: Tarydium Shard Launcher" +WeaponDescription="" +; EN: DeathMessage="%o was perforated by %k's %w." +DeathMessage="" +; EN: PickupMessage="You picked up the Stinger" +PickupMessage="" +; EN: ItemName="Stinger" +ItemName="" diff --git a/resources/System/MA-Queens.est b/resources/System/MA-Queens.est new file mode 100644 index 0000000..829fbf4 --- /dev/null +++ b/resources/System/MA-Queens.est @@ -0,0 +1,12 @@ +[LevelInfo0] +; EN: Title="Queens of Doom" +Title="Reinas de la Perdición" + +[LevelSummary] +; EN: Title="Queens of Doom" +Title="Reinas de la Perdición" + +[Counter0] +CountMessage="" +CompleteMessage="" + diff --git a/resources/System/MA-Queens.int b/resources/System/MA-Queens.int new file mode 100644 index 0000000..7a3051f --- /dev/null +++ b/resources/System/MA-Queens.int @@ -0,0 +1,10 @@ +[LevelInfo0] +Title="Queens of Doom" + +[LevelSummary] +Title="Queens of Doom" + +[Counter0] +CountMessage="" +CompleteMessage="" + diff --git a/resources/System/MA-Revenge.est b/resources/System/MA-Revenge.est new file mode 100644 index 0000000..198e2e3 --- /dev/null +++ b/resources/System/MA-Revenge.est @@ -0,0 +1,12 @@ +[LevelInfo0] +; EN: Title="Titan's Revenge" +Title="La Venganza del Titán" +; EN: IdealPlayerCount="Up to 6" +IdealPlayerCount="Hasta 6" + +[LevelSummary] +; EN: Title="Titan's Revenge" +Title="La Venganza del Titán" +; EN: IdealPlayerCount="Up to 6" +IdealPlayerCount="Hasta 6" + diff --git a/resources/System/MA-Revenge.int b/resources/System/MA-Revenge.int new file mode 100644 index 0000000..c2dcb25 --- /dev/null +++ b/resources/System/MA-Revenge.int @@ -0,0 +1,8 @@ +[LevelInfo0] +Title="Titan's Revenge" +IdealPlayerCount="Up to 6" + +[LevelSummary] +Title="Titan's Revenge" +IdealPlayerCount="Up to 6" + diff --git a/resources/System/MA-RocketArena.est b/resources/System/MA-RocketArena.est new file mode 100644 index 0000000..3fc547d --- /dev/null +++ b/resources/System/MA-RocketArena.est @@ -0,0 +1,18 @@ +[LevelInfo0] +; EN: Title="Rocket Arena" +Title="Estadio de Cohetes" +; EN: IdealPlayerCount="Up to 8" +IdealPlayerCount="Hasta 8" + +[LavaTitan0] +; EN: NameArticle=" The " +NameArticle=" The " +; EN: MenuName="Lava Titan" +MenuName="Titán de Lava" + +[LevelSummary] +; EN: Title="Rocket Arena" +Title="Estadio de Cohetes" +; EN: IdealPlayerCount="Up to 8" +IdealPlayerCount="Hasta 8" + diff --git a/resources/System/MA-RocketArena.int b/resources/System/MA-RocketArena.int new file mode 100644 index 0000000..33782f8 --- /dev/null +++ b/resources/System/MA-RocketArena.int @@ -0,0 +1,12 @@ +[LevelInfo0] +Title="Rocket Arena" +IdealPlayerCount="Up to 8" + +[LavaTitan0] +NameArticle=" the " +MenuName="Lava Titan" + +[LevelSummary] +Title="Rocket Arena" +IdealPlayerCount="Up to 8" + diff --git a/resources/System/MA-Winged.est b/resources/System/MA-Winged.est new file mode 100644 index 0000000..51fdfab --- /dev/null +++ b/resources/System/MA-Winged.est @@ -0,0 +1,12 @@ +[LevelInfo0] +; EN: Title="Winged Death" +Title="Muerte Alada" +; EN: IdealPlayerCount="Up to 5" +IdealPlayerCount="Hasta 5" + +[LevelSummary] +; EN: Title="Winged Death" +Title="Muerte Alada" +; EN: IdealPlayerCount="Up to 5" +IdealPlayerCount="Hasta 5" + diff --git a/resources/System/MA-Winged.int b/resources/System/MA-Winged.int new file mode 100644 index 0000000..930a38a --- /dev/null +++ b/resources/System/MA-Winged.int @@ -0,0 +1,8 @@ +[LevelInfo0] +Title="Winged Death" +IdealPlayerCount="Up to 5" + +[LevelSummary] +Title="Winged Death" +IdealPlayerCount="Up to 5" + diff --git a/resources/System/MH-Canyon.est b/resources/System/MH-Canyon.est new file mode 100644 index 0000000..308b289 --- /dev/null +++ b/resources/System/MH-Canyon.est @@ -0,0 +1,44 @@ +[LevelInfo0] +; EN: Title="Icy Canyon" +Title="Cañón Gélido" +; EN: IdealPlayerCount="Up to 8" +IdealPlayerCount="Hasta 8" + +[VacuumZone1] +; EN: DamageString="%o fell into the spike pit!" +DamageString="¡%o ha caído en el pozo de pinches!" + +[WaterZone0] +; EN: DamageString="%o caught a chill." +DamageString="%o ha pescado un resfrío." + +[LevelSummary] +; EN: Title="Icy Canyon" +Title="Cañón Gélido" +; EN: IdealPlayerCount="Up to 8" +IdealPlayerCount="Hasta 8" + +[MonsterEvent2] +; EN: Message="The final castle has been opened!" +Message="¡La entrada al castillo final ha sido abierta!" + +[MonsterEvent1] +; EN: Message="The castle doors have been opened!" +Message="¡Las puertas del castillo han sido abiertas!" + +[MonsterHuntObjective6] +; EN: Message="Escape!" +Message="¡Escapa!" + +[MonsterHuntObjective0] +; EN: Message="Defeat the Ice Skaarj" +Message="Derrota al Skaarj de Hielo" + +[MonsterHuntObjective4] +; EN: Message="Find a way to open the castle" +Message="Encuentra una forma de entrar al castillo" + +[MonsterHuntObjective3] +; EN: Message="Make your way to the castle" +Message="Trata de llegar al castillo" + diff --git a/resources/System/MH-Canyon.int b/resources/System/MH-Canyon.int new file mode 100644 index 0000000..6a97729 --- /dev/null +++ b/resources/System/MH-Canyon.int @@ -0,0 +1,32 @@ +[LevelInfo0] +Title="Icy Canyon" +IdealPlayerCount="Up to 8" + +[VacuumZone1] +DamageString="%o fell into the spike pit!" + +[WaterZone0] +DamageString="%o caught a chill." + +[LevelSummary] +Title="Icy Canyon" +IdealPlayerCount="Up to 8" + +[MonsterEvent2] +Message="The final castle has been opened!" + +[MonsterEvent1] +Message="The castle doors have been opened!" + +[MonsterHuntObjective6] +Message="Escape!" + +[MonsterHuntObjective0] +Message="Defeat the Ice Skaarj" + +[MonsterHuntObjective4] +Message="Find a way to open the castle" + +[MonsterHuntObjective3] +Message="Make your way to the castle" + diff --git a/resources/System/MH-Forbidden.est b/resources/System/MH-Forbidden.est new file mode 100644 index 0000000..7e5b2b8 --- /dev/null +++ b/resources/System/MH-Forbidden.est @@ -0,0 +1,39 @@ +[LevelInfo0] +; EN: Title="Forbidden Journey" +Title="Viaje Prohibido" +; EN: IdealPlayerCount="Up to 6" +IdealPlayerCount="Hasta 6" + +[LevelSummary] +; EN: Title="Forbidden Journey" +Title="Viaje Prohibido" +; EN: IdealPlayerCount="Up to 6" +IdealPlayerCount="Hasta 6" + +[Counter0] +CompleteMessage="" + +[MonsterHuntObjective3] +; EN: Message="Escape!" +Message="¡Escapa!" + +[MonsterHuntObjective1] +; EN: Message="Release the Titan" +Message="Libera al Titán" + +[MonsterHuntObjective0] +; EN: Message="Reach the top of the tower" +Message="Llega al tope de la torre" + +[MonsterHuntObjective2] +; EN: Message="Defeat the Titan" +Message="Derrota al Titán" + +[SpecialEvent0] +; EN: Message="Look out!!!" +Message="¡¡¡Cuidado!!!" + +[MonsterEvent5] +; EN: Message="The Titan has been freed!!" +Message="¡¡El Titán ha sido liberado!!" + diff --git a/resources/System/MH-Forbidden.int b/resources/System/MH-Forbidden.int new file mode 100644 index 0000000..932f06f --- /dev/null +++ b/resources/System/MH-Forbidden.int @@ -0,0 +1,29 @@ +[LevelInfo0] +Title="Forbidden Journey" +IdealPlayerCount="Up to 6" + +[LevelSummary] +Title="Forbidden Journey" +IdealPlayerCount="Up to 6" + +[Counter0] +CompleteMessage="" + +[MonsterHuntObjective3] +Message="Escape!" + +[MonsterHuntObjective1] +Message="Release the Titan" + +[MonsterHuntObjective0] +Message="Reach the top of the tower" + +[MonsterHuntObjective2] +Message="Defeat the Titan" + +[SpecialEvent0] +Message="Look out!!!" + +[MonsterEvent5] +Message="The Titan has been freed!!" + diff --git a/resources/System/MH-Lonely][.est b/resources/System/MH-Lonely][.est new file mode 100644 index 0000000..48cfec1 --- /dev/null +++ b/resources/System/MH-Lonely][.est @@ -0,0 +1,56 @@ +[LevelInfo0] +; EN: Title="Lonely Sanctuary ][" +Title="Santuario Solitario ][" +; EN: IdealPlayerCount="Up to 10" +IdealPlayerCount="Hasta 10" +; EN: LevelEnterText="Let the killing begin!" +LevelEnterText="¡Que la matanza comience!" + +[MonsterEvent0] +; EN: Message="All boss monsters eliminated. Access to the gatehouse granted." +Message="Todos los monstruos jefes han sido asesinados. Acceso a la entrada autorizado." + +[Counter1] +CountMessage="" +CompleteMessage="" + +[LevelSummary] +; EN: Title="Lonely Sanctuary ][" +Title="Santuario Solitario ][" +; EN: IdealPlayerCount="Up to 10" +IdealPlayerCount="Hasta 10" +; EN: LevelEnterText="Let the killing begin!" +LevelEnterText="¡Que la matanza comience!" + +[Counter0] +CountMessage="" +CompleteMessage="" + +[MonsterHuntObjective2] +; EN: Message="Open the main gate and escape!" +Message="¡Abre las puertas principales y escapa!" + +[Counter2] +CountMessage="" +CompleteMessage="" + +[MonsterHuntObjective0] +; EN: Message="Defeat the Gasbag, Titan, and Queen to access the bridge controls" +Message="Derrota a la Bolsa Gaseosa, al Titán y a la Reina para poder acceder a los controles del puente" + +[MonsterHuntObjective1] +; EN: Message="Lower the bridge" +Message="Baja el puente" + +[Titan0] +; EN: NameArticle=" the " +NameArticle=" el " +; EN: MenuName="Titan" +MenuName="Titán" + +[GiantGasbag0] +; EN: NameArticle=" the " +NameArticle=" la " +; EN: MenuName="Giant Gasbag" +MenuName="Bolsa Gaseosa" + diff --git a/resources/System/MH-Lonely][.int b/resources/System/MH-Lonely][.int new file mode 100644 index 0000000..b0894d3 --- /dev/null +++ b/resources/System/MH-Lonely][.int @@ -0,0 +1,42 @@ +[LevelInfo0] +Title="Lonely Sanctuary ][" +IdealPlayerCount="Up to 10" +LevelEnterText="Let the killing begin!" + +[MonsterEvent0] +Message="All boss monsters eliminated. Access to the gatehouse granted." + +[Counter1] +CountMessage="" +CompleteMessage="" + +[LevelSummary] +Title="Lonely Sanctuary ][" +IdealPlayerCount="Up to 10" +LevelEnterText="Let the killing begin!" + +[Counter0] +CountMessage="" +CompleteMessage="" + +[MonsterHuntObjective2] +Message="Open the main gate and escape!" + +[Counter2] +CountMessage="" +CompleteMessage="" + +[MonsterHuntObjective0] +Message="Defeat the Gasbag, Titan, and Queen to access the bridge controls" + +[MonsterHuntObjective1] +Message="Lower the bridge" + +[Titan0] +NameArticle=" the " +MenuName="Titan" + +[GiantGasbag0] +NameArticle=" the " +MenuName="Giant Gasbag" + diff --git a/resources/System/MH-NaliVillage][-SE.est b/resources/System/MH-NaliVillage][-SE.est new file mode 100644 index 0000000..8abb903 --- /dev/null +++ b/resources/System/MH-NaliVillage][-SE.est @@ -0,0 +1,24 @@ +[LevelInfo0] +; EN: Title="Nali Village" +Title="Aldea Nali" +; EN: IdealPlayerCount="Up to 4" +IdealPlayerCount="Hasta 4" + +[LevelSummary] +; EN: Title="Nali Village" +Title="Aldea Nali" +; EN: IdealPlayerCount="Up to 4" +IdealPlayerCount="Hasta 4" + +[MonsterHuntObjective0] +; EN: Message="Hunt down the Titan" +Message="Caza al Titán" + +[MonsterHuntObjective2] +; EN: Message="Defeat the second Titan!" +Message="¡Derrota al segundo Titán!" + +[MonsterHuntObjective3] +; EN: Message="Return to the escape ships" +Message="Regresa a las naves de escape" + diff --git a/resources/System/MH-NaliVillage][-SE.int b/resources/System/MH-NaliVillage][-SE.int new file mode 100644 index 0000000..76d49f7 --- /dev/null +++ b/resources/System/MH-NaliVillage][-SE.int @@ -0,0 +1,17 @@ +[LevelInfo0] +Title="Nali Village" +IdealPlayerCount="Up to 4" + +[LevelSummary] +Title="Nali Village" +IdealPlayerCount="Up to 4" + +[MonsterHuntObjective0] +Message="Hunt down the Titan" + +[MonsterHuntObjective2] +Message="Defeat the second Titan!" + +[MonsterHuntObjective3] +Message="Return to the escape ships" + diff --git a/resources/System/MH-NaliVillage][.est b/resources/System/MH-NaliVillage][.est new file mode 100644 index 0000000..e7340e8 --- /dev/null +++ b/resources/System/MH-NaliVillage][.est @@ -0,0 +1,24 @@ +[LevelInfo0] +; EN: Title="Nali Village" +Title="Aldea Nali" +; EN: IdealPlayerCount="Up to 4" +IdealPlayerCount="Hasta 4" + +[MonsterHuntObjective0] +; EN: Message="Hunt down the Titan" +Message="Caza al Titán" + +[LevelSummary] +; EN: Title="Nali Village" +Title="Aldea Nali" +; EN: IdealPlayerCount="Up to 4" +IdealPlayerCount="Hasta 4" + +[MonsterHuntObjective3] +; EN: Message="Return to the escape ships" +Message="Regresa a las naves de escape" + +[MonsterHuntObjective2] +; EN: Message="Defeat the other Titan!" +Message="¡Derrota al otro Titán!" + diff --git a/resources/System/MH-NaliVillage][.int b/resources/System/MH-NaliVillage][.int new file mode 100644 index 0000000..ce59cfe --- /dev/null +++ b/resources/System/MH-NaliVillage][.int @@ -0,0 +1,17 @@ +[LevelInfo0] +Title="Nali Village" +IdealPlayerCount="Up to 4" + +[MonsterHuntObjective0] +Message="Hunt down the Titan" + +[LevelSummary] +Title="Nali Village" +IdealPlayerCount="Up to 4" + +[MonsterHuntObjective3] +Message="Return to the escape ships" + +[MonsterHuntObjective2] +Message="Defeat the other Titan!" + diff --git a/resources/System/MH-Revenge][.est b/resources/System/MH-Revenge][.est new file mode 100644 index 0000000..1003b06 --- /dev/null +++ b/resources/System/MH-Revenge][.est @@ -0,0 +1,26 @@ +[LevelInfo0] +; EN: Title="Ra's Revenge" +Title="La Venganza de Ra" +IdealPlayerCount="4-8" +; EN: LevelEnterText="Destroy the pyramid!!" +LevelEnterText="¡¡Destruye la pirámide!!" + +[LevelSummary] +; EN: Title="Ra's Revenge" +Title="La Venganza de Ra" +IdealPlayerCount="4-8" +; EN: LevelEnterText="Destroy the pyramid!!" +LevelEnterText="¡¡Destruye la pirámide!!" + +[MonsterEvent4] +; EN: Message="Second spawn point has been activated" +Message="Segundo punto de reaparición activado" + +[MonsterHuntObjective0] +; EN: Message="Find and defeat the Queen" +Message="Encuentra y derrota a la Reina" + +[MonsterHuntObjective1] +; EN: Message="Return to the extraction point" +Message="Regresa al punto de extracción" + diff --git a/resources/System/MH-Revenge][.int b/resources/System/MH-Revenge][.int new file mode 100644 index 0000000..c627369 --- /dev/null +++ b/resources/System/MH-Revenge][.int @@ -0,0 +1,19 @@ +[LevelInfo0] +Title="Ra's Revenge" +IdealPlayerCount="4-8" +LevelEnterText="Destroy the pyramid!!" + +[LevelSummary] +Title="Ra's Revenge" +IdealPlayerCount="4-8" +LevelEnterText="Destroy the pyramid!!" + +[MonsterEvent4] +Message="Second spawn point has been activated" + +[MonsterHuntObjective0] +Message="Find and defeat the Queen" + +[MonsterHuntObjective1] +Message="Return to the extraction point" + diff --git a/resources/System/MH-Trials.est b/resources/System/MH-Trials.est new file mode 100644 index 0000000..36587ab --- /dev/null +++ b/resources/System/MH-Trials.est @@ -0,0 +1,36 @@ +[LevelInfo0] +; EN: Title="The Trials" +Title="Las Pruebas" +; EN: IdealPlayerCount="Up to 10" +IdealPlayerCount="Hasta 10" + +[MonsterHuntObjective2] +; EN: Message="Activate the outdoor beam" +Message="Activa el rayo exterior" + +[LevelSummary] +; EN: Title="The Trials" +Title="Las Pruebas" +; EN: IdealPlayerCount="Up to 10" +IdealPlayerCount="Hasta 10" + +[MonsterHuntObjective5] +; EN: Message="Escape!" +Message="¡Escapa!" + +[MonsterHuntObjective1] +; EN: Message="Open the final gateway" +Message="Abre la puerta final" + +[MonsterHuntObjective4] +; EN: Message="Activate the temple beam" +Message="Activa el rayo del templo" + +[MonsterHuntObjective0] +; EN: Message="Activate the underwater beam" +Message="Activa el rayo submarino" + +[MonsterHuntObjective3] +; EN: Message="Activate the caves beam" +Message="Activa el rayo de las cuevas" + diff --git a/resources/System/MH-Trials.int b/resources/System/MH-Trials.int new file mode 100644 index 0000000..16f6def --- /dev/null +++ b/resources/System/MH-Trials.int @@ -0,0 +1,26 @@ +[LevelInfo0] +Title="The Trials" +IdealPlayerCount="Up to 10" + +[MonsterHuntObjective2] +Message="Activate the outdoor beam" + +[LevelSummary] +Title="The Trials" +IdealPlayerCount="Up to 10" + +[MonsterHuntObjective5] +Message="Escape!" + +[MonsterHuntObjective1] +Message="Open the final gateway" + +[MonsterHuntObjective4] +Message="Activate the temple beam" + +[MonsterHuntObjective0] +Message="Activate the underwater beam" + +[MonsterHuntObjective3] +Message="Activate the caves beam" + diff --git a/resources/System/MonsterHunt.est b/resources/System/MonsterHunt.est new file mode 100644 index 0000000..99078e0 --- /dev/null +++ b/resources/System/MonsterHunt.est @@ -0,0 +1,310 @@ +[Public] +; EN: Object=(Name=MonsterHunt.ChainsawArena,Class=Class,MetaClass=Engine.Mutator,Description="Chainsaw Arena v608,Replaces all weapons with the Chainsaw!") +Object=(Name=MonsterHunt.ChainsawArena,Class=Class,MetaClass=Engine.Mutator,Description="Solo Motosierras v608,¡Reemplaza a todas las herramientas con la Motosierra!") + +; EN: Preferences=(Caption="Game Types",Parent="Advanced Options") +Preferences=(Caption="Tipos de Juego",Parent="Opciones Avanzadas") +Object=(Name=MonsterHunt.MonsterHunt,Class=Class,MetaClass=Botpack.TournamentGameInfo) +; EN: Preferences=(Caption="Monster Hunt v608",Parent="Game Types",Class=MonsterHunt.MonsterHunt,Immediate=True) +Preferences=(Caption="Cacería de Monstruos v608",Parent="Tipos de Juego",Class=MonsterHunt.MonsterHunt,Immediate=True) +Object=(Name=MonsterHunt.MonsterHuntArena,Class=Class,MetaClass=Botpack.TournamentGameInfo) +; EN: Preferences=(Caption="Monster Arena v608",Parent="Game Types",Class=MonsterHunt.MonsterHuntArena,Immediate=True) +Preferences=(Caption="Estadio de Monstruos v608",Parent="Tipos de Juego",Class=MonsterHunt.MonsterHuntArena,Immediate=True) +Object=(Name=MonsterHunt.MonsterHuntDefence,Class=Class,MetaClass=Botpack.TournamentGameInfo) +; EN: Preferences=(Caption="Monster Defence v608",Parent="Game Types",Class=MonsterHunt.MonsterHuntDefence,Immediate=True) +Preferences=(Caption="Defensa de Monstruos v608",Parent="Tipos de Juego",Class=MonsterHunt.MonsterHuntDefence,Immediate=True) + +; EN: Object=(Name=MonsterHunt.MonsterDefaultMaps,Class=Class,MetaClass=MonsterHunt.MonsterMapList,Description="Default Maps v608") +Object=(Name=MonsterHunt.MonsterDefaultMaps,Class=Class,MetaClass=MonsterHunt.MonsterMapList,Description="Mapas por defecto v608") +; EN: Object=(Name=MonsterHunt.MonsterArenaDefaultMaps,Class=Class,MetaClass=MonsterHunt.MonsterArenaMapList,Description="Default Maps v608") +Object=(Name=MonsterHunt.MonsterArenaDefaultMaps,Class=Class,MetaClass=MonsterHunt.MonsterArenaMapList,Description="Mapas por defecto v608") + +Object=(Name=MonsterHunt.MonsterBrowserWindow,Class=Class,MetaClass=UTBrowser.UTBrowserServerListWindow) +Object=(Name=MonsterHunt.MonsterArenaBrowserWindow,Class=Class,MetaClass=UTBrowser.UTBrowserServerListWindow) + +; EN: Object=(Name=MonsterHunt.MonsterMenuItem,Class=Class,MetaClass=UMenu.UMenuModMenuItem,Description="&Monster Hunt Credits v608,The people behind Monster Hunt.") +Object=(Name=MonsterHunt.MonsterMenuItem,Class=Class,MetaClass=UMenu.UMenuModMenuItem,Description="Créditos de Cacería de &Monstruos v608,La gente detrás de Cacería de Monstruos.") + +[MonsterHunt] +; EN: TimeOutMessage="Time up, hunt failed!" +TimeOutMessage="¡Tiempo cumplido, cacería fracasada!" +; EN: NoHuntersMessage="Hunting party eliminated!" +NoHuntersMessage="¡Partida de cacería eliminada!" +; EN: NoLivesLeftMessage=" has been lost!" +NoLivesLeftMessage=" ha sido eliminado!" +; EN: StartUpTeamMessage="Welcome to the hunt!" +StartUpTeamMessage="¡Bienvenido a la cacería!" +; EN: StartUpMessage="Work with your teammates to hunt down the monsters!" +StartUpMessage="¡Trabaja junto a tus compañeros para eliminar a los monstruos!" +; EN: StartMessage="The hunt has begun!" +StartMessage="¡La cacería ha comenzado!" +; EN: GameEndedMessage="Hunt Successful!" +GameEndedMessage="¡Caza Exitosa!" +; EN: SingleWaitingMessage="Press Fire to begin the hunt." +SingleWaitingMessage="Presiona Disparo para comenzar la cacería." +; EN: ExplodeMessage=" was blown up" +ExplodeMessage=" ha explotado" +; EN: BurnedMessage=" was incinerated" +BurnedMessage=" ha sido incinerado" +; EN: CorrodedMessage=" was slimed" +CorrodedMessage=" ha sido corroído" +; EN: HackedMessage=" was hacked" +HackedMessage=" ha sido descuartizado" +; EN: LeftMessage=" left the hunt." +LeftMessage=" ha abandonado la cacería." +; EN: EnteredMessage=" has joined the hunt!" +EnteredMessage=" se ha unido a la cacería!" +; EN: GameName="Monster Hunt" +GameName="Cacería de Monstruos" + +[MonsterBoard] +; EN: MonsterDifficultyJoinString="Monsters /" +MonsterDifficultyJoinString="Monstruos /" +; EN: ObjectivesString="Objectives" +ObjectivesString="Objetivos" +; EN: Restart="You have been killed. Hit [Fire] to continue the hunt!" +Restart="Has sido eliminado. ¡Presiona [Disparo] para continuar la cacería!" +; EN: Continue="Hit [Fire] to begin the next hunt!" +Continue="¡Presiona [Disparo] para iniciar la próxima cacería!" +; EN: Ended="The hunt has ended." +Ended="La cacería ha concluido." +; EN: PlayerString="Hunter" +PlayerString="Cazador" +; EN: FragsString="Score" +FragsString="Puntaje" +; EN: DeathsString="Lives" +DeathsString="Vidas" + +[MonsterHUD] +; EN: TimeRemainingLabel="Time Remaining" +TimeRemainingLabel="Tiempo Restante" +; EN: LivesRemainLabel="Lives" +LivesRemainLabel="Vidas" +; EN: EscapedMonstersLabel="Escaped Monsters" +EscapedMonstersLabel="Monstruos Escapados" +; EN: HuntersRemainLabel="Hunters" +HuntersRemainLabel="Cazadores" +; EN: MonstersRemainLabel="Monsters" +MonstersRemainLabel="Monstruos" + +[MonsterHuntDefence] +; EN: MonstersEscapedMessage="Too many monsters escaped!" +MonstersEscapedMessage="¡Han escapado demasiados monstruos!" +; EN: EscapedMessage="escaped!" +EscapedMessage="escapó!" +; EN: WarmupMessage="seconds until the monsters arrive!" +WarmupMessage="segundos hasta que arriben los monstruos!" +; EN: StartUpMessage="Work with your teammates to defend your base against the monsters!" +StartUpMessage="¡Trabaja con tus compañeros para defender su base ante los monstruos!" +; EN: StartMessage="The defence has begun!" +StartMessage="¡La defensa ha comenzado!" +; EN: GameEndedMessage="Defence Successful!" +GameEndedMessage="¡Defensa Exitosa!" +; EN: SingleWaitingMessage="Press Fire to begin defending." +SingleWaitingMessage="Presiona Disparo para comenzar a defender." +; EN: GameName="Monster Defence" +GameName="Defensa de Monstruos" + +[MonsterHuntArena] +; EN: StartUpTeamMessage="Welcome to the ultimate arena battle!" +StartUpTeamMessage="¡Bienvenido a la mayor batalla de estadio!" +; EN: StartUpMessage="Work with your teammates to overcome the monsters!" +StartUpMessage="¡Trabaja con tus compañeros de equipo para vencer a los monstruos!" +; EN: StartMessage="The battle has begun!" +StartMessage="¡Ha comenzado la batalla!" +; EN: GameEndedMessage="Arena Cleared!" +GameEndedMessage="¡Estadio Superado!" +; EN: SingleWaitingMessage="Press Fire to enter the arena." +SingleWaitingMessage="Presiona Disparo para ingresar al estadio." +; EN: LeftMessage=" left the arena." +LeftMessage=" ha abandonado el estadio." +; EN: EnteredMessage=" has entered the arena!" +EnteredMessage=" ha ingresado al estadio!" +; EN: GameName="Monster Arena" +GameName="Estadio de Monstruos" + +[MonsterHuntRules] +; EN: TourneyText="Force team colours" +TourneyText="Forzar colores de equipo" +; EN: TourneyHelp="If enabled, players will use red team skins and HUD, otherwise they will use their own skin and HUD settings." +TourneyHelp="Si está activo, los jugadores utilizarán pieles de equipo y Monitor Frontal coloreados en rojo, de otro modo utilizarán su propia piel y configuración de MF." +; EN: FragText="Lives" +FragText="Vidas" +; EN: FragHelp="Set the number of lives each hunter starts with for each round. Set it to 0 for no limit." +FragHelp="Configura el número de vidas con el cual comenzará cada cazador en cada ronda. El 0 elimina el límite." +; EN: DifficultyText="Monster Difficulty:" +DifficultyText="Dificultad de Monstruo:" +; EN: DifficultyHelp="The difficulty skill level of Monsters." +DifficultyHelp="Dificultad base de los monstruos." +; EN: Skills[0]="Easy" +Skills[0]="Fácil" +; EN: Skills[1]="Medium" +Skills[1]="Medio" +; EN: Skills[2]="Hard" +Skills[2]="Difícil" +; EN: Skills[3]="Unreal" +Skills[3]="Unreal" +; EN: SkillTaunts[0]="Tourist mode." +SkillTaunts[0]="Modo turista." +; EN: SkillTaunts[1]="Ready for some action!" +SkillTaunts[1]="¡Preparado para la acción!" +; EN: SkillTaunts[2]="Not for the faint of heart." +SkillTaunts[2]="No apto para cardíacos." +; EN: SkillTaunts[3]="Death wish." +SkillTaunts[3]="Deseo suicida." + +[MonsterHuntDefenceRules] +; EN: EscapeesText="Max Escapees" +EscapeesText="Máximo de Escapes" +; EN: EscapeesHelp="The maximum number of Monsters which are allowed to escape, before the round is lost." +EscapeesHelp="El número máximo de monstruos a los cuales se les permitirá escapar antes de considerar la ronda como perdida." +; EN: WarmupText="Warmup Time" +WarmupText="Tiempo de Precal." +; EN: WarmupHelp="Number of seconds to wait before monsters start attacking, set to 0 for no warmup." +WarmupHelp="Tiempo de espera en segundos antes de que los monstruos comiencen a atacar. Un 0 elimina el precalentamiento." + +[MonsterBotConfig] +; EN: MinPlayersText="Min. Total Hunters" +MinPlayersText="Mín. de Cazadores Totales" +; EN: BaseText="AI Hunter Skill:" +BaseText="Habilidad IA Cazador:" +; EN: SkillTaunts[0]="They might know how to kill a Fly." +SkillTaunts[0]="Quizás sepan como matar a una Mosca." +; EN: SkillTaunts[2]="Look out monsters!" +SkillTaunts[2]="¡Cuídense, monstruos!" +; EN: SkillTaunts[3]="Monsters are in for a good beating." +SkillTaunts[3]="Los monstruos recibirán una buena paliza." +; EN: SkillTaunts[4]="I wouldn't like to be in the monsters shoes..." +SkillTaunts[4]="No me gustaría estar en los zapatos de los monstruos..." +; EN: SkillTaunts[5]="It's a pity the monsters can't respawn." +SkillTaunts[5]="Es una lástima que los monstruos no puedan reaparecer." +; EN: SkillTaunts[6]="Those poor monsters are already dead." +SkillTaunts[6]="Esos pobres monstruos están muertos." +; EN: SkillTaunts[7]="Rest in peace, monsters..." +SkillTaunts[7]="Descansen en paz, monstruos..." + +[MonsterCreditsCW] +; EN: ArtText="Testers" +ArtText="Testers" +; EN: MusicSoundText="Special Thanks" +MusicSoundText="Agrad. Especiales" +; EN: BizText="Contact info" +BizText="Info. de Contacto" + +[MonsterCreditsWindow] +; EN: WindowTitle="Monster Hunt Credits (v608)" +WindowTitle="Créditos de Cacería de Monstruos (v608)" + +[HuntMessage] +; EN: NewTeamMessage="has joined the hunt!" +NewTeamMessage="se ha unido a la cacería!" + +[MonsterMenuItem] +; EN: MenuCaption="&Monster Hunt Credits" +MenuCaption="Créditos de Cacería de &Monstruos" +; EN: MenuHelp="All the people behind Monster Hunt!" +MenuHelp="¡Todos aquellos que hicieron posible Cacería de Monstruos!" + +[OLautomag] +; EN: WeaponDescription="Classification: Automatic Magnum" +WeaponDescription="Clasificación: Pistola Automática" +; EN: DeathMessage="%o got gatted by %k's %w." +DeathMessage="%o ha sido acribillado por el %w de %k." +; EN: PickupMessage="You got the Automag" +PickupMessage="Has recogido la Autopistola" +; EN: ItemName="Automag" +ItemName="Autopistola" + +[OLDPistol] +; EN: WeaponDescription="Classification: Energy Pistol" +WeaponDescription="Clasificación: Pistola Energética" +; EN: DeathMessage="%o was killed by %k's %w. What a loser!" +DeathMessage="A %o lo ha asesinado %k con su %w. ¡Pobre!" +; EN: PickupMessage="You got the Dispersion Pistol" +PickupMessage="Has recogido la Pistola de Dispersión" +; EN: ItemName="Dispersion Pistol" +ItemName="Pistola de Dispersión" + +[MonsterHuntObjective] +; EN: Message="Complete the objective" +Message="Completa el objetivo" + +[OLASMD] +; EN: WeaponDescription="Classification: Energy Rifle" +WeaponDescription="Clasificación: Rifle Energético" +; EN: DeathMessage="%k inflicted mortal damage upon %o with the %w." +DeathMessage="%k ha infligido heridas mortales a %o con su %w." +; EN: PickupMessage="You got the ASMD" +PickupMessage="Has recogido el ASMD" +; EN: ItemName="ASMD" +ItemName="ASMD" + +[OLEightball] +; EN: WeaponDescription="Classification: Heavy Ballistic" +WeaponDescription="Clasificación: Artillería Pesada" +; EN: DeathMessage="%o was smacked down multiple times by %k's %w." +DeathMessage="%o fue vapuleado varias veces por el %w de %k." +; EN: PickupMessage="You got the Eightball gun" +PickupMessage="Has recogido el Lanzador Eightball" +; EN: ItemName="Eightball" +ItemName="Lanzador Eightball" + +[OLRifle] +; EN: WeaponDescription="Classification: Long-Range Ballistic" +WeaponDescription="Clasificación: Rifle de Largo Alcance" +; EN: DeathMessage="%k put a bullet through %o's head." +DeathMessage="%k ha atravesado la cabeza de %o con una bala." +; EN: PickupMessage="You got the Rifle" +PickupMessage="Has recogido el Rifle" +; EN: ItemName="Sniper Rifle" +ItemName="Rifle de Francotirador" + +[OLFlakCannon] +; EN: WeaponDescription="Classification: Heavy Shrapnel" +WeaponDescription="Clasificación: Metralla Pesada" +; EN: DeathMessage="%o was ripped to shreds by %k's %w." +DeathMessage="%o ha sido despedazado por el %w de %k." +; EN: PickupMessage="You got the Flak Cannon" +PickupMessage="Has recogido el Cañón de Metralla" +; EN: ItemName="Flak Cannon" +ItemName="Cañón de Metralla" + +[OLRazorjack] +; EN: WeaponDescription="Classification: Skaarj Blade Launcher" +WeaponDescription="Clasificación: Lanzador de Cuchillas Skaarj" +; EN: DeathMessage="%k took a bloody chunk out of %o with the %w." +DeathMessage="%k le pegó un buen tajo a %o con el %w." +; EN: PickupMessage="You got the RazorJack" +PickupMessage="Has recogido el Lanzacuchillas" +; EN: ItemName="RazorJack" +ItemName="Lanzacuchillas" + +[OLMinigun] +; EN: WeaponDescription="Classification: Gatling Gun" +WeaponDescription="Clasificación: Pistola de Gatillo" +; EN: DeathMessage="%k's %w turned %o into a leaky piece of meat." +DeathMessage="La %w de %k ha convertido a %o en un trozo de carne sangrante." +; EN: PickupMessage="You got the Minigun" +PickupMessage="Has recogido la Metralleta" +; EN: ItemName="Minigun" +ItemName="Metralleta" + +[OLGESBioRifle] +; EN: WeaponDescription="Classification: Toxic Tarydium waste Rifle" +WeaponDescription="Clasificación: Rifle de Desecho Tóxico de Taridio" +; EN: DeathMessage="%o drank a glass of %k's dripping green load." +DeathMessage="%o bebió un vaso de la sustancia verde que le goteaba a %k." +; EN: PickupMessage="You got the GES BioRifle" +PickupMessage="Has recogido el Rifle Biológico GES" +; EN: ItemName="GES BioRifle" +ItemName="Rifle Biológico GES" + +[OLStinger] +; EN: WeaponDescription="Classification: Tarydium Shard Launcher" +WeaponDescription="Clasificación: Lanzador de Trozos de Taridio" +; EN: DeathMessage="%o was perforated by %k's %w." +DeathMessage="%o ha sido perforado por el %w de %k." +; EN: PickupMessage="You picked up the Stinger" +PickupMessage="Has recogido el Cañón Perforador" +; EN: ItemName="Stinger" +ItemName="Cañón Perforador" diff --git a/resources/System/MonsterHunt.int b/resources/System/MonsterHunt.int new file mode 100644 index 0000000..1cc253a --- /dev/null +++ b/resources/System/MonsterHunt.int @@ -0,0 +1,183 @@ +[Public] +Object=(Name=MonsterHunt.ChainsawArena,Class=Class,MetaClass=Engine.Mutator,Description="Chainsaw Arena v608,Replaces all weapons with the Chainsaw!") + +Preferences=(Caption="Game Types",Parent="Advanced Options") +Object=(Name=MonsterHunt.MonsterHunt,Class=Class,MetaClass=Botpack.TournamentGameInfo) +Preferences=(Caption="Monster Hunt v608",Parent="Game Types",Class=MonsterHunt.MonsterHunt,Immediate=True) +Object=(Name=MonsterHunt.MonsterHuntArena,Class=Class,MetaClass=Botpack.TournamentGameInfo) +Preferences=(Caption="Monster Arena v608",Parent="Game Types",Class=MonsterHunt.MonsterHuntArena,Immediate=True) +Object=(Name=MonsterHunt.MonsterHuntDefence,Class=Class,MetaClass=Botpack.TournamentGameInfo) +Preferences=(Caption="Monster Defence v608",Parent="Game Types",Class=MonsterHunt.MonsterHuntDefence,Immediate=True) + +Object=(Name=MonsterHunt.MonsterDefaultMaps,Class=Class,MetaClass=MonsterHunt.MonsterMapList,Description="Default Maps v608") +Object=(Name=MonsterHunt.MonsterArenaDefaultMaps,Class=Class,MetaClass=MonsterHunt.MonsterArenaMapList,Description="Default Maps v608") + +Object=(Name=MonsterHunt.MonsterBrowserWindow,Class=Class,MetaClass=UTBrowser.UTBrowserServerListWindow) +Object=(Name=MonsterHunt.MonsterArenaBrowserWindow,Class=Class,MetaClass=UTBrowser.UTBrowserServerListWindow) + +Object=(Name=MonsterHunt.MonsterMenuItem,Class=Class,MetaClass=UMenu.UMenuModMenuItem,Description="&Monster Hunt Credits v608,The people behind Monster Hunt.") + +[MonsterHunt] +TimeOutMessage="Time up, hunt failed!" +NoHuntersMessage="Hunting party eliminated!" +NoLivesLeftMessage=" has been lost!" +StartUpTeamMessage="Welcome to the hunt!" +StartUpMessage="Work with your teammates to hunt down the monsters!" +StartMessage="The hunt has begun!" +GameEndedMessage="Hunt Successful!" +SingleWaitingMessage="Press Fire to begin the hunt." +ExplodeMessage=" was blown up" +BurnedMessage=" was incinerated" +CorrodedMessage=" was slimed" +HackedMessage=" was hacked" +LeftMessage=" left the hunt." +EnteredMessage=" has joined the hunt!" +GameName="Monster Hunt" + +[MonsterBoard] +MonsterDifficultyJoinString="Monsters /" +ObjectivesString="Objectives" +Restart="You have been killed. Hit [Fire] to continue the hunt!" +Continue="Hit [Fire] to begin the next hunt!" +Ended="The hunt has ended." +PlayerString="Hunter" +FragsString="Score" +DeathsString="Lives" + +[MonsterHUD] +TimeRemainingLabel="Time Remaining" +LivesRemainLabel="Lives" +EscapedMonstersLabel="Escaped Monsters" +HuntersRemainLabel="Hunters" +MonstersRemainLabel="Monsters" + +[MonsterHuntDefence] +MonstersEscapedMessage="Too many monsters escaped!" +EscapedMessage="escaped!" +WarmupMessage="seconds until the monsters arrive!" +StartUpMessage="Work with your teammates to defend your base against the monsters!" +StartMessage="The defence has begun!" +GameEndedMessage="Defence Successful!" +SingleWaitingMessage="Press Fire to begin defending." +GameName="Monster Defence" + +[MonsterHuntArena] +StartUpTeamMessage="Welcome to the ultimate arena battle!" +StartUpMessage="Work with your teammates to overcome the monsters!" +StartMessage="The battle has begun!" +GameEndedMessage="Arena Cleared!" +SingleWaitingMessage="Press Fire to enter the arena." +LeftMessage=" left the arena." +EnteredMessage=" has entered the arena!" +GameName="Monster Arena" + +[MonsterHuntRules] +TourneyText="Force team colours" +TourneyHelp="If enabled, players will use red team skins and HUD, otherwise they will use their own skin and HUD settings." +FragText="Lives" +FragHelp="Set the number of lives each hunter starts with for each round. Set it to 0 for no limit." +DifficultyText="Monster Difficulty:" +DifficultyHelp="The difficulty skill level of Monsters." +Skills[0]="Easy" +Skills[1]="Medium" +Skills[2]="Hard" +Skills[3]="Unreal" +SkillTaunts[0]="Tourist mode." +SkillTaunts[1]="Ready for some action!" +SkillTaunts[2]="Not for the faint of heart." +SkillTaunts[3]="Death wish." + +[MonsterHuntDefenceRules] +EscapeesText="Max Escapees" +EscapeesHelp="The maximum number of Monsters which are allowed to escape, before the round is lost." +WarmupText="Warmup Time" +WarmupHelp="Number of seconds to wait before monsters start attacking, set to 0 for no warmup." + +[MonsterBotConfig] +MinPlayersText="Min. Total Hunters" +BaseText="AI Hunter Skill:" +SkillTaunts[0]="They might know how to kill a Fly." +SkillTaunts[2]="Look out monsters!" +SkillTaunts[3]="Monsters are in for a good beating." +SkillTaunts[4]="I wouldn't like to be in the monsters shoes..." +SkillTaunts[5]="It's a pity the monsters can't respawn." +SkillTaunts[6]="Those poor monsters are already dead." +SkillTaunts[7]="Rest in peace, monsters..." + +[MonsterCreditsCW] +ArtText="Testers" +MusicSoundText="Special Thanks" +BizText="Contact info" + +[MonsterCreditsWindow] +WindowTitle="Monster Hunt Credits (v608)" + +[HuntMessage] +NewTeamMessage="has joined the hunt!" + +[MonsterMenuItem] +MenuCaption="&Monster Hunt Credits" +MenuHelp="All the people behind Monster Hunt!" + +[OLautomag] +WeaponDescription="Classification: Automatic Magnum" +DeathMessage="%o got gatted by %k's %w." +PickupMessage="You got the AutoMag" +ItemName="Automag" + +[OLDPistol] +WeaponDescription="Classification: Energy Pistol" +DeathMessage="%o was killed by %k's %w. What a loser!" +PickupMessage="You got the Dispersion Pistol" +ItemName="Dispersion Pistol" + +[MonsterHuntObjective] +Message="Complete the objective" + +[OLASMD] +WeaponDescription="Classification: Energy Rifle" +DeathMessage="%k inflicted mortal damage upon %o with the %w." +PickupMessage="You got the ASMD" +ItemName="ASMD" + +[OLEightball] +WeaponDescription="Classification: Heavy Ballistic" +DeathMessage="%o was smacked down multiple times by %k's %w." +PickupMessage="You got the Eightball gun" +ItemName="Eightball" + +[OLRifle] +WeaponDescription="Classification: Long-Range Ballistic" +DeathMessage="%k put a bullet through %o's head." +PickupMessage="You got the Rifle" +ItemName="Sniper Rifle" + +[OLFlakCannon] +WeaponDescription="Classification: Heavy Shrapnel" +DeathMessage="%o was ripped to shreds by %k's %w." +PickupMessage="You got the Flak Cannon" +ItemName="Flak Cannon" + +[OLRazorjack] +WeaponDescription="Classification: Skaarj Blade Launcher" +DeathMessage="%k took a bloody chunk out of %o with the %w." +PickupMessage="You got the RazorJack" +ItemName="Razorjack" + +[OLMinigun] +WeaponDescription="Classification: Gatling Gun" +DeathMessage="%k's %w turned %o into a leaky piece of meat." +PickupMessage="You got the Minigun" +ItemName="Minigun" + +[OLGESBioRifle] +WeaponDescription="Classification: Toxic Tarydium waste Rifle" +DeathMessage="%o drank a glass of %k's dripping green load." +PickupMessage="You got the GES BioRifle" +ItemName="GES Bio Rifle" + +[OLStinger] +WeaponDescription="Classification: Tarydium Shard Launcher" +DeathMessage="%o was perforated by %k's %w." +PickupMessage="You picked up the Stinger" +ItemName="Stinger"