DM's Toolkit Program--NOW AVAILABLE!


log in or register to remove this ad

I'm having more problems with the race creator. The racial power and abilities don't save, or at least I think that's the problem. When I load a race that I had saved previously, the racial power and racial abilities are gone.
 

I'm having more problems with the race creator. The racial power and abilities don't save, or at least I think that's the problem. When I load a race that I had saved previously, the racial power and racial abilities are gone.

I found a bug in the loader, so all the information is there...it just isn't loaded. That's fixed for the next release, scheduled for about two weeks from now.
 


So can Windows and Linux. The point of the executable is (A) to add an installer, a splash screen, and an icon without me having to code them myself,
You should look into JNLP. It streamlines the installation process and allows you to push out updates automatically, and it's for every platform.

and (B) to prevent the code from being decompiled, since decompiling Java is trivial and I'm paranoid about my code.
You could run it through a bytecode obfuscator.

-- 77IM
 

I'm on windows right now, and nothing will save.

Edit: And it's frozen.

What were you trying to save, and what were you doing when it froze?

77IM said:
You could run it through a bytecode obfuscator.

Those aren't very effective; it's better than source obfuscation, but not by much. Since bytecode has to go through the class loader at some point, a competent Java programmer could reverse-engineer even that.
 
Last edited:

What were you trying to save, and what were you doing when it froze?



Those aren't very effective; it's better than source obfuscation, but not by much. Since bytecode has to go through the class loader at some point, a competent Java programmer could reverse-engineer even that.

I was trying to save a class and it froze when I was on race creator.
 


So you had both the Class Creator and the Race Creator open at the same time, and you clicked "Save" in the Class Creator, correct? I'll try to recreate the problem on my end and see what happens.

It was two different instances. I was working on a class i loaded when it couldn't. I got out of the class creator to look at the race creator when it froze.
 


Remove ads

Top