[TUTORIAL] How to setup your first game from a template in J2ME SDK Mobile - JoseskVolpe - 05-02-2021 06:47 AM
Video
Needed:
Steps
Extracting it
- Install all the applications, and open J2ME SDK Mobile then close it (so it will create the j2mesdkprojects directory)
- Download Game base.zip to the "j2mesdkprojects" directory
- Open Centurion, go to the "j2mesdkprojects" directory, and extract "Game base.zip" (Center click on it, then "yes")
- Open Game base directory, then rename "Game base" directory inside it to your project's name
- Move your project's directory to j2mesdkprojects
- Remove the old "Game base" directory
- Close Centurion
Modifying project.properties
Now that you have extracted the game template, you'll still need to change its properties manually to make it recognizable by the SDK after you renamed it
-
- Open Text Editor app
- Go to "Open" > "j2mesdkprojects" directory location > Your project's directory > nbproject > click "project.properties"
- It will ask for the file encoding format, select "UTF-8"
- Go to the first line and click to edit
- Now you will need to change 3 properties to your project's name, pay attention because it needs sto be exactly the same name you gave to your project's directory:
For example, if i renamed my project's directory to "yiff", i would need to modify these properties as this:
- name=yiff
- dist.jad=yiff.jad
- dist.jar=yiff.jar
- Select the return soft key and select "Save" > "UTF-8"
- Select the return soft key again > Close > Exit
Openning in the J2ME SDK Mobile
- You're almost done, now you should open J2ME SDK Mobile app
- On the top menu, go to "Open Project..." > Select your project (search for the j2mesdkprojects if it doesn't appear)
- On the Source Packages, you're going to see your packages and Java files now appear on the list, but you're not done yet
- click Left soft button (it may be Right soft button on your device) > Project Properties > Verify if everything is correct
- On "Application Descriptor" > Attributes, you'll probably want to change the "MIDlet-Name" attribute. That's your game's name. You don't need to set it to the same project's directory name, but change it to your game's name
- You would like to change "MIDlet-Vendor" attribute to your name aswell
- ¡Now you're good to go, have fun! :3
RE: [TUTORIAL] How to setup your first game from a template in J2ME SDK Mobile - Kankon - 05-02-2021 09:17 AM
Thanks For Tutorial.
But, One Problem. Can You Upload The Video Here. . My Browser Doesnt Support This Link.
Please
RE: [TUTORIAL] How to setup your first game from a template in J2ME SDK Mobile - JoseskVolpe - 05-02-2021 10:15 AM
(05-02-2021 09:17 AM)Kankon Wrote: Thanks For Tutorial.
But, One Problem. Can You Upload The Video Here. . My Browser Doesnt Support This Link.
Please
Done, uploaded
And you can use Opera Mini 8 to download this, it works
RE: [TUTORIAL] How to setup your first game from a template in J2ME SDK Mobile - Kankon - 05-02-2021 02:11 PM
(05-02-2021 10:15 AM)JoseskVolpe Wrote: (05-02-2021 09:17 AM)Kankon Wrote: Thanks For Tutorial.
But, One Problem. Can You Upload The Video Here. . My Browser Doesnt Support This Link.
Please
Done, uploaded
And you can use Opera Mini 8 to download this, it works
Thank You. But What Its Resolution. Is It 240x320 Or 174x144
RE: [TUTORIAL] How to setup your first game from a template in J2ME SDK Mobile - ROMEO_69 - 05-02-2021 02:13 PM
RE: [TUTORIAL] How to setup your first game from a template in J2ME SDK Mobile - JoseskVolpe - 05-02-2021 07:50 PM
(05-02-2021 02:11 PM)Kankon Wrote: (05-02-2021 10:15 AM)JoseskVolpe Wrote: (05-02-2021 09:17 AM)Kankon Wrote: Thanks For Tutorial.
But, One Problem. Can You Upload The Video Here. . My Browser Doesnt Support This Link.
Please
Done, uploaded
And you can use Opera Mini 8 to download this, it works
Thank You. But What Its Resolution. Is It 240x320 Or 174x144
144p
I rendered as this for more compatibility, faster download and to reduce its size. And i zoomed so you can see the screen
Added a mirror for the video to Kankon's website, so anyone who have issue downloading it on their browser can open it
RE: [TUTORIAL] How to setup your first game from a template in J2ME SDK Mobile - JoseskVolpe - 05-02-2021 09:46 PM
(05-02-2021 08:54 PM)star cash Wrote: (05-02-2021 07:50 PM)JoseskVolpe Wrote: (05-02-2021 02:11 PM)Kankon Wrote: (05-02-2021 10:15 AM)JoseskVolpe Wrote: (05-02-2021 09:17 AM)Kankon Wrote: Thanks For Tutorial.
But, One Problem. Can You Upload The Video Here. . My Browser Doesnt Support This Link.
Please
Done, uploaded
And you can use Opera Mini 8 to download this, it works
Thank You. But What Its Resolution. Is It 240x320 Or 174x144
144p
I rendered as this for more compatibility, faster download and to reduce its size. And i zoomed so you can see the screen
Added a mirror for the video to Kankon's website, so anyone who have issue downloading it on their browser can open it
Can the video play in my phone??
Yes
RE: [TUTORIAL] How to setup your first game from a template in J2ME SDK Mobile - Kankon - 05-03-2021 04:52 AM
Thanks Jossesk Volpe. Now Its Clear To Me.
|