• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Tooltip Helper

Description:
This tool can help you with your spells' learn tooltips. You enter the first level as a sample and it will generate the other levels for you.

Features:
  • Select a part of the text and colorify by choosing the color.
  • Change the color of the level indicator.
  • Change the position of the level indicator.
  • Create a custom level indicator.

Examples:


upload_2021-1-6_10-49-50-png.371513


upload_2021-1-6_10-50-22-png.371514


upload_2021-1-6_12-24-21-png.371518





Level Indicator
You can change the default indicator "Level X - " by going to the second tab.
If you want to make a new indicator:

  • "|s": Starts the coloring.[Optional]
  • "|e": Ends the coloring.[Optional]
  • "|l": Writes the level.[Required]

Example:

"|sLevel |l|e - " will become ->
upload_2021-1-6_10-3-4-png.371507
which is ->
upload_2021-1-6_10-3-20-png.371508

"|s[|e Level |s]|e - |s|l|e " will become ->
upload_2021-1-6_10-4-12-png.371509
which is ->
upload_2021-1-6_10-4-27-png.371510
.


upload_2021-1-6_10-6-13-png.371511




Notes:

Basically, the code finds all the "1>", "1,.>", "1,%>" and uses it for incrementing the level.

I had a worse version of this but I decided to work on it so people can use it. The level indicator creation doesn't check if you have put the |s before the |e or vice versa.

It ain't much but it's honest work ¯\_(ツ)_/¯


Requirements:
-Java Runtime Environment (JRE)

Usage:
It is a JAR file, double-clicking it should do the trick.
Contents

Tooltip Helper (Binary)

eejin

Tool Moderator
Level 12
Joined
Mar 6, 2017
Messages
221
I could not get the tool to launch. I'm using the AdopOpenJDK 11.0.10 which is seemingly the Windows default these days after Oracle changed some licensing stuff with theirs.
 

eejin

Tool Moderator
Level 12
Joined
Mar 6, 2017
Messages
221
Useful tool for basic tooltip coloring. The generate feature is probably the biggest selling point. It does seem like the Colorify for selected text does not work so if you could fix that, then I will approve it.
 
Top