Jump to content

Trying to do the impossible... Or the insane.


Recommended Posts

Newbie that I am, I am attempting to port as much of Classic BoE as a I can to Java, starting with the character editor.

 

(Or rather, attempting to rewrite it in Java, because the code looks like an untranslatable procedural mess to me.)

 

I don't necessarily expect it to reach any level of functionality even this year, especially if I get another job sooner rather than later (and I'm fervently hoping I do). But I figure I'll at least learn something, even if I fail miserably.

 

One concession I'm giving myself: I won't maintain savefile compatibility unless I absolutely have to. I will maintain scenario compatibility for obvious reasons, assuming I actually get that far. Which is looking less likely by the minute. But in the worst case I learn more about Java, so I figured, why not?

 

Anyway I just thought I ought to mention this (probably ill-fated) venture to the people here, on the off chance I might get some useful advice out of it, or something.

Link to comment
Share on other sites

Well, so far I've got the PC and Item classes mostly done for the PC Editor, as well as a "Retriever" class to fetch stats and other variables by name. The big hurdle seems to me to be file IO, since I haven't done much of that before and BoE savefiles are...weird.

 

I may never get the actual game port (let alone the scenario editor) done. However, even failing that, a really powerful CLI interface for editing PCs and items (which is what I intend for the PC Editor replacement) would be cool, so for now that's what I've set my sights on.

Link to comment
Share on other sites

  • 1 month later...

Well, in that case,

HOSE THE OLD SAVE FILES!

I'm into Java much more than C++ now.

Yeah. It would be a good idea. Imo.

I'd totally work with you. If I have spare time.

Which I do not. But it sounds like a good idea.

Then again, I think a lot of ideas are good

and the ideas either sink or quagmire.

I'm not sure if that's a verb, but it gets the idea across.

Hmrmh.

 

Java would be easier. Or harder. Or both.

Or all 3.

 

Huh.

Link to comment
Share on other sites

In retrospect, I think giving up was the right decision. I can code, but I'm still very much a novice when it comes to design and whatnot, and design is half the work (and would be a major issue when porting a procedural program to Java).

 

Maybe I'll attack it some time down the road, when I know more about the design aspects of programming, because it would be cool to have BoE in a web applet... But probably not.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...