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 | 
 

 [SOLVED] membuat game jadi full screen

Topik sebelumnya Topik selanjutnya Go down 
[SOLVED] membuat game jadi full screen Empty2014-02-23, 20:49
Post[SOLVED] membuat game jadi full screen
#1
manu112 
Novice
Novice
manu112

Level 5
Posts : 192
Thanked : 0
Engine : RMXP
Skill : Skilled
Type : Event Designer
Awards:
[SOLVED] membuat game jadi full screen Vide
kakak kakak, cara agar game rmxp yang kita buat bisa full screen itu gimana caranya ya kk, masak ukuran game ku kecil amat, maunya tu full gitu, biar mantap ngeliat nya, Bagi kk '' yang mau membantu saya, sebelumnya saya ucapkan ma kasih
[SOLVED] membuat game jadi full screen Empty2014-02-23, 20:53
PostRe: [SOLVED] membuat game jadi full screen
#2
yerry_great 
@> Moderator
@> Moderator
yerry_great

Kosong
Posts : 1251
Thanked : 15
Engine : Multi-Engine User
Skill : Very Beginner
Type : Jack of All Trades

[SOLVED] membuat game jadi full screen Vide
Pencet Alt + Enter << Toggle full screen. Tp kalo ganti resolusi pake script.
[SOLVED] membuat game jadi full screen Empty2014-02-23, 21:42
PostRe: [SOLVED] membuat game jadi full screen
#3
Black Mage 
Newbie
Newbie
Black Mage

Level 5
Posts : 98
Thanked : 3
Engine : Multi-Engine User
Skill : Masterful
Type : Jack of All Trades
Awards:
[SOLVED] membuat game jadi full screen Vide
Buka script "Main" pada script editor.
Tambahkan ini setelah begin :
Code:
if not $full
    $showm = Win32API.new 'user32', 'keybd_event', %w(l l l l), ''
    $showm.call(18,0,0,0)
    $showm.call(13,0,0,0)
    $showm.call(13,0,2,0)
    $showm.call(18,0,2,0)
    $full = 1
end

Kode ini akan membuat RMXP otomatis full screen pada saat dijalankan. Sistem toogle (Alt+Enter) masih berfungsi.

Semoga berguna :)
[SOLVED] membuat game jadi full screen Empty2014-02-23, 23:23
PostRe: [SOLVED] membuat game jadi full screen
#4
manu112 
Novice
Novice
manu112

Level 5
Posts : 192
Thanked : 0
Engine : RMXP
Skill : Skilled
Type : Event Designer
Awards:
[SOLVED] membuat game jadi full screen Vide
makasih ya semua, yang udah mau nolongin ane
[SOLVED] membuat game jadi full screen Empty
PostRe: [SOLVED] membuat game jadi full screen
#5
Sponsored content 




[SOLVED] membuat game jadi full screen Vide
 

[SOLVED] membuat game jadi full screen

Topik sebelumnya Topik selanjutnya Kembali Ke Atas 

Similar topics

+
Halaman 1 dari 1

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Engines :: RMXP-