Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Super Simple Vehicle System - Enhanced
#58
BUMP
to version 10.6

The main system has not been altered with this latest upgrade.  Instead, a new script call has been added and introduced:  Move Vehicle.

The function of the new Move Vehicle command is one that lets the game developer move a vehicle from one place on a given map onto another place on the same map.  This feature is akin to the function of the default [Set Event Location] system, but with a particular difference that will be explained.

The default [Set Event Location] command allows the game developer to move an event about on the map.  This is fine for normal RPGMaker XP events.  Their IDs remain the same and the events themselves do not physically change apart from graphics or paging.  But this is not the case with vehicles.

A vehicle starts off as a normal event, like any other. And when they are first introduced on a map, they can be subject to the same [Set Event Location] as any other.  However, when the player rides a vehicle, the actual event that the player activates/clicks to board is actually 'erased'.  The event becomes no more.  It is gone, and the [Set Event Location] command is now useless.  And when the player exits the vehicle, a brand new event is created.  This event now has a new ID which [Set Event Location] will not be able to access as it will not be available in the game editor.  It's completely new.

Enter the new Move Vehicle command.

Unlike its predecessor event command, Move Vehicle does not rely upon the Event ID of the vehicle, but instead relies upon the vehicle's unique key name. This key name can be 'Canoe', 'BigBird', 'Boat' or whatever the game designer uses to identify the vehicle on the map and in the configuration section itself. So one could use the command thus:

move_vehicle('Canoe', 15, 22)
(Remember, the unique key name 'is' case sensitive, canoe and Canoe are not the same.)

This simple command moves the 'Canoe' vehicle to x/y coordinates of 15, 22 on the map, this whether or not the player had previously ridden the vehicle.  This would not be possible with [Set Event Location], but now possible with the new Move Vehicle command now available in version 10.6
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }


Messages In This Thread
RE: Super Simple Vehicle System - Enhanced - by DerVVulfman - 08-16-2021, 05:25 PM
Super Simple Vehicle System - Enhanced - by Jeea - 12-20-2009, 04:03 PM
Super Simple Vehicle System - Enhanced - by Jeea - 12-21-2009, 02:44 AM
Super Simple Vehicle System - Enhanced - by Ace - 02-01-2010, 11:06 PM
Super Simple Vehicle System - Enhanced - by Ace - 02-01-2010, 11:42 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Enhanced Squad Movement DerVVulfman 5 5,362 02-24-2023, 04:40 PM
Last Post: DerVVulfman
   Zenith Tactical Battle System Plus (ZTBS+) DerVVulfman 0 2,037 05-10-2022, 10:42 PM
Last Post: DerVVulfman
   Text Scroll Script - Enhanced DerVVulfman 23 30,020 02-18-2021, 04:16 AM
Last Post: DerVVulfman
   Commercial System Package DerVVulfman 11 12,111 01-04-2020, 12:37 AM
Last Post: Pelip
   ACBS - Atoa Custom Battle System 3.2 Victor Sant 150 224,936 03-02-2019, 04:47 AM
Last Post: dragonprincess44
   DerVV's Simple Popup System DerVVulfman 4 10,969 10-08-2017, 04:53 PM
Last Post: DerVVulfman
   Super Simple MCISendString DerVVulfman 0 4,385 03-09-2017, 04:52 AM
Last Post: DerVVulfman
   Melly-Mel's Calendar System DerVVulfman 23 38,830 12-02-2016, 04:31 AM
Last Post: DerVVulfman
   The Magey Mage's Spellbook System DerVVulfman 3 9,060 10-31-2016, 01:45 AM
Last Post: Noctis
   CTB - A Final Fantasy X-like Battle System, Version 3.2 Charlie Fleed 572 646,701 05-19-2016, 05:38 PM
Last Post: Starmage



Users browsing this thread: