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.
|
|
| Kuro Show Equipment V.1.0 | |
| 2010-10-03, 16:02 | Kuro Show Equipment V.1.0 |
---|
Kuro Ethernite The Creator
Posts : 1631 Thanked : 24 Engine : RMVX Ace Skill : Masterful Type : Jack of All Trades
Awards:
| Kuro Show Equipment Versi: 1.0 Tipe: <TIPE> PengenalanThis script will let you show "actor 1" equipped equipment. Good for puzzle, strategy, or ABS type. Intinya, cuma untuk show equipment yg d pakai.... Fitur
- Bisa show equipped equipment sbgai HUD (weapon, shield, helmet, armor, accessories)
- Bisa d pilih yg mana yg musti d show
- Vertical & Horizontal style~
- Customize posisi
- Atur opacity windows
ScreenshotsHere u go~ - Spoiler:
DemoGa perlu nih.... langsung Plug, Edit, n Play aja kok..... ScriptsMudah2 an ga error - Spoiler:
- Code:
-
=begin ================================================================================ xXx Kuro Show Equipment xXx V.1.0 by Kuro Creator ================================================================================ * Introduce : A simple script that will show "actor 1" equipped equipment ================================================================================ * How to use : Insert this script below ? Materials, but above ? Main Edit the module below ================================================================================ * Changelog : V.1.0 (03-10-2010) * Finish the script. ================================================================================ * Terms of Use This is just a simple script. No credit is okay, But if you want to.... credit : Kuro Creator ================================================================================ =end #=============================================================================== # CUSTOMIZATION START #=============================================================================== module Kuro module Show_Equipment
# True to show the weapon icon SHOW_WEAPON = true # True to show the shield icon SHOW_SHIELD = true # True to show the helmet icon SHOW_HELMET = true # True to show the armor icon SHOW_ARMOR = true # True to show the acessories icon SHOW_ACCESSORIES = true # Opacity of Windows that will show the icons of Equipment OPACITY = 240 # Set starting X and Y position X_DISPLAY = 0 Y_DISPLAY = 0 # true for horizontal style, and false for vertical style VERHOR = false # switch used to toggle the visibility EQUIP_SWITCH = 1 end end
#=============================================================================== # CUSTOMIZATION END #===============================================================================
class Kuro_Equipment_Window < Window_Base def initialize(x,y,n) @x = x @y = y @n = n super(x,y,56,56) refresh end end def refresh self.contents.clear @actor = $game_party.members[0] draw_item_name(@actor.equips[@n], 0, 0) end class Scene_Map include Kuro::Show_Equipment alias kuro_start start def start kuro_start @x_display = X_DISPLAY @y_display = Y_DISPLAY @Window_Equipment = Kuro_Equipment_Window.new(@x_display,@y_display,0) if VERHOR @x_display = @x_display - 56 if !SHOW_WEAPON @Window_Equipment2 = Kuro_Equipment_Window.new(@x_display+56,@y_display,1) @x_display = @x_display - 56 if !SHOW_SHIELD @Window_Equipment3 = Kuro_Equipment_Window.new(@x_display+(56*2),@y_display,2) @x_display = @x_display - 56 if !SHOW_HELMET @Window_Equipment4 = Kuro_Equipment_Window.new(@x_display+(56*3),@y_display,3) @x_display = @x_display - 56 if !SHOW_ARMOR @Window_Equipment5 = Kuro_Equipment_Window.new(@x_display+(56*4),@y_display,4) else @y_display = @y_display - 56 if !SHOW_WEAPON @Window_Equipment2 = Kuro_Equipment_Window.new(@x_display,@y_display+56,1) @y_display = @y_display - 56 if !SHOW_SHIELD @Window_Equipment3 = Kuro_Equipment_Window.new(@x_display,@y_display+(56*2),2) @y_display = @y_display - 56 if !SHOW_HELMET @Window_Equipment4 = Kuro_Equipment_Window.new(@x_display,@y_display+(56*3),3) @y_display = @y_display - 56 if !SHOW_ARMOR @Window_Equipment5 = Kuro_Equipment_Window.new(@x_display,@y_display+(56*4),4) end @Window_Equipment.opacity = OPACITY @Window_Equipment2.opacity = OPACITY @Window_Equipment3.opacity = OPACITY @Window_Equipment4.opacity = OPACITY @Window_Equipment5.opacity = OPACITY @Window_Equipment.visible = ($game_switches[EQUIP_SWITCH] and SHOW_WEAPON) @Window_Equipment2.visible = ($game_switches[EQUIP_SWITCH] and SHOW_SHIELD) @Window_Equipment3.visible = ($game_switches[EQUIP_SWITCH] and SHOW_HELMET) @Window_Equipment4.visible = ($game_switches[EQUIP_SWITCH] and SHOW_ARMOR) @Window_Equipment5.visible = ($game_switches[EQUIP_SWITCH] and SHOW_ACCESSORIES) end end #=============================================================================== # END OF SCRIPTS #===============================================================================
CreditsJust, Kuro Creator :kuro: |
| | | 2010-11-02, 22:11 | Re: Kuro Show Equipment V.1.0 |
---|
Rin Novice
Posts : 203 Thanked : 2 Engine : RMVX Skill : Beginner Type : Writer
| nemu skrip bgus nih buat proyek wa bisa d buat 1 window untuk smua ny ga ??? trus dibikin munculny animasi ?? ngemeng2, skrinsot ny ada typo tuh atw sngaja yah ?? |
| | | 2010-11-02, 22:52 | Re: Kuro Show Equipment V.1.0 |
---|
LightNightKnight Topeng Buaya
Posts : 799 Thanked : 6 Engine : RMVX Skill : Intermediate Type : Developer
| wuoooogh!?!?!? Script Guanteng sayang sistem Equip wa disable d game wa, jadi gk dipake - Quote :
- ngemeng2, skrinsot ny ada typo tuh atw sngaja yah ??
udah jelas sengaja |
| | | 2010-11-03, 03:55 | Re: Kuro Show Equipment V.1.0 |
---|
hyperkudit Pahlawan Super
Posts : 2288 Thanked : 30 Engine : RMXP Skill : Very Beginner Type : Artist
Awards:
| script keren..... sayang bukan rmxp T.T |
| | | | Re: Kuro Show Equipment V.1.0 |
---|
Sponsored content
| | | | | Kuro Show Equipment V.1.0 | |
|
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 ]
|
|
|
|
|
|