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.
|
|
| [VXace] Title Screen URL Launcher | |
| 2012-10-23, 20:36 | [VXace] Title Screen URL Launcher |
---|
Rian01 Advance
Posts : 318 Thanked : 0 Engine : RMVX Ace Skill : Beginner
Awards:
| Title Screen URL Launcher Versi: 1.0Tipe: Pengenalanperanan dari ini https://rmid.forumotion.net/t6977-panggil-software-saat-memainkan-game#108098bisa nge-launch website di pilihan title screen ScreenshotsDemoScripts - Code:
-
module URL NAMA_PILIHAN = "RMID" #Tulisan yang akan muncul pada perintah title screen URL_LINK = "http://www.rpgmakerid.com" #Alamat URL yang akan muncul end
class Game_System def buka_file(nama_file) shell = Win32API.new("shell32", "ShellExecute", ['L', 'P', 'P', 'P', 'L', 'L'], 'L') shell.Call(0, "open", nama_file, 0, 0, 1) end end class Window_TitleCommand < Window_Command alias command_url make_command_list def make_command_list command_url add_command(URL::NAMA_PILIHAN, :urlshortcut) end end class Scene_Title < Scene_Base alias tambah_command create_command_window def create_command_window tambah_command @command_window.set_handler(:urlshortcut, method(:command_url)) end def command_url $game_system.buka_file(URL::URL_LINK) end end
Credits
Terakhir diubah oleh Rian01 tanggal 2012-10-26, 08:40, total 3 kali diubah |
| | | 2012-10-23, 20:38 | Re: [VXace] Title Screen URL Launcher |
---|
GagakItem Novice
Posts : 235 Thanked : 3 Engine : RMVX Ace Skill : Beginner Type : Jack of All Trades
Awards:
| @Rian: bukannya Modern Algebra sudah buat ini? btw, nice script again |
| | | 2012-10-23, 20:46 | Re: [VXace] Title Screen URL Launcher |
---|
Rian01 Advance
Posts : 318 Thanked : 0 Engine : RMVX Ace Skill : Beginner
Awards:
| @BC saya jarang liat skrip orang sih... jadi gak tahu tapi apa itu juga VXace ? dan apa itu juga make Shell32 ? btw ternyata bisa panggil url lewat event juga - Code:
-
$game_system.buka_file("<URL>")
|
| | | 2012-10-23, 20:51 | Re: [VXace] Title Screen URL Launcher |
---|
GagakItem Novice
Posts : 235 Thanked : 3 Engine : RMVX Ace Skill : Beginner Type : Jack of All Trades
Awards:
| @Rian: sudah ada 2 sih (VX,VXA) tapi modern algebra gak make Win32API lagi |
| | | 2012-10-23, 20:58 | Re: [VXace] Title Screen URL Launcher |
---|
TheoAllen ♫ RMID Rebel ♫
Posts : 4935 Thanked : 63
Awards:
| | | | 2012-10-23, 21:01 | Re: [VXace] Title Screen URL Launcher |
---|
Rian01 Advance
Posts : 318 Thanked : 0 Engine : RMVX Ace Skill : Beginner
Awards:
| @BC cari ide lain deh kalo gitu @theo iya juga sih ... terserah kamu buat saja deh |
| | | 2012-10-23, 21:08 | Re: [VXace] Title Screen URL Launcher |
---|
GagakItem Novice
Posts : 235 Thanked : 3 Engine : RMVX Ace Skill : Beginner Type : Jack of All Trades
Awards:
| @Rian: klo gak, buat autorun menu pake script buatan mu aj autorun = aplikasi menu pada CD untuk menginstal caranya, dengan buat Event Title Screen tapi di VX doang, krna vx ace gak enak selected menunya jujur.. ane pengen buat itu tp nanti |
| | | 2012-10-23, 21:12 | Re: [VXace] Title Screen URL Launcher |
---|
Rian01 Advance
Posts : 318 Thanked : 0 Engine : RMVX Ace Skill : Beginner
Awards:
| @BC lalu ? masih kurang jelas maksud "Menu" yang kamu katakan .... |
| | | 2012-10-23, 21:14 | Re: [VXace] Title Screen URL Launcher |
---|
GagakItem Novice
Posts : 235 Thanked : 3 Engine : RMVX Ace Skill : Beginner Type : Jack of All Trades
Awards:
| @Rian gak tau autorun menu? cari di google, ketik CD Autoplay menu klo masih gak tau, ane upload deh... autorun menu menggunakan RM |
| | | 2012-10-23, 21:18 | Re: [VXace] Title Screen URL Launcher |
---|
Rian01 Advance
Posts : 318 Thanked : 0 Engine : RMVX Ace Skill : Beginner
Awards:
| @BC bukan itu yang saya gak paham ..... maksudnya menu itu "Scene_Menu" ? btw apa yang diupload ? apa maksudnya selected menu ? |
| | | 2012-10-23, 21:22 | Re: [VXace] Title Screen URL Launcher |
---|
GagakItem Novice
Posts : 235 Thanked : 3 Engine : RMVX Ace Skill : Beginner Type : Jack of All Trades
Awards:
| @Rian ane upload contoh autorun menunya selected menu = ente tahu menu choice di vx ace, itu nyamping...msh setuju dengan VX, dibawah teksnya |
| | | 2012-10-23, 21:29 | Re: [VXace] Title Screen URL Launcher |
---|
Rian01 Advance
Posts : 318 Thanked : 0 Engine : RMVX Ace Skill : Beginner
Awards:
| @BC nyamping ? emang gk bisa dibenahin apa ? ... choice di message itukan ? berarti bikin AutoRun di titlescreen gitu ? |
| | | 2012-10-23, 21:34 | Re: [VXace] Title Screen URL Launcher |
---|
GagakItem Novice
Posts : 235 Thanked : 3 Engine : RMVX Ace Skill : Beginner Type : Jack of All Trades
Awards:
| @Rian: iya... klo pake rombak script.. repot bukan membuat autorun di title screen, tapi membuat aplikasi Autorun CD dengan modal RPG Maker |
| | | 2012-10-23, 21:40 | Re: [VXace] Title Screen URL Launcher |
---|
Rian01 Advance
Posts : 318 Thanked : 0 Engine : RMVX Ace Skill : Beginner
Awards:
| terus apa gunanya ? kenapa pake RPG maker ? kenapa autorun CD ? |
| | | 2012-10-23, 22:22 | Re: [VXace] Title Screen URL Launcher |
---|
GagakItem Novice
Posts : 235 Thanked : 3 Engine : RMVX Ace Skill : Beginner Type : Jack of All Trades
Awards:
| @Rian: lebih baik ente liat aj dah |
| | | 2012-10-25, 22:38 | Re: [VXace] Title Screen URL Launcher |
---|
Radis3D Sang Iblis
Posts : 755 Thanked : 3 Engine : RMVX Ace Skill : Very Beginner Type : Writer
Awards:
| ni kayaknya, slah satu script yang di butuhkan deh.. :p heheheh~~ nice share..... |
| | | 2012-10-26, 08:32 | Re: [VXace] Title Screen URL Launcher |
---|
yeki Novice
Posts : 182 Thanked : 6 Engine : RMVX Ace Skill : Beginner Type : Scripter
Awards:
| wow hebat.... tapi kalau dengan script begini saja bukankah butuh win32api ya ?..kenapa tidak di ikut sertakan disini saja dibanding dipisah2 |
| | | 2012-10-26, 08:42 | Re: [VXace] Title Screen URL Launcher |
---|
Rian01 Advance
Posts : 318 Thanked : 0 Engine : RMVX Ace Skill : Beginner
Awards:
| iya juga sih... ok saya edit.... makasih infonya |
| | | 2012-10-26, 08:57 | Re: [VXace] Title Screen URL Launcher |
---|
yerry_great @> Moderator
Posts : 1251 Thanked : 15 Engine : Multi-Engine User Skill : Very Beginner Type : Jack of All Trades
| Lumayan ini mw pasang link RMID di game gampang Nice script Keep posting |
| | | | Re: [VXace] Title Screen URL Launcher |
---|
Sponsored content
| | | | | [VXace] Title Screen URL Launcher | |
|
Similar topics | |
|
Similar topics | |
| |
Halaman 1 dari 1 | |
| Permissions in this forum: | Anda tidak dapat menjawab topik
| |
| |
Latest 10 Topics | [Web Novel] Gloria Infidelis 2016-11-17, 21:27 by LightNightKnight
[Announcement] Forum baru untuk RMID 2016-08-25, 16:39 by TheoAllen
Where I'm Wrong ? 2016-07-24, 16:10 by ReydVires
flakeheartnet's Resources part III 2016-07-08, 14:30 by flakeheartnet
Keira's Art Warehouse 2016-06-28, 19:27 by KeiraBlaze
Theo Core Time System + Bingung 2016-06-27, 16:24 by Lockin
Error Script, Maybe ? 2016-06-27, 16:20 by Lockin
Nusaimoe @ RMID Lounge 2016-06-21, 05:02 by Jihad Bagas
Call Random Battle 2016-06-15, 17:04 by Lockin
Flakeheartnet Resources Part II [come back gift] 2016-06-07, 15:51 by flakeheartnet
|
Statistics
|
Members: [ 4947 ]
Topics: [ 8258 ]
Posts: [ 112606 ]
Newest member: [ https://rmid.forumotion.net/u4968 ]
|
|
|
|
|
|