RPG Astral
Login to do a more feature .. Like joining chat , post a topic , reply to a topic , or subscribe . You can also find other friends too!

<font color="red">Attention : Login to do full feature. Register didnt need Activation</font>
RPG Astral
Login to do a more feature .. Like joining chat , post a topic , reply to a topic , or subscribe . You can also find other friends too!

<font color="red">Attention : Login to do full feature. Register didnt need Activation</font>
RPG Astral
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
IndeksLatest imagesPendaftaranLogin
Silahkan bertanya-tanya pada forum yang tepat, kalo ada temen boleh juga diajakin kesini :hammer:

Share
 

 Cacadosman Save Hotkey

Topik sebelumnya Topik selanjutnya Go down 
PengirimMessage

Cacadosman™


Jumlah posting : 20

Cacadosman Save Hotkey Empty
PostSubyek: Cacadosman Save Hotkey   Cacadosman Save Hotkey Icon_minitimeWed 14 Aug 2013 - 12:47

  Cacadosman Save Hotkey
Versi: 1.00
Tipe: Custom Scenes




Pengenalan 
Well, daripada bosen gk ada kerjaan mending scripting mood2x an dan jadilah script ini, moga bsa membantu 



Fitur 

  • Saat ingin men-save data lebih simpel dan cepat
  • Lebih efisien
  • Lebih awet dan ramah lingkungan #PLAKK :lol:



Screenshots 
Are you Fu*king Kidding me ???  Cacadosman Save Hotkey 1931631217 



Demo 

Spoiler:



Scripts 


Code:
#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
# Nama   : Cacadosman Save Hotkey
# Versi  : 1.00
# Tipe   : Custom Scenes
# Pembuat: FADLI MAULANA
# Relase : 20/06/2013
# Engine : Just Only RMVX
#-------------------------------------------------------------------------------
# Cara Kerja :
# Saat di map, jika anda ingin men-save game anda tinggal tekan huruf "W"
# di keyboard anda untuk men-save data anda.
#-------------------------------------------------------------------------------
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#                      *****Thanks For Your Attention*****
#-------------------------------------------------------------------------------
#                                    VISIT :
#           http://www.facebook.com/groups/rpgmakervx.ace.xp/?fref=ts
#                                   MY BLOG :
#                  http://www.cacadosman-games.blogspot.com/
#-------------------------------------------------------------------------------

#-------------------------------------------------------------------------------
# CONFIGURATION
#-------------------------------------------------------------------------------

module CacadosmanMapHotkey

  HOTKEY_BUTTON = Input::R
  
  end
#-------------------------------------------------------------------------------
# End of Module
#-------------------------------------------------------------------------------

#-------------------------------------------------------------------------------
# STAHP, Jangan mengedit script dari Line dibawah ini kecuali anda mengerti
#-------------------------------------------------------------------------------

class Scene_Map < Scene_Base
  #--------------------------------------------------------------------------
  # Start system
  #--------------------------------------------------------------------------
  alias cacadosman_map_hotkey_start start
 def start
    cacadosman_map_hotkey_start
    end

  alias cacadosman_map_hotkey_terminate terminate
 def terminate
    cacadosman_map_hotkey_terminate
    
  end
 
 alias cacadosman_map_hotkey_update update unless $@
  def update
    cacadosman_map_hotkey_update
    return if $game_player.moving?
    if Graphics.frame_count % 10 == 0
     Sound.play_buzzer
    elsif Input.trigger? (CacadosmanMapHotkey::HOTKEY_BUTTON)
      Sound.play_save
      $scene = Scene_File.new(true, false, true)
      end
    end
  end
 
Credits :

  • Cacadosman



 
Kembali Ke Atas Go down
BayuDwinata
BayuDwinata
Basket Maniac
The Powerless Warrior
Basket ManiacThe Powerless Warrior

Jumlah posting : 194
Lokasi : Rengat

Cacadosman Save Hotkey Empty
PostSubyek: Re: Cacadosman Save Hotkey   Cacadosman Save Hotkey Icon_minitimeWed 14 Aug 2013 - 12:53

Cuma ngesave pak? :v
Ane bingung lihat script cukup panjang. Ternyata banyak promosi dan Keterangannya :lol:

Script originality confirmed. Astral added!
Kembali Ke Atas Go down
http://bayud10.blogspot.com

Cacadosman™


Jumlah posting : 20

Cacadosman Save Hotkey Empty
PostSubyek: Re: Cacadosman Save Hotkey   Cacadosman Save Hotkey Icon_minitimeWed 14 Aug 2013 - 13:06

Yup cma untuk ngesave :v
Pke cara biasa = 5+ Langkah/Tekan :v
Pke Script ini = Cma 2+ Langkah/Tekan saja :v
Script ini diperuntukan bagi yg males buka menu like me :v
Kembali Ke Atas Go down
BayuDwinata
BayuDwinata
Basket Maniac
The Powerless Warrior
Basket ManiacThe Powerless Warrior

Jumlah posting : 194
Lokasi : Rengat

Cacadosman Save Hotkey Empty
PostSubyek: Re: Cacadosman Save Hotkey   Cacadosman Save Hotkey Icon_minitimeWed 14 Aug 2013 - 13:11

" Pemalas jelas tau sifat orang pemalas"
It doesnt work for me to check u Cacadosman Save Hotkey 2091198150
Save dah scriptnya :)
Kembali Ke Atas Go down
http://bayud10.blogspot.com

Sponsored content



Cacadosman Save Hotkey Empty
PostSubyek: Re: Cacadosman Save Hotkey   Cacadosman Save Hotkey Icon_minitime

Kembali Ke Atas Go down
 

Cacadosman Save Hotkey

Topik sebelumnya Topik selanjutnya Kembali Ke Atas 
Halaman 1 dari 1

 Similar topics

-
» Cacadosman Flexible Hud
» [Software] Cacadosman Secret Folder
» [Software] Cacadosman Startup Activator

Permissions in this forum:Anda tidak dapat menjawab topik
RPG Astral :: Scripts & Codes :: RGSS2 - RMVX Script-