Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Event Spawner Fixes
#1
Event Spawner Fixes
Script Supplements for SephirothSpawn's Event Spawner




Introduction
Located within are a collection of individual patches that changes the behavior and/or performs repairs to the Event Spawner script by SephirothSpawn from 2006. His script works fine by itself, however these may assist users of his system when creating complex features. So herein, you can find fixes for Event Erasure, Event Adding and ID number generation.



Script
Erase Event Fix
Add Event Fix
Event ID Generator Fix


Instructions
Mostly plug-and-play. If there's anything to configure, please refer to the individual script(s).



Instructions
  • Erase Event Fix - The first I made. It allows you to have spawned events that, when erased, are permanently erased. They don't return by accident or leave any tell-tale leftover traces of code.
  • Add Event Fix - The second I made. While working with menu based generators, I noticed that the Event Spawner could crash if it tried to make an event when no Spriteset existed. This acts as a preventative buffer so it only makes the events when the game is currently in Scene_Map.
  • Event ID Generator Fix - The third I made. SephirothSpawn's system is not the only one that generates Events, though it is the most flexible. Still, It can cause conflicts as most systems look for the lowest Event ID number not in use. So this allows you to start generating IDs past a certain number.


Compatibility
Designed for use with RPGMakerXP and SephirothSpawn's Event Spawner




Terms and Conditions
Free for use, even in commercial games.
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 }
#2
Are these fixes already included in your demo of Alisha's Removables? If not, could you reupload them here please?
(Link removed. Malware threat detected)
Reply }
#3
Hey, Terv. It's DerVV. Hey, some people actually call me that. Winking

Only one of the add-ons is in Alisha's demo. FileDen was evil and switched services saying 'WE CUSTOMERS' need to upload our own stuff all over again. Meh.... The files are now at RapidShare and the links in this thread are now updated.
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 }
#4
DerVV? 'Der' is supposed to be the German article, right? :D

Thanks a bunch for the reupload. Although I think Rapidshare isn't a good choice either as there have been rumors of them going out of business for 4 months now, fueled by a recent lawsuit which they lost.

(Btw I absolutely love your scripts, just wanted to let you know sometime)
(Link removed. Malware threat detected)
Reply }
#5
Actually, I'd seen recent victories. Though one court wanted to add an odd stipulation that it was their responcibility to watch the activity to third party sites using their site (yeeeah.... right). Lawyers made a point it wasn't R.Share's responcibility to police the net. But, that's a totally separate subject.
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 }
#6
Use Box.net...
"Turning iron ore into iron swords is a hard process, for one must first dig out the rock, and melt it to refine it, then one must pour that metal into a mould, let it cool a bit, and pound on it while it cools even further. Games are no different." - Ahzoh

Universal Declaration of Human Rights in Vrkhazhian
ʾEšol ḵavud ʾelẕakud lav ʾezʾaẕud zwazaršeru ya lit žalneru lav lit t͛enud. Ṗal sa-ražheru lav raržižu paplam lav ṗal widsaṟam bemaḵu šuku lit ʾeyṭu waẏnilaẇ.
All human beings are born free and equal in dignity and rights. They are endowed with reason and conscience and should act towards one another in a spirit of brotherhood.
Reply }
#7
I think OUTSIDE of the Box.net. The end. and end of discussion. Not having this topic steer away to one about filesharing.
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 }
#8
LE'BUMPE
To the Add Event Fix
Now version 1.1

A little more error-preventative code has been added to the add event system to ensure that non-existing events do not try to be added to a freshly reset game and map.  By way of non-existing, I mean previously added events from a game that ended or was reset, only with them trying to become added back into a map when they shouldn't.
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 }
#9
BUMPY TIME
To the Erase Event Fix
Now version 1.1

A mere simple typo in code can cause serious problems that can erase all your generated events.  So this update fixes that issue.
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 }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Event Location Saver 1.1 ixfuru 0 4,007 12-07-2016, 11:36 PM
Last Post: ixfuru
   SDK DVV Add-On: Event Comment Supplemental DerVVulfman 5 10,529 09-25-2016, 09:20 PM
Last Post: DerVVulfman
   DoubleX RMMV Popularized ATB Event DoubleX 2 5,134 02-20-2016, 04:52 AM
Last Post: DoubleX
   Event Comment Conditionals ixfuru 3 5,879 08-05-2015, 02:31 AM
Last Post: JayRay
   ELSA (Event Layering Script Advance) JayRay 0 5,350 02-25-2015, 04:15 AM
Last Post: JayRay
   Permanent Event Erase DerVVulfman 2 5,494 04-09-2013, 03:53 AM
Last Post: DerVVulfman
   Event Transparency DerVVulfman 6 10,465 03-09-2013, 06:00 AM
Last Post: DerVVulfman
   The Event Extenders Grimimi 2 5,975 09-01-2012, 05:54 AM
Last Post: Grimimi
   Call Map Event DerVVulfman 0 4,754 12-06-2011, 04:42 AM
Last Post: DerVVulfman
   Call Event VX woratana 0 3,938 01-22-2009, 01:13 PM
Last Post: woratana



Users browsing this thread: