Jump to content

Search the Community

Showing results for tags 'JAVA'.

The search index is currently processing. Current results may not be complete.
  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Important Links
    • Serenes Forest Code of Conduct
    • Mistakes or Errors on the Site
  • Important Forums
    • Announcements
    • Member Feedback
    • Site Content
  • General Forums
    • Introductions
    • General
    • Far from the Forest...
    • Creative
    • Fan Projects
    • General Gaming
  • Fire Emblem Forums
    • General Fire Emblem
    • NES and SNES Era
    • GameBoy Advance Era
    • GameCube and Wii Era
    • Nintendo DS Era
    • Nintendo 3DS Era
    • Fire Emblem: Three Houses
    • Fire Emblem: Engage
    • Fire Emblem Heroes
    • Related Games
  • Miscellaneous
    • Forum Graveyard

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Jabber


Skype


Yahoo


ICQ


Website URL


MSN


AIM


Interests


Location

Found 3 results

  1. Hello FE community, I am a fairly new member to Serenes Forest. Fire Emblem Recreation is a project I started independently last summer which I have worked on on my free time. Fire Emblem Recreation will be an open source java engine for Fire Emblem. The goal is to make it easier for the community to work together and add whatever they want to their fan games. Since you can play around with the source code, you can add anything to the games. Smarter AI, new victory conditions, new map elements, pair up, and so on. The only limiting factor is the ability of the programmer. The code is far from finished. Hell, there aren't even battle animations or dialogue. The reason I am sharing the engine at this stage is to allow others to use what I have made, because even though I plan on working more on it, I don't have much free time. Even at this early stage, modification is extremely easy. One can change the terrain of a map (but the appearance needs to be changed separately, lol), add enemies, classes, and items by simply changing a text file. Of course, new functionalities and mechanics need to be programmed in. Anyways, on to the good stuff. Here is a link to a google drive folder with the source code: FE_R_Google_Drive . Go wild. The to run the code simply run the class file, FE_R_Main.class . I use Eclipse to work on java, and Eclipse has a different way of organizing the files so I simply rearranged them to run normally on a separate folder. Feel free to ask questions on how it works, I will gladly respond. I will also try to make a list of instructions on the basics soon, but don't let that discourage you from asking a question. Of course, if you improve the code share your work in this topic. Happy coding.
  2. I'm having a bit of problem whenever I run my code. Exception in thread "main" java.lang.NullPointerException at simulationapp.SimulationApp.main(SimulationApp.java:40) I did not initialize my array of classes with equals to NULL so I'm in a pinch here. Main Class: Vehicle Class: NOTE: This is where the error points to for(x = 0; x < 15; x++) { graze[x].setType(); <-------- This one. graze[x].setArrivalTime(); setOffTime(graze[x], unit); } To whoever can help me, thanks in advance!
×
×
  • Create New...