Is it possible to create a FM in notepad without any of that Java stuff?
Posts: 4.857
Threads: 96
Joined: Jan 2009
No, how are you supposed to do java without java?
Posts: 458
Threads: 22
Joined: May 2009
The FM itself basically has got nothing to do with Java, it's just some kind of encryption being applied to a text file which again basically looks like an "ini" file format wise.
The tools being used to decrypt/encrypt the FM(s) are publicly available in Java Archive format, but they could be made in other ways as well.
Furthermore, there are (unofficial/closed circle) mods out there which enable you to use the unencrypted, plain text FM files, but that's another story again.
Best regards - Mike
Posts: 1.222
Threads: 42
Joined: Nov 2007
The short answer to your question is 'YES'.
You can write Java code, VB, C# etc using any text editor. Once you've written it, just copy and paste it into the compiler of your choice.
I use Visual Studio 2010 w/ Java.
Posts: 458
Threads: 22
Joined: May 2009
He's been talking about FM creation, not "some" Java classfiles.
{HVY-E}Jinxx Wrote:I use Visual Studio 2010 w/ Java.
Which IMHO doesn't create IL-2 compatible Java classfiles at all.
Best regards - Mike
Posts: 1.222
Threads: 42
Joined: Nov 2007
Storebror Wrote:He's been talking about FM creation, not "some" Java classfiles.
{HVY-E}Jinxx Wrote:I use Visual Studio 2010 w/ Java.
Which IMHO doesn't create IL-2 compatible Java classfiles at all.
Best regards - Mike
There's always Eclipse. It's Open Source and works quite well.
Posts: 458
Threads: 22
Joined: May 2009
{HVY-E}Jinxx Wrote:There's always Eclipse. It's Open Source and works quite well.
Yes that's true, Eclipse does the trick since it relies on Sun's javac and can be set to generate 1.2 compatible code.
Still not helpful for FMs, and that's what Verhängnis has been asking for, but at least for IL-2 compatible classfiles.
Best regards - Mike
Ok,cool,well hopefully I can use these replies to some advantage in the future.
Just for clarification the FM are these files that look like this, or is that a class file and if so what do they do precisely?
294ABC86A89FAEB4
And contain lots of lines like this inside.
xxlockvr)Lock Construction: VatorR Lock Shot Off..
And will creating the "Hello World" Program help me in creating and help me understand FM's and class files etc?
Posts: 4.857
Threads: 96
Joined: Jan 2009
It's the class file. Buttons file=FM of all planes
Posts: 458
Threads: 22
Joined: May 2009
Verhängnis Wrote:will creating the "Hello World" Program help me in creating and help me understand FM's and class files etc?
Yes for sure.
Hopping on one leg while drawing circles in the air with your left ring finger and shouting "father was a modding maniac" will take you to an even higher level.
You're the one telling us that you already modified FMs, checked it offline and want to see how it performs online, right?
See ->
Announcements & General Discussions -> General Discussions -> unwelcome discussion topics
As long as you cannot provide any reasonable explanation for what you're doing, I'd rather advise all others
Best regards - Mike
I can only suggest you let some expert do it. It's not a simple matter of punching in some random numbers and hoping it works on a semi-realistic level...
Granted, there are quite a handful of self-proclaimed experts out there in the community today, however I've found that a solid understanding of aerodynamics is essential to understand what the various entries actually do and what side-effects they might have; and to actually utilize this knowledge for the purpose of making a realistic flightmodel is a massively time consuming process.
Posts: 4.857
Threads: 96
Joined: Jan 2009
Yeah, again one of these. "I know how to make FM! I change one file, don't know what it really does but it's cool."