ReadMe Odt

You might also like

Download as odt, pdf, or txt
Download as odt, pdf, or txt
You are on page 1of 3

Go to Help->Install new Software and next to "Work with:" paste

this:

https://dl-ssl.google.com/android/eclipse/

Press enter in your keyboard. Inside "Developer Tools" select


"Android Developer Tools" and click "next". Click "next" again.
Accept the license and click "Finish". Wait for the installation . If
Eclipse says you that "You are installing content that contains
unsigned content..." click "Ok".

Once you have installed that, return again to Help->Install new


Software and paste:

http://dist.springsource.com/release/TOOLS/gradle

Press enter and inside "Extensions / Gradle Integration" select


"Gradle IDE". And then follow the same steps you have followed
before. When the installation have finishes close and open
Eclipse.

Then, copy the folder “TwoCars” in your workspace.

Now, open the file called local.porperties inside the folder


TwoCars and replace my sdk path with your sdk path. You can
see your sdk path opening the sdk from Window->Android SDK
Manager in your Eclipse.

Now you can import the project following this video:


http://youtu.be/90i_nycQTUg

The libraries you have to use are included with the .zip you have
downloaded from Codecanyon.

HOW TO CUSTOMIZE THE GAME


Admob banner and interstitial

You can change the banner and interstitials in TwoCars-


core/src/C/C.java. Look for AD_UNIT_ID_BANNER and
AD_UNIT_ID_INTERSTITIAL

Also, you can change the % of times that the Interstitial is


shown from that file, changing “interstitial_percentage”. If you
want to show the interstitial after every game put 100.

Leaderboard ID

After you have generate your game id in your Google Play


console put it in TwoCars-android/res/values/strings.xml
replacing mine.

From that document you can also change your game name.

After you have generated the leaderboard (best score) change


the Leaderboard id in TwoCars-core/src/C/C.java ad look for:

public static String LEADERBOARD_ID

Images

You can find the game images in TwoCars-android/assets and in


TwoCars-android/res/drawable-hdpi. If you are going to change
current images, I recommend that you use the same proportions
for your images.

Difficulty

Go to TwoCars-
core/src/net.apepestudio.gametwocars/GameScreen.java and
look for "Increasing difficulty".

Export the game

Once you have changed everything you want and you have
changed the package name of your Android Project, Right click
in TwoCars-android->export and follow the steps you do normally
with every application.

Remember to change package name also in AndroidManifest.xml


!!

How to contact me

If you want to customize several things or simply you don't now


how to export it, we can agree on a price and I can do it for you.

You can contact me by Skype (my username is "guillocrack") or


by email "developerapk@gmail.com".

Please, when you write me, tell me that you have bought Two
Cars, because I have other games. Thank you.

You might also like