Search found 2 matches

by Vatticson
Sat Feb 01, 2014 1:30 pm
Forum: Development
Topic: Hello! about modyfing existing files
Replies: 7
Views: 13768

Re: Hello! about modyfing existing files

The newTalent() function in \engine\interface\ActorTalents.lua takes Arcane Power and turns it into T_ARCANE_POWER with lines 64 and 79 34 Talents = self, ... 64 t.short_name = t.short_name:upper():gsub("[ ']", "_") ... 79 t.id = "T_"..t.short_name 80 self.talents_def[...
by Vatticson
Tue Jan 28, 2014 6:48 pm
Forum: Development
Topic: Hello! about modyfing existing files
Replies: 7
Views: 13768

Hello! about modyfing existing files

Hi! I'm new to this game and also to Lua, I'm beginning to learn it :) So, I've followed the ToME wikia about how to make an addon. The thing is, I wanted to change the description of the warrior class to something silly (just to try it it works!). So, I've created a directory for my addon (tome-yea...