RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
701
Author
RedAlert
Contributors
N/A
Quickbar Entry
javascript:$.getScript('https://twscripts.dev/scripts/evolvedFakeTrain.js');
Public?
Public
evolved-fake-train.jpg

This script can be run from the Command confirm screen:
/game.php?screen=place&try=confirm

This is how the script looks like in practice:

This script gives wings to the new Fake Train feature built in-game.

With this script you can fill units with:
  • fixed amount of units
  • dynamically fill all unit types
  • dynamically fill a specific chosen unit type

Feel free to reply to this thread if you have any suggestions, need help, or found a bug in this script.
 
Last edited:
Upvote 0

Almighty CorE

Active Member
Reaction score
22
Can this script be used to send support commands as well? I tried and It gave me invalid command ;/
 

RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
701
Can this script be used to send support commands as well? I tried and It gave me invalid command ;/

This script is built to add on whatever functionality the new fake train feature built in-game has.

That feature is only available for the Attack commands, not for Support. So this script can not be used for support commands.
 

Almighty CorE

Active Member
Reaction score
22
This script is built to add on whatever functionality the new fake train feature built in-game has.

That feature is only available for the Attack commands, not for Support. So this script can not be used for support commands.
hopefully the new built in-game one makes that feature possible in the future then ;)
 

RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
701
hopefully the new built in-game one makes that feature possible in the future then ;)

The fake train feature is pretty new addition on the game, probably we won't see an update like that happening anytime soon. This is personal opinion so could be mistaken here.
 
Reaction score
11
hey misteralb
thank you for your works. i really enjoy exploring this forum since net. scripts are allowed on german servers since last november.

is it possible to adjust the fixed units? i'd like to make my own templates.
 

RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
701
hey misteralb
thank you for your works. i really enjoy exploring this forum since net. scripts are allowed on german servers since last november.

is it possible to adjust the fixed units? i'd like to make my own templates.
At the moment it's not possible to have your own templates since the script has no such capability. I wanted to add support for that but it's getting hard to find time to work on that lately.
 

MAX-BURN

Still Going Strong
Reaction score
37
So this script I actually use it to cat barbs down (farm shaping). It really helps me cut down on the time inserting and deleting values. I click the the "clone first" button.

A suggestion, not sure if it would work with this script but if when you use it, you are able to select or input the level of the building you are catting and then it prepopulates it with the necessary cats to take it down a further 4 levels.
 

RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
701
So this script I actually use it to cat barbs down (farm shaping). It really helps me cut down on the time inserting and deleting values. I click the the "clone first" button.

A suggestion, not sure if it would work with this script but if when you use it, you are able to select or input the level of the building you are catting and then it prepopulates it with the necessary cats to take it down a further 4 levels.
I am not planning at the moment to add this capability on the script but will add this on my internal suggestions list so I can look at this at a later time and probably will work on this at that time.
 

FamousInferno

Non-stop Poster
Reaction score
84
Hey mate, excellent script once again. Found some cool functionality on this if you run HC nukes. Ends up being really valuable to save time. Since they don't autosplit like the typical LC ones.
I wondered in the fixed units section, how difficult would it be to allow users to save a preset? Like if I wanted to run a 666axe333lc1noble preset or something. If it's too much of a hassle don't sweat it, the clone first thing kind of works. But also think strong players could make use of some presets particularly on WT worlds when you can get cheeky/deceptive with attack colours.

Cheers.
Edit: Just realised someone previously asked for that too haha, missed that as I skimmed over it. But +1 to that idea :D
 

Johanshinaider

Active Member
Reaction score
1
1726750990785 (1).png
Good evening, I would like to know how I can get the codes to translate this script

Evolved Fake Train​

I need codes like this
 

RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
701
Hello @Johanshinaider ,

This is the list of translatable strings on this script:

Code:
en_DK: {
            'Evolved Fake Train': 'Evolved Fake Train',
            Help: 'Help',
            'This script can only be run on command confirmation screen!':
                'This script can only be run on command confirmation screen!',
            'Fixed units': 'Fixed units',
            'Dynamically calculated amounts': 'Dynamically calculated amounts',
            'Set all dynamic units': 'Set all dynamic units',
            'Clone First': 'Clone First',
            Reset: 'Reset',
        }
 

Johanshinaider

Active Member
Reaction score
1
Pt_Br: {
'Evolved Fake Train': 'Trem Falso Evoluido',
Help: 'Ajuda',
'This script can only be run on command confirmation screen!':
'Este script só pode ser executado na tela de confirmação de comando!',
'Fixed units': 'Unidades Fixas',
'Dynamically calculated amounts': 'Calcular Quantidade de Unidades',
'Set all dynamic units': 'definir todos os valores dinâmicos',
'Clone First': 'clone primeiro',
Reset: '
resetar',
Well, there you have it, I hope everything is ok. Thank you very much and if you can provide the same codes as the other subscribers, I will be happy to translate them.
 

RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
701
Pt_Br: {
'Evolved Fake Train': 'Trem Falso Evoluido',
Help: 'Ajuda',
'This script can only be run on command confirmation screen!':
'Este script só pode ser executado na tela de confirmação de comando!',
'Fixed units': 'Unidades Fixas',
'Dynamically calculated amounts': 'Calcular Quantidade de Unidades',
'Set all dynamic units': 'definir todos os valores dinâmicos',
'Clone First': 'clone primeiro',
Reset: '
resetar',
Well, there you have it, I hope everything is ok. Thank you very much and if you can provide the same codes as the other subscribers, I will be happy to translate them.
Translation has been added on the script.

Please keep in mind that this is the forum for Tribal Wars international, let's keep the communication in English here on the forum so everyone can understand what is being discussed.
 
Top