gggmork
Banned

Posts: 1790
Registered: 06-07 |
I download XinvasionX.wad. I can drop this into zdoom and it works fine. (even though that's apparently not called 'decorate' or 'mapinfo' etc).
So as a test, I just copy all the text inside XinvasionX, and paste it into my own new text file (which I named decorate.wad this time). Now even though decorate.wad seems like it should be the same as XinvastionX (same text code pasted/saved in it), when I drag/drop decorate.wad into zdoom it says:
Execution could not continue.
Failed to allocate -1 bytes from process heap
Which is just computers giving me their usual bullshit because they hate me.
I also tried a test hello world. I typed this in a new txt file:
code:
#include "zcommon.acs"
script 1 ENTER {
print(s:"Hello World!");
}
then I renamed it decorate.wad. Dropping it in zdoom just said:
Execution could not continue.
Could not find script lump 'zcommon.acs'
But xInvasionX.wad has that same #include "zcommon.acs" line in it, and it works.
edit: (ignore that edit, still get the error if I paste into my own text file)
Last edited by gggmork on 02-18-10 at 09:49
|