Indeks
Latest images
Pencarian
Parameter Pencarian
Display results as :
Post
Topik
Advanced Search
Pendaftaran
Login
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.
Info
lebih
lanjut
RPGMakerID
::
Scripts & Event Systems
::
RMVX Scripts
::
RGSS2 Request
::
RGSS2 Request Archive
Share
|
[solved] world map
2010-03-21, 20:00
[solved] world map
#
1
Lukes12
Newbie
Posts
:
10
Thanked :
0
Engine
:
RMVX Ace
Type
:
Event Designer
gw nyari script yg buat ngecilin ukuran actor di world map nih... dah gw ubek2 rpgmakervx.net sama rpgrevolution tapi gak nemu2
screenshotnya kaya gini nih
kalo ada yg tau, tolong yaa
Terakhir diubah oleh Lukes12 tanggal 2010-03-21, 22:09, total 1 kali diubah
2010-03-21, 20:15
Re: [solved] world map
#
2
rusted_71
Scripter Karatan
Posts
:
392
Thanked :
11
Engine
:
RMVX
Skill
:
Beginner
Type
:
Scripter
nih kk dah gw bikin threadnya...
world map
2010-03-21, 21:45
Re: [solved] world map
#
3
Lukes12
Newbie
Posts
:
10
Thanked :
0
Engine
:
RMVX Ace
Type
:
Event Designer
dah dapet nih.
Spoiler:
# change this to any number less than one to change the size of the world map
# sprites
ZOOM = 0.7
WORLD_IND = 'ISI NAMA MAP'
class Game_Map
attr_reader :name
attr_reader :isworldmap
alias ccoa_setup setup
#--------------------------------------------------------------------------
# * Setup
# map_id : map ID
#--------------------------------------------------------------------------
def setup(map_id)
ccoa_setup(map_id)
@name = load_data("Data/MapInfos.rvdata")[@map_id].name
if @name.include?(WORLD_IND)
@isworldmap = true
@name.sub!(WORLD_IND, '')
else
@isworldmap = false
end
end
end
class Sprite_Character < Sprite_Base
alias ccoa_update update
#--------------------------------------------------------------------------
# * Frame Update
#--------------------------------------------------------------------------
def update
ccoa_update
if @character.is_a?(Game_Player) and $game_map.isworldmap
self.zoom_x = ZOOM
self.zoom_y = ZOOM
else
self.zoom_x = 1.0
self.zoom_y = 1.0
end
end
end
2010-04-15, 12:04
Re: [solved] world map
#
4
reijubv
Kai Runes
Posts
:
1476
Thanked :
33
Engine
:
RMVX
Trophies
Awards
:
solved ?
thread locked
kalo mau dibuka lagi silahkan PM . .
trims .
Re: [solved] world map
#
5
Sponsored content
[solved] world map
Similar topics
Similar topics
[SOLVED]tolong. . .script perfect world
World Map (Help)
Other World
EVO World
Rei World Map
Halaman
1
dari
1
Permissions in this forum:
Anda
tidak dapat
menjawab topik
RPGMakerID
::
Scripts & Event Systems
::
RMVX Scripts
::
RGSS2 Request
::
RGSS2 Request Archive
RPGMakerID
::
Scripts & Event Systems
::
RMVX Scripts
::
RGSS2 Request
::
RGSS2 Request Archive
Login
Username:
Password:
Login otomatis:
:: Lupa password?
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
]
Social Networking
Facebook
Twitter
Networks
Ingin bannermu dipasang di sini?
Click here for more info