Search found 6 matches
- Wed May 23, 2018 2:14 am
- Forum: Addons
- Topic: FlexSpec Respec Limitation Relaxer
- Replies: 0
- Views: 1366
FlexSpec Respec Limitation Relaxer
So I created this mod for ToME and apparently it became somewhat popular... which is also somewhat unfortunate as I don't really do anything with it ( or that game ) anymore. However, as it has become somewhat popular, I thought I would upload the code so that people could examine it and update it t...
- Sun Jul 23, 2017 1:43 pm
- Forum: Dumb Questions
- Topic: Addon causes game to fail to create a new character.
- Replies: 5
- Views: 1574
Re: Addon causes game to fail to create a new character.
Figured it out. Should've paid more attention to the wiki -
Proper code -
Proper code -
Code: Select all
local _M = loadPrevious(...)
local base_levelup = _M.levelup
function _M:levelup( )
--Your ( My ) Code Here
return base_levelup(self)
end
return _M
- Sun Jul 23, 2017 11:25 am
- Forum: Dumb Questions
- Topic: Addon causes game to fail to create a new character.
- Replies: 5
- Views: 1574
Re: Addon causes game to fail to create a new character.
Within the function, or just at the end of the script?jenx wrote:Place this at the end of your code
Code: Select all
return _M
Nvm - At either place it didn't have any affect on the outcome.
- Sun Jul 23, 2017 11:23 am
- Forum: Dumb Questions
- Topic: Addon causes game to fail to create a new character.
- Replies: 5
- Views: 1574
Re: Addon causes game to fail to create a new character.
No error message. It just gets stuck on the "Creating Level" dialog.HousePet wrote:We need an error message to help with this.
If it is erroring in level generation, you may need to enable flush log to get it.
- Sat Jul 22, 2017 6:35 pm
- Forum: Dumb Questions
- Topic: Addon causes game to fail to create a new character.
- Replies: 5
- Views: 1574
Addon causes game to fail to create a new character.
I'm trying to implement an addon that modifies the Actor.levelup( ) function. I'm trying to superload the Actor.lua file but it's getting stuck when trying to create the initial level for some reason. In order to rule out addon collisions, I've unsubscribed and removed all existing ( non-inclusive )...
- Thu Jul 20, 2017 1:34 am
- Forum: Addons
- Topic: 2 New Addons - FlexSpec and GenerousLevels
- Replies: 2
- Views: 1714
2 New Addons - FlexSpec and GenerousLevels
FlexSpec ( Steam ) - Allows you to recycle stat, talent and category points anywhere at any time. A Min-Maxers delight. Allows you to master a category multiple times ( with +0.20 each time taken ). Does NOT allow you to recycle talents which "Change the game world". TODO: Remove "Yo...