Per 2016, RMID pindah ke RMID Discord (Invite link dihapus untuk mencegah spambot -Theo @ 2019). Posting sudah tidak bisa dilakukan lagi.
Mohon maaf atas ketidaknyamanannya dan mohon kerjasamanya.

Share | 
 

 [TIPS n TRICKS] How to make standalone gam

Topik sebelumnya Topik selanjutnya Go down 
[TIPS n TRICKS] How to make standalone gam Empty2012-08-09, 14:56
Post[TIPS n TRICKS] How to make standalone gam
#1
Momofumi 
Novice
Novice
Momofumi

Level 5
Posts : 167
Thanked : 10
Engine : RMVX Ace
Skill : Beginner
Type : Artist
Awards:
[TIPS n TRICKS] How to make standalone gam Vide
[TIPS n TRICKS] How to make standalone game for RPG Maker
By Momofumi

Hello everyone. walaupun suasananya masih lapar dan haus, namun saya tetap menyempatkan buat bikin tips buat kalian semua :D

n saya ga tau apa udah ada yg bikin beginian sebelumnya,
kalo ada ya maaf, maklum kan belum tau... XD

di tips n trick kali ini saya akan menjelaskan cara
untuk membuat game yang standalone khusus untuk RM
.

Seperti yang kita semua ketahui, untuk membuat game yang standalone (dapat dijalankan tanpa instalasi software yang terpisah) pada RPG Maker adalah pada saat compress game data beri centang pada pilihan Include RTP data.

[TIPS n TRICKS] How to make standalone gam Compre10

But, the problem is, tidak semua resource yang ada pada RTP akan kita gunakan di dalam game kita, so resource yang tidak digunakan tsb hanya akan menjadi sampah di game kita,
yang hanya akan membuat file size game kita akan membengkak.

so, how we gonna fix that? :hmm:
sebenarnya ada dua pilihan, yg pertama adalah mengcompress game tanpa RTP, dan yg ke-2 adalah mengunakan RTP
Untuk memainkan game tanpa RTP, pemain harus menginstall RTP terlebih dahulu, mungkin untuk sesama Rmer hal ini bukan masalah karena mereka mungkin sudah mempunyai
RTP sebelumnya, namun bagaimana jika yg mau main bukan RMer, apakah mereka harus mendownload RTP dulu, baru bisa mainin gamenya? oh please...
So, compress game withour RTP isn't recommended!

jadi tujuan dari trick ini adalah untuk membuat game dengan RTP, tanpa menggunakan RTP itu sendiri, atau menggunakan RTP tapi hanya yang diperlukan oleh game saja...
:(

So... here's the trick! 8)
first, buka game folder
(C:\Users\UserAccounts\Documents\RPGVXACE)
ato (C:\Users\UserAccounts\Documents\RPGVX)

lalu buka file Game.ini ... di dalamnya ada script seperti ini

Code:
[Game]
RTP=RPGVXAce
Library=System\RGSS300.dll
Scripts=Data\Scripts.rvdata2
Title=SilverLight

lalu ubah menjadi seperti ini

Code:
[Game]
RTP=
Library=System\RGSS300.dll
Scripts=Data\Scripts.rvdata2
Title=SilverLight

dan save, lalu playtest game kamu... dijamin pasti error dan crash. :o

[TIPS n TRICKS] How to make standalone gam Error10

tapi jangan takut... gamenya error karena tidak bisa menemukan
file tertentu. dan file itu sebenarnya ada di RTP karena path RTPnya di hapus maka sistem mencari filenya bukan di RTP folder melainkan di game folder,
di game folder filenya tidak ditemukan, makanya jadi error... paham ga ?! Good... :D
Now, the only solution is IMPORT your damn file!! jika diliat dari screenshot, maka file yg ga ada itu file dengan nama 'window' so import filenya... kalau sudah play test lagi dan lihat apa ada error yg sama lagi, kalo masih ada import file lagi, lalu play test sampai tidak ada error yg sama lagi. :twisted:

jika sudah maka game kamu siap untuk di standalone kan.

satu lagi langkah yang paling crucial dan paling pentingn sebelum mengcompress game data.

buka RTP folder.
(C:\Program Files\Common Files\Enterbrain\RGSS3\RPGVXAce)
ato (C:\Program Files\Common Files\Enterbrain\RGSS2\RPGVX)
lalu copy folder 'Fonts'
dan paste-kan di game folder kamu

final step, compress game data beri centang pada pilihan Include RTP data. ;)

[TIPS n TRICKS] How to make standalone gam Compre10

dan Ta-Da. Standalone game...
conratulation, game kamu sudah bisa dimainkan tanpa :shocked:

itu aja untuk tips n tricks kali ini, mudah mudahan bisa berguna bagi kalian semua :D
[TIPS n TRICKS] How to make standalone gam Empty2012-08-09, 15:00
PostRe: [TIPS n TRICKS] How to make standalone gam
#2
Ameron 
♚ Leader of Ameron™ ♚
Ameron

Level 5
Posts : 440
Thanked : 3
Engine : RMVX
Skill : Intermediate
Type : Developer
Awards:
[TIPS n TRICKS] How to make standalone gam Vide
Okay tips berguna lagi dari momofumi
good anyway :D
[TIPS n TRICKS] How to make standalone gam Empty2012-08-09, 15:10
PostRe: [TIPS n TRICKS] How to make standalone gam
#3
aidilriski 
Senior
Senior
aidilriski

