name:XenoZiden
Addon Name: Path of Death
Search found 6 matches
- Thu Nov 06, 2014 3:16 am
- Forum: Addons
- Topic: Posting addons to te4.org site
- Replies: 122
- Views: 59155
- Wed Nov 05, 2014 10:53 pm
- Forum: Development
- Topic: First time doing any modding. Bad file Descriptor
- Replies: 7
- Views: 3934
Re: First time doing any modding. Bad file Descriptor
I solved the problem just just removing the charnel Talents.
I know it was caused by Meat Shield but not why it was causing the issue.
In any case I believe I have dealt with the issue and have a working product.
I know it was caused by Meat Shield but not why it was causing the issue.
In any case I believe I have dealt with the issue and have a working product.
- Wed Nov 05, 2014 8:15 pm
- Forum: Development
- Topic: First time doing any modding. Bad file Descriptor
- Replies: 7
- Views: 3934
Re: First time doing any modding. Bad file Descriptor
The only file that exist in the addon is the class/actor.lua which doesn't have a line 2720. Only addition to this file from the working eternal Darkness file was the Addition of --MEATSHIELD if dead and src then if src:getEntityKind() == "actor" then local summoner = src.summoner if src:i...
- Wed Nov 05, 2014 6:18 pm
- Forum: Development
- Topic: First time doing any modding. Bad file Descriptor
- Replies: 7
- Views: 3934
Re: First time doing any modding. Bad file Descriptor
:oops: derpderpderpderpderp:oops: Man do I feel stupid. Thanks for that. Lua Error: /loader/init.lua:151: Error while superloading '/mod/addons/eternalnecromancy/superload/mod/class/Actor.lua': /mod/addons/eternalnecromancy/superload/mod/class/Actor.lua:893: 'end' expected (to close 'function' at li...
- Wed Nov 05, 2014 5:52 pm
- Forum: Development
- Topic: First time doing any modding. Bad file Descriptor
- Replies: 7
- Views: 3934
Re: First time doing any modding. Bad file Descriptor
Ok so I moved the file stuff to the addon folder. That did not fix it me problem so on with the other thing that was asked of me.
Since I had no idea how to post my directory structure here's a Google Drive of the Addon.
Since I had no idea how to post my directory structure here's a Google Drive of the Addon.
- Tue Nov 04, 2014 7:10 pm
- Forum: Development
- Topic: First time doing any modding. Bad file Descriptor
- Replies: 7
- Views: 3934
First time doing any modding. Bad file Descriptor
I'm working on a mod that adds some things from Necromancy+ to the Eternal Darkness mod. when I try to load I get this error. Lua Error: /engine/DamageType.lua:36: cannot open /data-eternalnecromancy/damage_types.lua: Bad file descriptor At [C]:-1 At [C]:-1 error At /engine/DamageType.lua:36 loadDef...