Increasing levels on ROM

Posted by Darkahn on Sat 10 Nov 2001 07:50 PM — 2 posts, 12,022 views.

#0
OK. Here's my deal. I am running ROM 2.4b6 on a windows machine. I get it to compile and run fine with cygwin. But, when I try to increase the max level inside interp.h, I get problems. The files recompile with no errors, yet when a login is attempted, there is a stackdump and shutdown upon entering character name.

I know there is something I am missing. Any ideas?????
Australia Forum Administrator #1
Have you recompiled all of the files? Once you change the number of levels it is important that every file is recompiled, or a crash is very likely. To do this, remove all object files, eg.


rm *.o
make