Level 5
Posts : 643
Thanked : 2
Engine : Multi-Engine User
Type : Mapper

[TIPS n TRICKS] How to make standalone gam Vide
wow... another nice tips, lanjutkan! :D
[TIPS n TRICKS] How to make standalone gam Empty2012-08-09, 15:13
PostRe: [TIPS n TRICKS] How to make standalone gam
#4
ashm 
Veteran
Veteran
ashm

Level 5
Posts : 1131
Thanked : 8
Engine : RMVX Ace
Skill : Intermediate
Type : Event Designer
Awards:

[TIPS n TRICKS] How to make standalone gam Vide
Ah ia, itu...
Sering kepikiran tapi gak tau caranya. Terpaksa deh donlot rtp. Untung rtp vx gak sebengkak rtp vx ace ;)
nice tips.
[TIPS n TRICKS] How to make standalone gam Empty2012-08-09, 15:15
PostRe: [TIPS n TRICKS] How to make standalone gam
#5
arls 
Advance
Advance
arls

Level 5
Posts : 412
Thanked : 3
Engine : RMVX Ace
Skill : Very Beginner
Type : Mapper
Awards:
[TIPS n TRICKS] How to make standalone gam Vide
kk,yg harus d import itu file2 apa?
File yg kita gunakan dlm game ya?
[TIPS n TRICKS] How to make standalone gam Empty2012-08-09, 15:18
PostRe: [TIPS n TRICKS] How to make standalone gam
#6
Momofumi 
Novice
Novice
Momofumi

Level 5
Posts : 167
Thanked : 10
Engine : RMVX Ace
Skill : Beginner
Type : Artist
Awards:
[TIPS n TRICKS] How to make standalone gam Vide
@arls, Yeaps :D begitulah
[TIPS n TRICKS] How to make standalone gam Empty2012-08-09, 15:20
PostRe: [TIPS n TRICKS] How to make standalone gam
#7
arls 
Advance
Advance
arls

Level 5
Posts : 412
Thanked : 3
Engine : RMVX Ace
Skill : Very Beginner
Type : Mapper
Awards:
[TIPS n TRICKS] How to make standalone gam Vide
yang seharus nya dari standart rtp kan ?.hehe tanya2sdikt,msih kurang ngerti.
[TIPS n TRICKS] How to make standalone gam Empty2012-08-09, 15:25
PostRe: [TIPS n TRICKS] How to make standalone gam
#8
marjoni01 
Senior
Senior
marjoni01

Level 5
Posts : 971
Thanked : 5
Engine : RMVX Ace
Skill : Intermediate
Type : Developer

[TIPS n TRICKS] How to make standalone gam Vide
Yep :D
Another nice tutorial Momofumi =w=b
Dan sepertinya tips ini sangatlah berguna bagi yang blm tau caranya :hmm:
Sebenernya td mau tanyal :lol:
Karena lupa tanya apa ya udh deh lupa'in :D
Nice job =w=b
[TIPS n TRICKS] How to make standalone gam Empty2012-08-09, 15:35
PostRe: [TIPS n TRICKS] How to make standalone gam
#9
Momofumi 
Novice
Novice
Momofumi

Level 5
Posts : 167
Thanked : 10
Engine : RMVX Ace
Skill : Beginner
Type : Artist
Awards:
[TIPS n TRICKS] How to make standalone gam Vide
@arls

ya begitulah
pokoknya, intinya, to the point

kalo mau coba trick diatas, musti tidak mengimport SEMUA resource yg ada di RTP
tapi HANYA sekali lagi HANYA file file yg dipakai saja.
kalo ada file yg ga dipake jangan diimport, karena file yg g dipake bakalan cuma nyampah...
alias useless

dan jangan lupa, sebelum compress game data

copy folder 'Fonts'
dan paste-kan di game folder kamu .....
[TIPS n TRICKS] How to make standalone gam Empty2012-08-09, 16:31
PostRe: [TIPS n TRICKS] How to make standalone gam
Mynamenicholas 
Novice
Novice
avatar

Level 5
Posts : 149
Thanked : 0
Engine : RMVX Ace
Skill : Intermediate
Type : Writer

[TIPS n TRICKS] How to make standalone gam Vide
Momofumi, Nice info walaupun ane dah tau.
buat yang lain berguna nih
[TIPS n TRICKS] How to make standalone gam Empty2012-08-10, 01:28
PostRe: [TIPS n TRICKS] How to make standalone gam
Espada~ 
Lolicious Driver
Espada~

Level 5
Posts : 1296
Thanked : 22
Engine : Multi-Engine User
Type : Jack of All Trades

[TIPS n TRICKS] How to make standalone gam Vide
nice tuts om~ =w=b
daun pandan sent~ =w=b
good job for the effort~ :3
[TIPS n TRICKS] How to make standalone gam Empty
PostRe: [TIPS n TRICKS] How to make standalone gam
Sponsored content 




[TIPS n TRICKS] How to make standalone gam Vide
 

[TIPS n TRICKS] How to make standalone gam

Topik sebelumnya Topik selanjutnya Kembali Ke Atas 

Similar topics

+
Halaman 1 dari 1

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Creative Commons :: Tutorials-