[MOD] tool tip replacer

Discuss and distribute tools and methods for modding. Moderator - Grognak
Post Reply
seth177
Posts: 3
Joined: Wed Oct 03, 2012 12:35 am

[MOD] tool tip replacer

Post by seth177 »

i made a mod that replaces tool tips cause, why not? it just replaces the tool tips if you hover over systems and stuff, most of them are pointless.....

Im not gonna post pictures cause that'll be like 20 pictures and im lazy but if you wanna know what they say here

Code: Select all

<!-- Copyright (c) 2012 by Subset Games. All rights reserved -->

<!-- SYSTEM TOOLTIPS FOR THE BOTTOM -->
<oxygen>Oxygen: What do you think this is?</oxygen>
<doors>Doors: yea.....</doors>
<shields>Shields: bla bla.</shields>
<pilot>Piloting: You know this!</pilot>
<engines>Engines: Makes you go forward.</engines>
<sensors>Sensors Really?</sensors>
<medbay>Medbay: Heals all you need to kow...</medbay>
<weapons>Weapons: Bang Bang</weapons>
<drones>Drones: Beep boop boop bop.</drones>
<teleporter>Teleporter: woosh!</teleporter>
<cloaking>Cloaking: You cant see me!</cloaking>
<artillery>Artillery: hmm....</artillery>
<powerTotal>Reactor: powers stuffity stuff</powerTotal>

<!-- Ship status tooltips -->
<hull>Hull: it keeps you from dieing out in space.</hull>
<droneCount>Drones...yea pretty useless in some cases</droneCount>
<fuelCount>I got Gas!</fuelCount>
<missileCount>Meizals!</missileCount>
<scrapCount>junk</scrapCount>
<FTLButton>Push me!</FTLButton>
<shieldDisplay>you dont need this!</shieldDisplay>
<evadeDisplay>Who needs to dodge! take it like a MAN!</evadeDisplay>
<oxygenDisplay>Oxygen? who needs to breath!</oxygenDisplay>
<energyShieldDisplay>Big green, and ugly....all you need to know</energyShieldDIsplay>

<!-- Other -->
<autofire>bang bang!</autoFire>

<asteroids>Little teny tiny pebbles you dont need to worry!</asteroids>
<sun>MY EYES!!!!!!!!!</sun>
<nebula>EEW is this where stars are born?!</nebula>
<storm>You will hate this!</storm>
Pretty pointless, im just gonna put it up for download cause its sorta funny and stuff....

https://dl.dropbox.com/u/71322433/Ftl%2 ... placer.ftl

Requires: Grognak's Mod Manager http://www.ftlgame.com/forum/viewtopic.php?f=12&t=2464
Last edited by seth177 on Wed Oct 03, 2012 11:33 pm, edited 1 time in total.
seth177
Posts: 3
Joined: Wed Oct 03, 2012 12:35 am

Re: [MOD] tool tip replacer

Post by seth177 »

will fix i was in a rush when makeing this
seth177
Posts: 3
Joined: Wed Oct 03, 2012 12:35 am

Re: [MOD] tool tip replacer

Post by seth177 »

Ok i changed a few things, fixed spelling errors, added things....yea
User avatar
Kieve
Posts: 944
Joined: Tue Sep 18, 2012 2:21 pm

Re: [MOD] tool tip replacer

Post by Kieve »

Normally I'm all for supporting modders in their endeavors, and seth177 I hope you're learning more about the process by experimenting this way. But I have to say, you're probably aiming at the wrong crowd with something like... this. As the saying goes, "know your audience." I find it very doubtful anyone on these boards is going to want to replace their tooltips with random nonsense just for the heck of it.

Trying to be constructive, I'd say put whatever knowledge you've gleaned from this stuff to better use, try making a few custom events (can always use more, I'm sure), or a sector questline.
Post Reply