Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 GTBS - v1.5.2 (A FFT styled tactical battle system) updated 5/30/2012
#31
BUMP!
GTBS 1.5.1 beta2 has been released. Here are the updated download links.
VX - http://www.mediafire.com/?kytm2zz1lk2
XP - http://www.mediafire.com/?ydmdjljldfo

I also wrote patches for the visual equipment and subclassia. However I didnt test them extensively, so you will need to do that to ensure they are working.

Please report any issues that you encounter.

btw.. exp bug fixed in case you wanted to ask again.

Agckuu_Coceg,
yes, the mouse script is fully implemented in the demo.
Reply }
#32
My fault. Sorry. Testing new demo.
Reply }
#33
yeah very nice!! :D great^^
I just got a little error when an enemy died and dropped a Potion and the game crashes.

Script 'Game_Party' line 178: No Method error occured.
undefined method `>' for [1]:Array
Reply }
#34
search for "def gain_item(*args)" in the vx compatiblity module and update it to the following to correct the error:
Code:
#--------------------------------------------------------------------------
    # Gain Item
    #--------------------------------------------------------------------------
    alias gain_item_vx_compatibility gain_item
    def gain_item(*args)
      item = *args[0]
      case item
      when RPG::Item
        return gain_item_vx_compatibility(item.id, *args[1])
      when RPG::Weapon
        return gain_weapon(item.id, *args[1])
      when RPG::Armor
        return gain_armor(item.id, *args[1])
      end
      return gain_item_vx_compatibility(*args)
    end
Reply }
#35
GTBS v1.5.1 beta3 is now available! You can download it according by version at the below links.
XP - http://www.mediafire.com/?v0wonkntzme
VX - http://www.mediafire.com/?y3mmjzitoxt
Reply }
#36
Do I have anyone using the beta here?
Reply }
#37
In Iso battle was something like this;
[Image: 3365383323c3.jpg]
Reply }
#38
That shouldn't have anything to do with iso, but regardless I will get it corrected soon. Hold on.
Reply }
#39
OK, new demo for you all. This is final candidate!

XP 1.5.1.4
VX 1.5.1.4

I also included a patch (in the XP demo) for that mini map script by squall .

If you have any issues with the new demo, please let me know immediately!

I have added some new features for equipment affecting skill ranges. This allows you to give them special equip that will enhance their ability to cast skills via range, reduced min range, and field. Couple other new features, but they are pretty small. See the demo for information on them.
Reply }
#40
So... I tested your demo. It sometimes happen brakes in battle turns during the battle (all the enemies seem to have passed, but the player turn is not activated). Can you fix this?
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Battle Item Count kyonides 4 799 02-04-2024, 05:49 AM
Last Post: kyonides
   Super Simple Vehicle System - Enhanced DerVVulfman 65 82,581 06-02-2023, 06:16 PM
Last Post: Sujabes467
   Dalissa's Battle Cry DerVVulfman 2 6,594 05-09-2023, 03:07 AM
Last Post: DerVVulfman
   Zenith Tactical Battle System Plus (ZTBS+) DerVVulfman 0 1,976 05-10-2022, 10:42 PM
Last Post: DerVVulfman
   Keyboard Name Input - Updated DerVVulfman 0 1,326 01-05-2022, 04:25 AM
Last Post: DerVVulfman
   Actor Battle Items DerVVulfman 4 4,882 11-08-2020, 12:36 PM
Last Post: Melana
   Battle Report Raziel 1 6,192 05-29-2020, 02:27 AM
Last Post: Whisper
   Commercial System Package DerVVulfman 11 11,903 01-04-2020, 12:37 AM
Last Post: Pelip
   ZLSL's Battle Portraits DerVVulfman 4 6,403 11-12-2019, 04:10 AM
Last Post: DerVVulfman
   ACBS - Atoa Custom Battle System 3.2 Victor Sant 150 223,661 03-02-2019, 04:47 AM
Last Post: dragonprincess44



Users browsing this thread: