Hardy Har Har
Oh dear, oh my...
- 258
- Posts
- 17
- Years
- In a Swinub family-free area with Lippy the Lion
- Seen May 1, 2010
help here
how can i implement the day/night tinting in battles
how can i implement the day/night tinting in battles
This is just a little question but what do I need to delete when making a new game? I already know about maps and encounter data because I redo them later.
i kind of already answered the problem...
where is the terrain tags info held? i imported another tileset and the terrain tag info doesn't seem to save for the tileset. would it be possible to manually edit terrain tag info?
well the data that shows if its passable how it reacts and stuff is in the data base under tools. and yes wichu it is passable and i check the other passages and they are good to. wonder if it has something to do with just my computer bacause i cant even move the arrow in the beggining. ill ask omega to test it out later though thankz anyways
Like I said in the first case, it's already done. If Im not wrong and according to the following part of the PokemonRegionMap script :
Spoiler:mappos=!$game_map ? nil : pbGetMetadata($game_map.map_id,MetadataMapPosition)
if !mappos
mapindex=0
@map=@mapdata[0]
@mapX=LEFT
@mapY=TOP
else
mapindex=mappos[0]
@map=@mapdata[mappos[0]]
@mapX=mappos[1]
@mapY=mappos[2]
end
if !@map
Kernel.pbMessage(_INTL("The map data cannot be found."))
return false
end
@sprites["map"]=Sprite.new(@viewport)
@sprites["map"].bitmap=BitmapCache.load_bitmap("Graphics/Pictures/#{@map[1]}")
the change of region map will be done automatically according to the area where the player is.
So if u have done your townmap.txt correctly, all should work fine...
But I can be wrong, but that's what I understood of this script at first glance.
2)whats the script that allows the player to choose a pokeball with a pokemon inside and shows the picture of the pokemon and lets the player keep it like when you choose a starter on firered/leafgreen?
ok on the RPG xp site, the program link is gone :( can some one hook me up with the latest version of pokestart/rpg xp :( my borther unistalled it.
..ok thnx, but were to get rpg xp program?