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.
|
|
| [SOLVED] nanya cara pake script ini | |
| 2012-11-11, 10:32 | [SOLVED] nanya cara pake script ini |
---|
Radis3D Sang Iblis
Posts : 755 Thanked : 3 Engine : RMVX Ace Skill : Very Beginner Type : Writer
Awards:
| Lethrface's Splash Screen << cara pake nya gimna?? instruksinya udah ane ikutin gambar2 udah ane taruh di Title2 tapi tetep gak ngaruh ane playtest ataupun ane coba play langsung ke title screen ada yang bisa bantu???
Terakhir diubah oleh radis tanggal 2012-11-11, 12:54, total 1 kali diubah |
| | | 2012-11-11, 10:41 | Re: [SOLVED] nanya cara pake script ini |
---|
marjoni01 Senior
Posts : 971 Thanked : 5 Engine : RMVX Ace Skill : Intermediate Type : Developer
| Masa' sih? Ane coba bisa-bisa aja ntuh Bisa kasih demonya? Biar lebih cepet Jadi bisa tau dimana yang salah |
| | | 2012-11-11, 10:50 | Re: [SOLVED] nanya cara pake script ini |
---|
Radis3D Sang Iblis
Posts : 755 Thanked : 3 Engine : RMVX Ace Skill : Very Beginner Type : Writer
Awards:
| klo demo ntar deh cz koneksi lagi jelek oya apa format imagenya itu ngaruh??? |
| | | 2012-11-11, 11:03 | Re: [SOLVED] nanya cara pake script ini |
---|
marjoni01 Senior
Posts : 971 Thanked : 5 Engine : RMVX Ace Skill : Intermediate Type : Developer
| Uh.. Format image mungkin aja sih Emang format imagemu apa? |
| | | 2012-11-11, 11:06 | Re: [SOLVED] nanya cara pake script ini |
---|
GagakItem Novice
Posts : 235 Thanked : 3 Engine : RMVX Ace Skill : Beginner Type : Jack of All Trades
Awards:
| gg usah demo mulu apa SS ane juga pake ini setting bagian "SHOW_PLAYTEST" nya ke true, kalo mau splash screennya nongol di playtest - Code:
-
SHOW_PLAYTEST = true
|
| | | 2012-11-11, 11:20 | Re: [SOLVED] nanya cara pake script ini |
---|
Radis3D Sang Iblis
Posts : 755 Thanked : 3 Engine : RMVX Ace Skill : Very Beginner Type : Writer
Awards:
| @om marjoni : pake jpg 1 pake png 1 @blackCrow : udah, tetep aja... -_- ni testing ane maaf pake forshare, MF nya gagal molo http://www.4*shared.com/file/d0BN3LRZ/aneh.html Ilangin tanda (*) bintang
Terakhir diubah oleh radis tanggal 2012-11-11, 11:24, total 1 kali diubah |
| | | 2012-11-11, 11:21 | Re: [SOLVED] nanya cara pake script ini |
---|
marjoni01 Senior
Posts : 971 Thanked : 5 Engine : RMVX Ace Skill : Intermediate Type : Developer
| @Radis Harusnya sih bisa Atau mungkin gara-gara kamu salah settingannya? Kurang jelas mah kalau gini Ane soalnya nyoba bisa-bisa aja |
| | | 2012-11-11, 11:25 | Re: [SOLVED] nanya cara pake script ini |
---|
Radis3D Sang Iblis
Posts : 755 Thanked : 3 Engine : RMVX Ace Skill : Very Beginner Type : Writer
Awards:
| noh testing ane di ane gak nongol |
| | | 2012-11-11, 11:31 | Re: [SOLVED] nanya cara pake script ini |
---|
marjoni01 Senior
Posts : 971 Thanked : 5 Engine : RMVX Ace Skill : Intermediate Type : Developer
| Well kalau gitu let's see.. Coba ulang dari langkah pertama.. Copy script dari http://rmrk.net/index.php?topic=45768.0 ke projectmu terus atur : - Code:
-
# Set the amount of time the splash image will remain on the # screen after fading in before fading out. LENGTH = 2
Ubah Length jadi 10 coba Terus - Code:
-
# Set the number of splash screens you plan to use for your project. # This can be any number of splash screens...but use them within reason... # Nobody wants to see 100 splash screens before seeing the title screen # and if they do, they are narcisists. TOTAL_SPLASH_IMAGES = 3
Ubah Total_Splash_images jadi 1 karena ini cuman percobaan terus - Code:
-
SPLASH_IMAGES = { # Set the filename of the images and/or movies that you want to be used # for your splash screens. # You can add more past the three that you see now. If you do, make sure # that the TOTAL_SPLASH_IMAGES count is set to the total you have here. # Use just the filename of the image or movie. # Your first one will always start with "0" as your first # Splash image. # ex. 0 => "filename", 0 => "Logo", 1 => "Logo2", 2 => "spacemovie1.theora", } # Do not delete this bracket
Coba deh masukin Gambar disini dan bukan Movie disini percobaan kita tunjukkan gambar aja terus - Code:
-
# Do you want to see your Splash screens before your title screen when # you playtest? True for yes, false for no. SHOW_PLAYTEST = true
Coba deh ini true Kalau gak bisa.. Berarti ada kesalahan di dalam bagian - Code:
-
MOVIE = { # Set which splash images are actually movies. # Each entry corresponds with the images/movies assigned # in the SPLASH_IMAGES array. # Just like the SPLASH_IMAGES array, you can add more past the # three that you see now. If here are more than three images # set in SPLASH_IMAGES, you add more variables to reflect # the number of values for SPLASH_IMAGES. # ex. 0 => false, <== means it's an image # ex 0 => true, <== it will be a movie. 0 => false, 1 => false, 2 => true, } # Do not delete this bracket
And...
Terakhir diubah oleh marjoni01 tanggal 2012-11-11, 11:40, total 1 kali diubah |
| | | 2012-11-11, 11:37 | Re: [SOLVED] nanya cara pake script ini |
---|
Radis3D Sang Iblis
Posts : 755 Thanked : 3 Engine : RMVX Ace Skill : Very Beginner Type : Writer
Awards:
| tetep gak nongol... klo gitu coba ane minta demo punya om.. -_- |
| | | 2012-11-11, 11:56 | Re: [SOLVED] nanya cara pake script ini |
---|
marjoni01 Senior
Posts : 971 Thanked : 5 Engine : RMVX Ace Skill : Intermediate Type : Developer
| Well Here you go : http://www.media*fire.com/?735fq5hge6vjc97 Sorry agak lama |
| | | 2012-11-11, 12:09 | Re: [SOLVED] nanya cara pake script ini |
---|
Radis3D Sang Iblis
Posts : 755 Thanked : 3 Engine : RMVX Ace Skill : Very Beginner Type : Writer
Awards:
| ane coba deh.... sungguh2 aneh... -_- EDIT:mantapsss WORK om... Thankz banget ♥
Terakhir diubah oleh radis tanggal 2012-11-11, 12:20, total 1 kali diubah |
| | | 2012-11-11, 12:18 | Re: [SOLVED] nanya cara pake script ini |
---|
GagakItem Novice
Posts : 235 Thanked : 3 Engine : RMVX Ace Skill : Beginner Type : Jack of All Trades
Awards:
| mungkin kesalahan nya di script yang bawah bagian "Don't edit anything below this" gak rapi tuh scriptnya (mungkin juga berpengaruh ma scriptnya) |
| | | 2012-11-11, 12:19 | Re: [SOLVED] nanya cara pake script ini |
---|
marjoni01 Senior
Posts : 971 Thanked : 5 Engine : RMVX Ace Skill : Intermediate Type : Developer
| @BC Tapi ane baik2 aja kok Dan bukannya katanya anda juga make' ini? |
| | | 2012-11-11, 12:21 | Re: [SOLVED] nanya cara pake script ini |
---|
Radis3D Sang Iblis
Posts : 755 Thanked : 3 Engine : RMVX Ace Skill : Very Beginner Type : Writer
Awards:
| udah work kok padahal ane udah copas dari sourcenya tapi gak bekerja... copas dari om Marjon, WORK!!! |
| | | 2012-11-11, 12:23 | Re: [SOLVED] nanya cara pake script ini |
---|
GagakItem Novice
Posts : 235 Thanked : 3 Engine : RMVX Ace Skill : Beginner Type : Jack of All Trades
Awards:
| @joni memang ane make ini koq dia pake 2 image tuk splash screen.. tapi pas ane liat2 skrip dia (bagian DONT MODIFY ANYTHING BELOW THIS) layoutnya begini: - Code:
-
#===============================================================# # DONT MODIFY ANYTHING BELOW THIS # #===============================================================# end end
module SceneManager def self.first_scene_class $BTEST ? Scene_Battle : Scene_Splash end end
class Scene_Splash < Scene_Base
def start super show_playtest = LethrMod::SPLASH::SHOW_PLAYTEST SceneManager.goto(Scene_Title) if $TEST and !show_playtest SceneManager.clear create_image end
def create_image @current_splash = 0 @splash = Sprite.new set_vars end
def set_vars @phase = 0 if LethrMod::SPLASH::MOVIE == false @splash.bitmap = Cache.title2(LethrMod::SPLASH::SPLASH_IMAGES.to_s) end @splash.opacity = 0 @splash_duration = LethrMod::SPLASH::LENGTH * 60 end
def update Graphics.update if LethrMod::SPLASH::TOTAL_SPLASH_IMAGES > 0 if LethrMod::SPLASH::MOVIE == true Graphics.play_movie("Movies/" + LethrMod::SPLASH::SPLASH_IMAGES) @phase = 3 end
if @phase == 0 @splash.opacity += 10 if @splash.opacity >= 255 @phase = 1 end end
if @phase == 1 if @splash_duration > 0 @splash_duration -= 1 return else @phase = 2 end end
if @phase == 2 @splash.opacity -= 10 if @splash.opacity <= 0 @phase = 3 end end
if @phase == 3 @current_splash += 1 if @current_splash >= LethrMod::SPLASH::TOTAL_SPLASH_IMAGES SceneManager.goto(Scene_Title) else set_vars end end else SceneManager.goto(Scene_Title) end
end end
bukan begini: - Code:
-
#===============================================================# # DONT MODIFY ANYTHING BELOW THIS # #===============================================================# end end
module SceneManager def self.first_scene_class $BTEST ? Scene_Battle : Scene_Splash end end
class Scene_Splash < Scene_Base def start super show_playtest = LethrMod::SPLASH::SHOW_PLAYTEST SceneManager.goto(Scene_Title) if $TEST and !show_playtest SceneManager.clear create_image end def create_image @current_splash = 0 @splash = Sprite.new set_vars end def set_vars @phase = 0 if LethrMod::SPLASH::MOVIE[@current_splash] == false @splash.bitmap = Cache.title2(LethrMod::SPLASH::SPLASH_IMAGES[@current_splash].to_s) end @splash.opacity = 0 @splash_duration = LethrMod::SPLASH::LENGTH * 60 end def update Graphics.update if LethrMod::SPLASH::TOTAL_SPLASH_IMAGES > 0 if LethrMod::SPLASH::MOVIE[@current_splash] == true Graphics.play_movie("Movies/" + LethrMod::SPLASH::SPLASH_IMAGES[@current_splash]) @phase = 3 end if @phase == 0 @splash.opacity += 10 if @splash.opacity >= 255 @phase = 1 end end if @phase == 1 if @splash_duration > 0 @splash_duration -= 1 return else @phase = 2 end end if @phase == 2 @splash.opacity -= 10 if @splash.opacity <= 0 @phase = 3 end end if @phase == 3 @current_splash += 1 if @current_splash >= LethrMod::SPLASH::TOTAL_SPLASH_IMAGES SceneManager.goto(Scene_Title) else set_vars end end else SceneManager.goto(Scene_Title) end end end
sumpah, ini hasil copas punya radis ma kk joni @radis: ente copas semua dari scriptnya apa sebagian? btw congrats... mau ditutup nih trid? |
| | | 2012-11-11, 12:28 | Re: [SOLVED] nanya cara pake script ini |
---|
Radis3D Sang Iblis
Posts : 755 Thanked : 3 Engine : RMVX Ace Skill : Very Beginner Type : Writer
Awards:
| punya ane copas dari sourcenya.. hasilnya bgono... -_- ane kan gak tahu :p |
| | | 2012-11-11, 12:34 | Re: [SOLVED] nanya cara pake script ini |
---|
marjoni01 Senior
Posts : 971 Thanked : 5 Engine : RMVX Ace Skill : Intermediate Type : Developer
| Well intinya solved toh? Oke momod silahkan lock jika emang solved |
| | | 2012-11-11, 14:36 | Re: [SOLVED] nanya cara pake script ini |
---|
richter_h Salto Master Hancip RMID
Posts : 1705 Thanked : 30 Engine : Other Skill : Skilled Type : Developer
Awards:
| udah solved kah? ane ijin gembok ya kalo ada apa2 hubungi dokter ane atawa momod lain *locked* |
| | | | Re: [SOLVED] nanya cara pake script ini |
---|
Sponsored content
| | | | | [SOLVED] nanya cara pake script ini | |
|
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 ]
|
|
|
|
|
|