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.
|
|
| Modifikasi tampilan Battle windows | |
| 2009-12-27, 18:06 | Modifikasi tampilan Battle windows |
---|
nekopia Novice
Posts : 170 Thanked : 5 Engine : RMVX
| Ada yang bisa bantu? Saya butuh script untuk memodifikasi tampilan battle windows yang compatible dengan SBS Tankentai. Terima kasih. |
| | | 2009-12-27, 18:12 | Re: Modifikasi tampilan Battle windows |
---|
Tamu Tamu
| - nekopia wrote:
- Ada yang bisa bantu? Saya butuh script untuk memodifikasi tampilan battle windows yang compatible dengan SBS Tankentai. Terima kasih.
VX apa XP ? Terus modif kayak gimana ? munculin wajah gt ? Munculin Wajah - Spoiler:
class Window_Base < Window def draw_face(face_name, face_index, x, y, size = 96, opacity = 255) bitmap = Cache.face(face_name) rect = Rect.new(0, 0, 0, 0) rect.x = face_index % 4 * 96 + (96 - size) / 2 rect.y = face_index / 4 * 96 + (96 - size) / 2 rect.width = size rect.height = size self.contents.blt(x, y, bitmap, rect,opacity) bitmap.dispose end def draw_actor_face(actor, x, y, size = 96, opacity = 255) draw_face(actor.face_name, actor.face_index, x, y, size, opacity) end end
class Window_BattleStatus < Window_Selectable def initialize super(0, 0, 416, 128) @column_max = 4 @spacing = 0 refresh self.active = false end def refresh self.contents.clear @item_max = $game_party.members.size for i in 0...@item_max draw_faces(i) end for i in 0...@item_max draw_item(i) end end def draw_faces(index) actor = $game_party.members[index] draw_actor_face(actor, actor.index * 96 + 2, 0, 96, 100) end def draw_item(index) self.contents.font.color = normal_color actor = $game_party.members[index] draw_actor_name(actor, index * 96 + 2, 0) draw_actor_state(actor, index * 96 + 2, 18, 48) draw_actor_hp(actor, index * 96 + 2, 56, 86) draw_actor_mp(actor, index * 96 + 2, 74, 86) end end
|
| | | 2009-12-27, 18:24 | Re: Modifikasi tampilan Battle windows |
---|
nekopia Novice
Posts : 170 Thanked : 5 Engine : RMVX
| Tentu saja VX, kamar threadnya bener kan? (takut salah gw) Hm...Kira-kira mirip tampilan battle Final Fantasy IX. - Spoiler:
|
| | | 2009-12-27, 20:39 | Re: Modifikasi tampilan Battle windows |
---|
Tamu Tamu
| cari aja di sini http://www.rpgmakervx.net/index.php?showtopic=4241#10 |
| | | 2009-12-27, 20:47 | Re: Modifikasi tampilan Battle windows |
---|
nekopia Novice
Posts : 170 Thanked : 5 Engine : RMVX
| Saya sudah korek-korek forum lain (termasuk diatas). Belom juga ketemu __________________________SOLVED______________________________ Thanks : -Shikami solving : http://www.rpgmakervx.net/index.php?showtopic=6292 |
| | | 2009-12-28, 14:53 | Re: Modifikasi tampilan Battle windows |
---|
wltr3565 Senior
Posts : 870 Thanked : 28 Engine : RMVX Skill : Skilled Type : Scripter
Awards:
| Itu perlu modifikasi sendiri... Kucoba, tapi jangan terlalu berharap. |
| | | 2009-12-28, 15:15 | Re: Modifikasi tampilan Battle windows |
---|
nekopia Novice
Posts : 170 Thanked : 5 Engine : RMVX
| Sebenernya dah dapet, tapi klo bung wltr3565 punya cara lain, it's OK. Saya senang Tq, mau bantu<----sedikit berharap |
| | | | Re: Modifikasi tampilan Battle windows |
---|
Sponsored content
| | | | | Modifikasi tampilan Battle windows | |
|
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 ]
|
|
|
|
|
|