I was. I unzipped it and put it in the folder addons/tome-ClassBuffs, it looks like everything works!
It's a little counter-intuitive that it can load compressed addons, but they have to be uncompressed to upload, but I'm glad it's working now.
Thanks for the help.
Search found 5 matches
- Thu Nov 03, 2016 11:40 am
- Forum: Addons
- Topic: Uploading Addon Issues
- Replies: 9
- Views: 7899
- Thu Nov 03, 2016 5:50 am
- Forum: Addons
- Topic: Uploading Addon Issues
- Replies: 9
- Views: 7899
Re: Uploading Addon Issues
I edit the original post of include the actual addon.
I think this like should work: http://forums.te4.org/download/file.php?id=3120
The file is called "tome-ClassBuffs-.teaa". It's got an extra dash on the end, but that's how other addons seem to do it.
I think this like should work: http://forums.te4.org/download/file.php?id=3120
The file is called "tome-ClassBuffs-.teaa". It's got an extra dash on the end, but that's how other addons seem to do it.
- Wed Nov 02, 2016 6:53 am
- Forum: Addons
- Topic: Uploading Addon Issues
- Replies: 9
- Views: 7899
Re: Uploading Addon Issues
I gave that a shot, changing the line toHousePet wrote:Author field looks different to mine: author = { "HousePet", "" }
Code: Select all
author = {"VirtualTim", ""}
- Mon Oct 31, 2016 10:53 pm
- Forum: Addons
- Topic: Uploading Addon Issues
- Replies: 9
- Views: 7899
Re: Uploading Addon Issues
Cheers for the reply Crim, here's my init.lua -- ToME - Tales of Maj'Eyal: -- Copyright (C) 2009-2016 Nicolas Casalini -- -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation, e...
- Sun Oct 30, 2016 6:15 pm
- Forum: Addons
- Topic: Uploading Addon Issues
- Replies: 9
- Views: 7899
Uploading Addon Issues
So I've created a new addon, and I can load it from the addons menu, and it appears to work fine. However when I create a new game in developer mode with the addon enabled, I don't see anything under the "Register New Addon" menu. It appears under "Generate addons MD5" though. An...