Commit Graph

5 Commits

Author SHA1 Message Date
KiD Fearless
327bb24465 v1.8 update remove stripper_dump dependancy mostly
Fixed Invalid Memory Access error on cloned entities.

Plugin now uses OnLevelInit for it's dump files. This helps remove a lot of dependency from stripper plugins but doesn't work with late loading. If the plugin is loaded late without stripper functionality then it will disable any natives for that map.

Credits to nosoop for his SplitStringOnNewLine function

Disabled debug
2019-07-15 20:52:42 -06:00
KiD Fearless
61eac831ff Increased MEMBER_SIZE to 128
There's some crazy mappers out there who would use all of it too.
2019-07-13 19:38:46 -06:00
KiD Fearless
7b15885baf Added any[] versions of GetDumpEntity
Stocks have been updated to use the any[] versions. Entity enum structs can be passed directly through the natives if desired.
2019-07-13 19:37:53 -06:00
KiD Fearless
c79876d57e Better compatibility with output info plugins
Fixed spelling mistake
Commented out native errors
2019-07-09 19:35:32 -06:00
KiD Fearless
8cf826af69 Initial commit 2019-07-07 12:37:00 -06:00