If have login problems remove cookies and clear browser cache.



Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[TUTORIAL] How to setup your first game from a template in J2ME SDK Mobile
05-02-2021, 06:47 AM (This post was last modified: 06-20-2021 05:19 AM by JoseskVolpe.)
Post: #1
Information [TUTORIAL] How to setup your first game from a template in J2ME SDK Mobile
Video


Needed:


Steps
    Extracting it
  1. Install all the applications, and open J2ME SDK Mobile then close it (so it will create the j2mesdkprojects directory)
  2. Download Game base.zip to the "j2mesdkprojects" directory
  3. Open Centurion, go to the "j2mesdkprojects" directory, and extract "Game base.zip" (Center click on it, then "yes")
  4. Open Game base directory, then rename "Game base" directory inside it to your project's name
  5. Move your project's directory to j2mesdkprojects
  6. Remove the old "Game base" directory
  7. 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
    -
  8. Open Text Editor app
  9. Go to "Open" > "j2mesdkprojects" directory location > Your project's directory > nbproject > click "project.properties"
  10. It will ask for the file encoding format, select "UTF-8"
  11. Go to the first line and click to edit
  12. 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:
    • name
    • dist.jad
    • dist.jar
    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
  13. Select the return soft key and select "Save" > "UTF-8"
  14. Select the return soft key again > Close > Exit

    Openning in the J2ME SDK Mobile
  15. You're almost done, now you should open J2ME SDK Mobile app
  16. On the top menu, go to "Open Project..." > Select your project (search for the j2mesdkprojects if it doesn't appear)
  17. 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
  18. 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
  19. ¡Now you're good to go, have fun! :3

[size=xx-small]Signature[/size]
[URL=https://www.exophase.com/user/JoseskVolpe/][IMG]https://card.exophase.com/2/0/45687.png?1612237163[/IMG][/URL]

[align=justify][size=x-small][b]OwO ¿¿¿What is this??? *wags tail*
Take my beret plz 7w7 ~[/b][/size][/align]
Find all posts by this user
Quote this message in a reply
05-02-2021, 09:17 AM (This post was last modified: 05-02-2021 09:20 AM by Kankon.)
Post: #2
RE: [TUTORIAL] How to setup your first game from a template in J2ME SDK Mobile
Thanks For Tutorial.

But, One Problem. Can You Upload The Video Here. . My Browser Doesnt Support This Link.

Please
Visit this user's website Find all posts by this user
Quote this message in a reply
05-02-2021, 10:15 AM
Post: #3
RE: [TUTORIAL] How to setup your first game from a template in J2ME SDK Mobile
(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

[size=xx-small]Signature[/size]
[URL=https://www.exophase.com/user/JoseskVolpe/][IMG]https://card.exophase.com/2/0/45687.png?1612237163[/IMG][/URL]

[align=justify][size=x-small][b]OwO ¿¿¿What is this??? *wags tail*
Take my beret plz 7w7 ~[/b][/size][/align]
Find all posts by this user
Quote this message in a reply
05-02-2021, 02:11 PM
Post: #4
RE: [TUTORIAL] How to setup your first game from a template in J2ME SDK Mobile
(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
Visit this user's website Find all posts by this user
Quote this message in a reply
05-02-2021, 02:13 PM
Post: #5
RE: [TUTORIAL] How to setup your first game from a template in J2ME SDK Mobile
Nice. Good work.
Visit this user's website Find all posts by this user
Quote this message in a reply
05-02-2021, 07:50 PM (This post was last modified: 05-02-2021 07:53 PM by JoseskVolpe.)
Post: #6
RE: [TUTORIAL] How to setup your first game from a template in J2ME SDK Mobile
(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

[size=xx-small]Signature[/size]
[URL=https://www.exophase.com/user/JoseskVolpe/][IMG]https://card.exophase.com/2/0/45687.png?1612237163[/IMG][/URL]

[align=justify][size=x-small][b]OwO ¿¿¿What is this??? *wags tail*
Take my beret plz 7w7 ~[/b][/size][/align]
Find all posts by this user
Quote this message in a reply
05-02-2021, 09:46 PM
Post: #7
RE: [TUTORIAL] How to setup your first game from a template in J2ME SDK Mobile
(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

[size=xx-small]Signature[/size]
[URL=https://www.exophase.com/user/JoseskVolpe/][IMG]https://card.exophase.com/2/0/45687.png?1612237163[/IMG][/URL]

[align=justify][size=x-small][b]OwO ¿¿¿What is this??? *wags tail*
Take my beret plz 7w7 ~[/b][/size][/align]
Find all posts by this user
Quote this message in a reply
05-03-2021, 04:52 AM
Post: #8
RE: [TUTORIAL] How to setup your first game from a template in J2ME SDK Mobile
Thanks Jossesk Volpe. Now Its Clear To Me.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)