Adsense

Rabu, 14 Februari 2018

TUTORIAL EDIT MENAMBAH SCOREBOARD DI FTS 15

TUTORIAL EDIT MENAMBAH SCOREBOARD DI FTS 15

HALLO TEMAN TEMAN...

SAYA INGIN MEMBAGIKAN CARA MEMBUAT ATAU MENAMBAHKAN SCOREBOARD DI FTS.

UNTUK BAHANNYA
1.APK EDITOR
2.GAME FTS
3.FILE GAMBAR SCOREBOARD DOWNLOAD DISINI BERINAMA scoreboard.png

YANG PERTAMA ADALAH BUKA APK EDITOR LALU CARI GAME FTS ANDA

SETELAH ITU PILIH YANG FULL EDIT

MASUKKAN GAMBAR SCOREBOARD.PNG KE RES/DRAWABLE/DISINI

BUKA RES/LAYOUT/MAIN.XML LALU EDIT SEPERTI BERIKUT INI

SCRIPT UNTUK LAYAR RESOLUSI 4.5" ADALAH INI (Ganti semua script main.xml dengan ini)

<?xml version='1.0' encoding='utf-8' ?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent">
<view xmlns:android="http://schemas.android.com/apk/res/android" android:id="@id/glsurfaceview" android:layout_width="fill_parent" android:layout_height="fill_parent" class="com.firsttouchgames.fts15.GLSurfaceView" />
<FrameLayout android:gravity="center|left" android:layout_gravity="left" android:background="#00000000" android:layout_width="158.0dip" android:layout_height="18.0dip" android:layout_marginLeft="24.0dip" android:layout_marginTop="3.5dip" android:layout_alignParentLeft="true">
<ImageView android:gravity="center|top" android:layout_gravity="top" android:background="@drawable/scoreboard" android:layout_width="158.0dip" android:layout_height="18.0dip" />
</FrameLayout>
<FrameLayout android:id="@id/adLayout" android:background="#ff887766" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<FrameLayout android:id="@id/bannerframe" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<com.mopub.mobileads.MoPubView android:id="@id/adView" android:layout_width="fill_parent" android:layout_height="50.0dip" />
</FrameLayout>





SCRIPT UNTUK LAYAR RESOLUSI 5.0" ADALAH INI (Ganti semua script main.xml dengan ini)

<?xml version='1.0' encoding='utf-8' ?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent">
<view xmlns:android="http://schemas.android.com/apk/res/android" android:id="@id/glsurfaceview" android:layout_width="fill_parent" android:layout_height="fill_parent" class="com.firsttouchgames.fts15.GLSurfaceView" />
 <FrameLayout android:gravity="center|left" android:layout_gravity="left" android:background="#00000000" android:layout_width="175.0dip" android:layout_height="20.0dip" android:layout_marginLeft="27.0dip" android:layout_marginTop="4.5dip" android:layout_alignParentLeft="true">
<ImageView android:gravity="center|top" android:layout_gravity="top" android:background="@drawable/scoreboard" android:layout_width="175.0dip" android:layout_height="20.0dip" />
</FrameLayout>
<FrameLayout android:id="@id/adLayout" android:background="#ff887766" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<FrameLayout android:id="@id/bannerframe" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<com.mopub.mobileads.MoPubView android:id="@id/adView" android:layout_width="fill_parent" android:layout_height="50.0dip" />
</FrameLayout>


SCRIPT UNTUK LAYAR RESOLUSI 5.5" ADALAH INI (Ganti semua script main.xml dengan ini)

<?xml version='1.0' encoding='utf-8' ?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent">
<view xmlns:android="http://schemas.android.com/apk/res/android" android:id="@id/glsurfaceview" android:layout_width="fill_parent" android:layout_height="fill_parent" class="com.firsttouchgames.fts15.GLSurfaceView" />
<FrameLayout android:gravity="center|left" android:layout_gravity="left" android:background="#00000000" android:layout_width="178.0dip" android:layout_height="20.0dip" android:layout_marginLeft="27.0dip" android:layout_marginTop="4.5dip" android:layout_alignParentLeft="true">
<ImageView android:gravity="center|top" android:layout_gravity="top" android:background="@drawable/scoreboard" android:layout_width="178.0dip" android:layout_height="20.0dip" />
</FrameLayout>
<FrameLayout android:id="@id/adLayout" android:background="#ff887766" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<FrameLayout android:id="@id/bannerframe" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<com.mopub.mobileads.MoPubView android:id="@id/adView" android:layout_width="fill_parent" android:layout_height="50.0dip" />
</FrameLayout>




LALU SAVE INSTALL SELESAI

UNTUK LAYAR SELAIN DI ATAS SILAHKAN EDIT SESUAIKAN SENDIRI KARENA KETERBATASAN PERANGKAT YANG SAYA MILIKI

JIKA AUDIO/MUSIK HILANG,EXTRACT GAME FTS.APK AMBIL FILE AUDIONYA LALU DI REPLACE DENGAN AUDIO FTS.APK YANG SELESAI DI EDIT TADI.

MOHON MAAF BILA ADA KEKURANGAN.

KARENA KETERBATASAN SAYA.MOHON MAKLUM DAN MAAF BILA COMMENT,CHAT DAN PESAN ANDA TIDAK TERBALAS.

TUTORIAL IN ENGLISH

HELLO FRIENDS... 
I WOULD LIKE TO SHARE HOW TO MAKE OR ADD SCOREBOARD IN FTS.

 FOR MATERIALS

1.APK EDITOR 
2.GAME FTS 
3.FILE IMAGES SCOREBOARD DOWNLOAD HERE
renname to scoreboard.png

THE FIRST IS OPEN THE APP EDITOR THEN SEE YOUR FTS GAME AFTER THAT CHOOSE FULL EDIT

INSERT IMAGES SCOREBOARD.PNG TO RES / DRAWABLE / HERE

OPEN RES / LAYOUT / MAIN.XML THEN EDIT LIKE THE FOLLOWING

SCRIPT FOR SCREEN RESOLUTION 4.5 "IS THIS
(replace all script in main.xml with this)

<?xml version='1.0' encoding='utf-8' ?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent">
<view xmlns:android="http://schemas.android.com/apk/res/android" android:id="@id/glsurfaceview" android:layout_width="fill_parent" android:layout_height="fill_parent" class="com.firsttouchgames.fts15.GLSurfaceView" />
<FrameLayout android:gravity="center|left" android:layout_gravity="left" android:background="#00000000" android:layout_width="158.0dip" android:layout_height="18.0dip" android:layout_marginLeft="24.0dip" android:layout_marginTop="3.5dip" android:layout_alignParentLeft="true">
<ImageView android:gravity="center|top" android:layout_gravity="top" android:background="@drawable/scoreboard" android:layout_width="158.0dip" android:layout_height="18.0dip" />
</FrameLayout>
<FrameLayout android:id="@id/adLayout" android:background="#ff887766" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<FrameLayout android:id="@id/bannerframe" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<com.mopub.mobileads.MoPubView android:id="@id/adView" android:layout_width="fill_parent" android:layout_height="50.0dip" />
</FrameLayout>



SCRIPT FOR SCREEN RESOLUTION 5.0 "IS THIS
(replace all script in main.xml with this)

<?xml version='1.0' encoding='utf-8' ?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent">
<view xmlns:android="http://schemas.android.com/apk/res/android" android:id="@id/glsurfaceview" android:layout_width="fill_parent" android:layout_height="fill_parent" class="com.firsttouchgames.fts15.GLSurfaceView" />
 <FrameLayout android:gravity="center|left" android:layout_gravity="left" android:background="#00000000" android:layout_width="175.0dip" android:layout_height="20.0dip" android:layout_marginLeft="27.0dip" android:layout_marginTop="4.5dip" android:layout_alignParentLeft="true">
<ImageView android:gravity="center|top" android:layout_gravity="top" android:background="@drawable/scoreboard" android:layout_width="175.0dip" android:layout_height="20.0dip" />
</FrameLayout>
<FrameLayout android:id="@id/adLayout" android:background="#ff887766" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<FrameLayout android:id="@id/bannerframe" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<com.mopub.mobileads.MoPubView android:id="@id/adView" android:layout_width="fill_parent" android:layout_height="50.0dip" />
</FrameLayout>



SCRIPT FOR SCREEN RESOLUTION 5.5 "IS THIS
(replace all script in main.xml with this)


<?xml version='1.0' encoding='utf-8' ?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent">
<view xmlns:android="http://schemas.android.com/apk/res/android" android:id="@id/glsurfaceview" android:layout_width="fill_parent" android:layout_height="fill_parent" class="com.firsttouchgames.fts15.GLSurfaceView" />
<FrameLayout android:gravity="center|left" android:layout_gravity="left" android:background="#00000000" android:layout_width="178.0dip" android:layout_height="20.0dip" android:layout_marginLeft="27.0dip" android:layout_marginTop="4.5dip" android:layout_alignParentLeft="true">
<ImageView android:gravity="center|top" android:layout_gravity="top" android:background="@drawable/scoreboard" android:layout_width="178.0dip" android:layout_height="20.0dip" />
</FrameLayout>
<FrameLayout android:id="@id/adLayout" android:background="#ff887766" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<FrameLayout android:id="@id/bannerframe" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<com.mopub.mobileads.MoPubView android:id="@id/adView" android:layout_width="fill_parent" android:layout_height="50.0dip" />
</FrameLayout>


THEN SAVE INSTALL FINISH

TO SCREEN OTHER THAN PLEASE CONTINUE EDIT CUSTOMIZE OWN THE LIMITATIONS OF THE DEVICE I HAVE

IF AUDIO / MUSIC LOST, EXTRACT GAME FTS.APK TAKE THE FILE AUDIO REPLACE WITH AUDIO AT  FTS.APK COMPLETED EDITED APK.

PLEASE SORRY WHETHER THERE IS LACK. BECAUSE OF LIMITATIONS MY MATTER AND MATTER WHEN YOU COMMENT, CHAT AND MESSAGE IS NOT REPLY. THANK YOU




TERIMA KASIH


Tidak ada komentar:

Posting Komentar