How To Edit Java Games

Table of contents:

How To Edit Java Games
How To Edit Java Games

Video: How To Edit Java Games

Video: How To Edit Java Games
Video: Java Game Tutorial - 5 - Editing and Adding 2024, May
Anonim

By editing a java game, you can change its various parameters. For example, you can change the icon that will be displayed in the main menu of the phone, or make a translation into Russian. To edit the desired application, just use the program for working with archives and any text editor.

How to edit java games
How to edit java games

Necessary

Java game file

Instructions

Step 1

Download the jar file of the game to your computer. JAR is an archive that can be opened with any archiving program. Open the file using the WinRAR utility by double-clicking on it with the left mouse button. Extract it to any folder convenient for you using the "Extract" button.

Step 2

Go to the directory with the unpacked game. To replace the java application icon, find a.

Step 3

Edit this image. Also, you can simply replace the given one with any picture of the same size and resolution. To do this, just move your icon with the same name and extension to the unpacked folder and select a replacement.

Step 4

To change the name of the game displayed on the phone menu, go to the META-INF subdirectory. Find the manifest.mf file and open it with any text editor or Notepad. Right-click on the file, and in the context menu that appears, go to "Open with" - "Notepad".

Step 5

The MIDlet-Name line is responsible for defining the name of the game. Enter any name, and then save the changes made ("File" - "Save").

Step 6

To translate the desired game, download and install the mobitrans application from the developer's official website, install it. In the java application directory, find files of the class format. Right-click on one of the files, go to "Open with" - "All programs", specify the path to the installed mobitran.

Step 7

The program window consists of two columns. In the right column, you must enter the translation, the original text is displayed on the left. After finishing working with the application, press the Save key. Repeat the operation on each class.

Step 8

Remove the prefix rus in the name of the converted files, after deleting the original files.

Step 9

After making all the changes, create a jar archive using the WinRAR program menu or its context menu. To do this, right-click on the selected game files and click "Create archive …".

Recommended: