mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
More Cogdo edits
This commit is contained in:
parent
d746a9cd13
commit
2234c4486e
5 changed files with 17 additions and 16 deletions
|
@ -27,6 +27,7 @@ class CogdoBarrelRoomIntro(CogdoGameMovie):
|
|||
def displayLine(self, text):
|
||||
self.notify.debug('displayLine')
|
||||
self._dialogueLabel.node().setText(text)
|
||||
self._dialogueLabel.setPos(0.32, 0, -0.72)
|
||||
self.toonHead.reparentTo(aspect2d)
|
||||
self._toonDialogueSfx.play()
|
||||
self.toonHead.setClipPlane(self.clipPlane)
|
||||
|
|
|
@ -23,6 +23,7 @@ class CogdoFlyingGameIntro(CogdoGameMovie):
|
|||
|
||||
def displayLine(self, who, text):
|
||||
self._dialogueLabel.node().setText(text)
|
||||
self._dialogueLabel.setPos(0.32, 0, -0.724)
|
||||
if who == 'toon':
|
||||
self.toonHead.reparentTo(aspect2d)
|
||||
self.cogHead.reparentTo(hidden)
|
||||
|
|
|
@ -126,7 +126,7 @@ class CogdoMazeGameIntro(CogdoGameMovie):
|
|||
def end():
|
||||
self._stopUpdateTask()
|
||||
|
||||
self._ival = Sequence(Func(start), Func(self.displayLine, 'cog', self._getRandomLine(dialogue[0])), showExitIval, Func(showWaterCooler), Func(self.displayLine, 'toon', self._getRandomLine(dialogue[1])), Wait(waitDuration), Func(showBoss), bossSuit.hprInterval(1.0, bossSuit.getHpr() + Point3(180, 0, 0), blendType='easeInOut'), Func(self.displayLine, 'cog', self._getRandomLine(dialogue[2])), Wait(waitDuration - 1.0), Func(end))
|
||||
self._ival = Sequence(Func(start), Func(self.displayLine, 'toon', self._getRandomLine(dialogue[0])), showExitIval, Func(showWaterCooler), Func(self.displayLine, 'toon', self._getRandomLine(dialogue[1])), Wait(waitDuration), Func(showBoss), bossSuit.hprInterval(1.0, bossSuit.getHpr() + Point3(180, 0, 0), blendType='easeInOut'), Func(self.displayLine, 'toon', self._getRandomLine(dialogue[2])), Wait(waitDuration - 1.0), Func(end))
|
||||
self._startUpdateTask()
|
||||
|
||||
def _setCamTarget(self, targetNP, distance, offset = Point3(0, 0, 0), angle = Point3(0, 0, 0)):
|
||||
|
|
|
@ -69,7 +69,7 @@ class CogdoGameMovie:
|
|||
textNode.setFont(ToontownGlobals.getToonFont())
|
||||
self._dialogueLabel = aspect2d.attachNewNode(textNode)
|
||||
self._dialogueLabel.setScale(0.06, 0.06, 0.06)
|
||||
self._dialogueLabel.setPos(0.32, 0, -0.7325)
|
||||
self._dialogueLabel.setPos(0.32, 0, -0.75)
|
||||
self._dialogueLabel.reparentTo(hidden)
|
||||
|
||||
def unload(self):
|
||||
|
|
|
@ -8808,22 +8808,22 @@ BoardroomGameTitle = 'Boardroom Hijinks'
|
|||
BoardroomGameInstructions = 'The COGS are having a meeting to decide what to do with stolen gags. Slide on through and grab as many gag-destruction memos as you can!'
|
||||
CogdoCraneGameTitle = 'Vend-A-Stomper'
|
||||
CogdoCraneGameInstructions = 'The COGS are using a coin-operated machine to destroy laff barrels. Use the cranes to pick up and throw money bags, in order to prevent barrel destruction!'
|
||||
CogdoMazeGameTitle = 'Moving & Shaking Dept.'
|
||||
CogdoMazeGameInstructions = 'The big Mover & Shaker COGs have the code to open the door. Defeat them with your water balloons in order to get it!'
|
||||
CogdoMazeIntroMovieDialogue = (("This should give you Toons a shiver! We're powering our offices with your Jokes, and you're powerless to stop us!", "This will make you Toons quake! We've stolen your Jokes, and you cannot stop us!", "This may come as an aftershock, but we've stolen your Jokes, and there's nothing you can do about it!"), ("Don't get rattled, Toons! Fill your water balloons, splash the BIG COGs, and retrieve the PASS CODE that opens the exit! Good luck from the Toon Resistance!", 'Are you ready to rumble, Toons? Go to the water coolers and fill up balloons to throw at COGs. Hit the BIG COGs to get the pass code for the exit! Toon Resistance out!', 'Want some good vibrations? Fill your balloons at the water coolers, splash the BIG Movers & Shakers, complete the PASS CODE, and find the way out! Good luck, Toons!'), ("Hmph! I'm a Silver Sprocket Award winner, I don't need this!", "You're on shaky ground, Toons!", "Before you know it, you'll all be trembling!"))
|
||||
CogdoMazeGameDoorOpens = "The Pass Code opened the Exit!\nGet there before it's too late!"
|
||||
CogdoMazeGameTitle = 'Mover & Shaker\nField Office'
|
||||
CogdoMazeGameInstructions = 'The big Mover & Shaker Cogs have the code to open the door. Defeat them with your water balloons in order to get it!'
|
||||
CogdoMazeIntroMovieDialogue = (("This is the Toon Resistance! The Movers & Shakers\nhave our Jokes, and they've locked the exit!",), ('Grab water balloons at coolers, and throw them at Cogs!\nSmall Cogs drop Jokes, BIG COGS open the exit.',), ('The more Jokes you rescue, the bigger your Toon-Up\nat the end. Good luck!',))
|
||||
CogdoMazeGameDoorOpens = 'THE EXIT IS OPEN FOR 60 SECONDS!\nGET THERE FAST FOR A BIGGER TOON-UP'
|
||||
CogdoMazeGameLocalToonFoundExit = "The exit will open when\nyou've busted all four BIG COGS!"
|
||||
CogdoMazeGameTimeOut = 'Oh no, time ran out! You lost your jokes.'
|
||||
CogdoMazeGameTimeAlert = 'Hurry up! 60 seconds to go!'
|
||||
CogdoMazeGameBossGuiTitle = 'Pass Code:'
|
||||
CogdoMazeFindHint = 'Find a Water Cooler!'
|
||||
CogdoMazeGameBossGuiTitle = 'BIG COGS:'
|
||||
CogdoMazeFindHint = 'Find a Water Cooler'
|
||||
CogdoMazeThrowHint = "Press 'Ctrl' to throw your water balloon"
|
||||
CogdoMazeSquashHint = 'Falling objects pop your balloon'
|
||||
CogdoMazeBossHint = 'Big COGs take TWO hits to defeat'
|
||||
CogdoMazeMinionHint = 'Minions drop bonus Jokes!'
|
||||
CogdoMazeBossHint = 'Big Cogs take TWO hits to defeat'
|
||||
CogdoMazeMinionHint = 'Smaller Cogs drop jokes'
|
||||
CogdoMazeGameElevatorRewardLaff = 'Great job, Toons!\nYou get a Toon-Up from the jokes you saved!'
|
||||
CogdoFlyingGameTitle = 'Legal Eagle Offices'
|
||||
CogdoFlyingGameInstructions = "Fly through the Legal Eagles' lair. Watch out for obstacles and COGs along the way, and don't forget to refuel your helicopter!"
|
||||
CogdoFlyingGameTitle = 'Legal Eagle\nField Office'
|
||||
CogdoFlyingGameInstructions = "Fly through the Legal Eagles' lair. Watch out for obstacles and Cogs along the way, and don't forget to refuel your helicopter!"
|
||||
CogdoFlyingIntroMovieDialogue = (("You won't ruffle our feathers, Toons! We're destroying barrels of your Laff, and you cannot stop us!", "A flock of Toons! We're crushing barrels of your Laff in our %s, and there's nothing you can do about it!" % CogdoStomperName, "You can't egg us on, Toons! We're powering our offices with your Laff, and you're powerless to stop us!"), ('This is the Toon Resistance! A little bird told me you can use propellers to fly around, grab Barrel Destruction Memos, and keep Laff from being destroyed! Good luck, Toons!', 'Attention Toons! Wing it with a propeller and collect Barrel Destruction Memos to keep our Laff from being stomped! Toon Resistance out!', 'Toon Resistance here! Cause a flap by finding propellers, flying to the Barrel Destruction Memos, and keeping our Laff from being smashed! Have fun!'), ("Squawk! I'm a Silver Sprocket Award winner, I don't need this!", 'Do your best, Toons! You will find us to be quite talon-ted!', "We'll teach you to obey the pecking order, Toons!"))
|
||||
CogdoFlyingGameFuelLabel = 'Fuel'
|
||||
CogdoFlyingGameLegalEagleTargeting = 'A Legal Eagle has noticed you!'
|
||||
|
@ -8835,13 +8835,12 @@ CogdoFlyingGameTimeIsRunningOut = 'Time is running out!'
|
|||
CogdoFlyingGameMinimapIntro = 'This meter shows your progress!\nX marks the finish line.'
|
||||
CogdoFlyingGameMemoIntro = 'Memos prevent Laff Barrels in\nthe Stomper Room from being destroyed!'
|
||||
CogdoFlyingGameOutOfTime = 'Oh No! You ran out of time!'
|
||||
CogdoFlyingGameYouMadeIt = 'You made it on time!'
|
||||
CogdoFlyingGameYouMadeIt = 'Good work, you made it on time!'
|
||||
CogdoFlyingGameTakingMemos = 'The legal eagles took all your memos!'
|
||||
CogdoFlyingGameTakingMemos = 'The Legal Eagles took all your memos!'
|
||||
CogdoBarrelRoomTitle = 'Stomper Room'
|
||||
CogdoBarrelRoomIntroDialog = 'Good work, Toons! You have haulted the stompers and are now able to collect some of the stolen laff barrels, but make sure to hurry before the COGs come!'
|
||||
CogdoBarrelRoomIntroDialog = 'Good work, Toons! You have haulted the Stomp-O-Matic and are now able to collect some of the stolen Laff barrels, but make sure to hurry before the Cogs come!'
|
||||
CogdoExecutiveSuiteTitle = 'Executive Suite'
|
||||
CogdoExecutiveSuiteIntroMessage = "Oh no, they've got the shop keeper!\nDefeat the COGs and free the captive."
|
||||
CogdoExecutiveSuiteIntroMessage = "Oh no, they've got the shop keeper!\nDefeat the Cogs and free the captive."
|
||||
CogdoExecutiveSuiteToonThankYou = 'Thanks for the rescue!\nIf you need help in a fight, use this SOS card to call my friend %s.'
|
||||
CogdoExecutiveSuiteToonThankYouLawbot = 'Thanks for the rescue!\nThe Lawbots have left behind some sprocket awards that you can use to buy new things in your cattlelog!'
|
||||
CogdoExecutiveSuiteToonBye = 'Bye!'
|
||||
|
|
Loading…
Reference in a new issue