• pK
  • OSΉ\
  • FAQ
  • RPGcN[VX
  • RPGcN[XP
  • RPGcN[2003
  • RPGcN[2000
  • RPGcN[95
  • 2DicN[2nd.
  • V~[VcN[
  • V~[VRPGcN[95
  • V[eBOcN[95
  • ycN[DX
  • ycN[95
  • RPGcN[ AhoX
  • _E[h
  • RPGcN[VX
  • RPGcN[XP
  • RPGcN[2003
  • RPGcN[2000
  • RPGcN[95
  • RPGcN[95 VALUE!
  • 2DicN[2nd.
  • 2DicN[95
  • V~[VcN[Q
  • V~[VcN[
  • V~[VRPGcN[95
  • V[eBOcN[95
  • ycN[DX
  • ycN[95
  • LN^[cN[Pro.
  • LN^[cN[95
  • XN[Z[o[cN[95
  • RTP
  • ̌
  • ₢킹
 

Last UpdatedF2008/01/30
Current VersionFVer.1.01

Translated By: Elemental Crisis
About the "RPG Tsukuru VX" update
Thank you very much for purchasing "RPG Tsukuru VX". On this page you will be able to find the latest updates for "RPG Tsukuru VX" and download them. When applying the update fixes and changes will be made. Please make sure to check this page for updates often.

RPG Tsukuru VX Ver. 1.01 Update Information


(Fixes to the editor)
  • During a battle test if a character had the two sword style option selected the 2nd weapon would not be available or would have been removed.
  • When setting up equipment, characters with the two sword style option selected were able to equip 2 shields and use them during battle.
    Note: If this option was selected during setup while using Ver 1.00 it will remain like this in Ver 1.01, you must re-setup the equipment for the change to take effect.
  • When selecting color quality in Windows [ [Display Properties] [Settings] the saved settings would sometimes cause Windows to not show a slidebar for different options like [Sound Test] as well as others.
  • When selecting the classic style of Windows in Windows [ [Display Properties] [Settings] the bottom of messages would be cut off.
(Fixes to the script data)
  • When an animation cell with a larger number was on screen followed by an animation cell with a smaller number the display priority for the animations cells would not function correctly. This was also caused when Y-Coordinates were also smaller.
  • The calculation method for the Y-coordinates used for reversing animation displays was incorrect.
  • When displaying the same animation continuously the graphic would sometimes not show.

Projects created before applying the 1.01 update patch


Because there have been changes made to the script editor all new projects made with Ver. 1.01 will have the script changes but any projects made with an older version (1.00) must manually have the changes inserted. Please perform the following changes to any project that was created using Ver. 1.00.

  • Open RPG Tsukuru VX and open the project you want to modify.
  • Go into the script editor and create a new section above MAIN, call it gVX_SP1h . The name of the new section where the script will be can be named whatever you would like.
  • Copy the script below into the new section.


iClick to enlargej


#==============================================================================
#  VX_SP1
#------------------------------------------------------------------------------
# @vZbgXNvg̕sC܂B
#==============================================================================

#------------------------------------------------------------------------------
# ySP1 Cez
#------------------------------------------------------------------------------
# Aj[VɂāAԍ̑傫Zԍ̏Zʂ̏ɂ 
#   iYWƂjAZ̕\̗D揇ʂdlʂɂȂȂȂs
#   C܂B
# Aj[V̔]\AYW̌vZ@ĂsC܂
#   B
# Aj[VAĕ\ہAKvȃOtBbNĉ
#   ܂ꍇ sC܂B
#------------------------------------------------------------------------------

class Sprite_Base < Sprite
  #--------------------------------------------------------------------------
  #  Aj[V̉
  #--------------------------------------------------------------------------
  alias eb_sp1_dispose_animation dispose_animation
  def dispose_animation
    eb_sp1_dispose_animation
    @animation_bitmap1 = nil
    @animation_bitmap2 = nil
  end
  #--------------------------------------------------------------------------
  #  Aj[VXvCg̐ݒ
  #     frame : t[f[^ (RPG::Animation::Frame)
  #--------------------------------------------------------------------------
  alias eb_sp1_animation_set_sprites animation_set_sprites
  def animation_set_sprites(frame)
    eb_sp1_animation_set_sprites(frame)
    cell_data = frame.cell_data
    for i in 0..15
      sprite = @animation_sprites[i]
      next if sprite == nil
      pattern = cell_data[i, 0]
      next if pattern == nil or pattern == -1
      if @animation_mirror
        sprite.y = @animation_oy + cell_data[i, 2]
      end
      sprite.z = self.z + 300 + i
    end
  end
end

Caution when using update
Before actually apply the update please read the information below.
  1. Make sure to back up all game data!
  2. Make sure RPGVX is not running during the update process.
  3. Update will overwrite current files used by RPG Tsukuru VX.
  4. This update is only available for download on this site. It is prohibited to host this update file anywhere else. Analyzing, dissembling or changing this update is also prohibited.

How to update
  1. Before apply the update please back up your game data.
  2. Download "RVUP101.exe" from the link below. Once downloaded double click on "RVUP101.exe" and it will extract a folder called "RVUpdate101".
  3. Double-clicking on "RVUpdate101.exe" will begin the update process. A message will appear saying "Continue with update?", select the [Ok] button. The update will take some time to update the program.
  4. Once the update is complete start the editor and check the [Version Information] to make sure the update was applied. If the update was applied you should see "RPGVX Version 1.01" at the top.


Download
wRPG Tsukuru VXx Program Update To Ver.1.01 i1.33MBj