• 💀 Happy Halloween! 💀 It's time to vote for the best terrain! Check out the entries to Hive's HD Terrain Contest #2 - Vampire Folklore.❗️Poll closes on November 14, 2023. 🔗Click here to cast your vote!
  • 🏆 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!
  • 🏆 HD Level Design Contest #1 is OPEN! Contestants must create a maze with at least one entry point, and at least one exit point. The map should be made in HD mode, and should not be openable in SD. Only custom models from Hive's HD model and texture sections are allowed. The only exceptions are DNC models and omnilights. This is mainly a visual and design oriented contest, not technical. The UI and video walkthrough rules are there to give everyone an equal shot at victory by standardizing how viewers see the terrain. 🔗Click here to enter!

[General] Raw Data Code in Tooltip

Status
Not open for further replies.
Level 18
Joined
Nov 21, 2012
Messages
835
Hi, its a question for experienced users.
Im triying to copy one field value from object editor to another using raw data.
Example:
from Knight - hkni, field 'Text tooltip extended (utub)' - Ubertip
into
Footman - hfoo , field 'Text tooltip extended (utub)' - Ubertip

So Footman's Ubertip field is edited, so it should shows (in game) description from Knight.

so far I tryed:
<hkni,Ubertip>
< hkni,Ubertip >
< hkni, Ubertip >
< hkni , Ubertip >
<hkni,$Ubertip>
<hkni,%Ubertip>
<hkni,'Ubertip'>
<hkni,utub>
< hkni,utub >
< hkni, utub >
<hkni,'utub'>
<hkni, 'utub'>
< hkni, 'utub' >

no success, always in game shows '0'
I know i can do that manually.
If you ask what for?
There's 200 units and structures that train those units, and I want to start with balancing. Copy with raw data could saves a lot of time - if possible to do.
zibi
 
Level 12
Joined
Mar 13, 2012
Messages
1,121
The problem here is that the string is cast to a number, which results in 0. While it might be possible to display a string somehow, I have never seen it.
 
Status
Not open for further replies.
Top