How do I go about mucking the innards of this game?

Any discussions regarding the spoilers present in ToME 4.x.x should be restricted to this forum

Moderator: Moderator

Post Reply
Message
Author
Omega Blue
Thalore
Posts: 190
Joined: Sun Oct 31, 2010 2:50 pm

How do I go about mucking the innards of this game?

#1 Post by Omega Blue »

Like snooping around the trees, tinkering with the balance, and so forth.

yufra
Perspiring Physicist
Posts: 1332
Joined: Tue Jul 13, 2010 2:53 pm

Re: How do I go about mucking the innards of this game?

#2 Post by yufra »

This varies a bit on different platforms. In Linux and Windows you should be able to find a game folder in the ToME directory, and you can look at all of the Lua files in game/modules/tome to tinker with things. The talents can be found in the game/modules/tome/data/talents directory. Keep in mind that some of the talent effects (particularly passive talents) are coded elsewhere, for example game/modules/tome/class/interface/Combat.lua. Feel free to join the IRC channel and ask specific questions there, too. Have fun!
<DarkGod> lets say it's intended

Omega Blue
Thalore
Posts: 190
Joined: Sun Oct 31, 2010 2:50 pm

Re: How do I go about mucking the innards of this game?

#3 Post by Omega Blue »

Thanks! What should I use to open the Lua files (under Windows)?

paboperfecto
Wyrmic
Posts: 216
Joined: Tue Mar 31, 2009 7:45 pm
Location: New Mexico

Re: How do I go about mucking the innards of this game?

#4 Post by paboperfecto »

I use TextPad (www.textpad.com), Shareware, the full version is free trial for as long as you want and it's pretty cheap if you do decide to buy it. You will need to download the .lua definition files once you get it installed.

Dervis
Wyrmic
Posts: 263
Joined: Thu Oct 14, 2010 9:58 am

Re: How do I go about mucking the innards of this game?

#5 Post by Dervis »

Personally, I use SciTE... It's freeware and with a couple interesting tools in it.

edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

Re: How do I go about mucking the innards of this game?

#6 Post by edge2054 »

I have SciTE and Notepad ++ downloaded and I use Notepad++ pretty much exclusively. The former has more tools but the later is much much easier on the eyes.

Post Reply