Results 1 to 3 of 3

Thread: Missing "Turns until Available" recruitment info in Rusichi 1.1

  1. #1

    Default Missing "Turns until Available" recruitment info in Rusichi 1.1

    I'm sure this is very simple, but I can't find a forum that explains what makes the line "Turns until available" show up when hovering over a unit card. The rest of the lines work as normal, and the units do become available eventually.Click image for larger version. 

Name:	availableBug.jpg 
Views:	8 
Size:	250.6 KB 
ID:	363503

  2. #2

    Default Re: Missing "Turns until Available" recruitment info in Rusichi 1.1

    That text element is controlled in tooltips.txt (you may need to convert this file from .bin if your mod doesn't already have a text file). Here you should fine the line:

    Code:
    {TMT_TIME_TO_NEXT_UNIT}Turns to next available unit: %d
    But it may simply be deleted or have a space after the closing bracket.

  3. #3

    Default Re: Missing "Turns until Available" recruitment info in Rusichi 1.1

    Quote Originally Posted by Callistonian View Post
    That text element is controlled in tooltips.txt (you may need to convert this file from .bin if your mod doesn't already have a text file). Here you should fine the line:

    Code:
    {TMT_TIME_TO_NEXT_UNIT}Turns to next available unit: %d
    But it may simply be deleted or have a space after the closing bracket.
    Yep, there was a tab and the .bin lacked "d". Thank you!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •