The Lycan ABS
#1


Attached Files
.mp3   Warren_Zevon_-_Werewolves_of_London.mp3 (Size: 535.22 KB / Downloads: 108)
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
I now proudly present the first
BUMP!
to Version 1.2

First, I added a small command called cutscene_enabled that allows you to turn off the ABS system, deactivate the sneak and dash systems, and disabled the player from jumping all in one shot. Likewise, you can use it to turn all four systems back on too.

But secondly, a minor rewrite to the RPG::Sprite system was done which allows this ABS system to function within the same project as Charlie Fleed's Final Fantasy-like CTB v 3.2. I cannot say that this system will work with every battlesystem, with or without any aid. I do know it does not functionwith Cogwheel's RTAB system, but it does function just fine with Charlie Fleed's. There maybe an issue between a single common event in his demo and the use of pixelmovement, but that is all.
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 }
#3
i tried downloading it, and it is from an earlier version of rmxp (can't load it) and also that RGSS104E.dll could not be found
Reply }
#4
Actually, I am using the new v 1.04 editor and package since I had the HD crash. Thankfully, the new guys who hold the license for distribution had my eMail on file so the upgrade (after losing my old paid copy) was a freebie.

Try replacing the game.exe with one from one of yours, and edit the game.ini where it says:
"Library=RGSS104E.dll"
That usually solves the issue with different versions.
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 }
#5
Time for a
BUMP!
to Version 1.5

I've been working on a new system that co-exists with The Lycan ABS, but while working on it I did some additional cleanup and a few bug fixes here and there.

First off, I reworked the three classes: Game_Character, Game_Player and Sprite_Character and, for lack of a better explanation, I SDK-ed them. I replaced and rewrote the update methods with those from the RMXP SDK and tweaked them out for the ABS. On the plus side, you still do NOT need the RMXP SDK as MrMo's ABS did. Also, it makes it easier to write new methods and attach them to my system.

After that, I did a little touch-up to both the DASH and SNEAK systems. A little bit of streamlining. Not much. But cleaner code.

And I discovered and fixed a strange anomaly where enemies set to use the default view range system built into the ABS (and not use Near Fantastica's View Range script) would be able to attack and HIT the player regardless of distance. The player could be 10 tiles away from an enemy and it said he was right next to the target! Wierdness.... but repaired.

Oh, and I did add more aesthetic content to the demo, be it more work on the credits, ambient sound effects here and there, and instructions from NPCs while you talk to them.

Remember: I'm using RMXP v 1.04e, the newest version. If using an earlier version, just replace the Game.Exe in my demo and alter the Game.Ini to use your older .dll under the 'Library' heading.
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
1 Question (and a suggestion if it's not possible):

Is this compatible with any of the Mode7,ISO, or FPLE systems?


Truly Amazing either way.
Reply }
#7
It is currently not compatible with HMode7. I have looked into compatability with HMode7 with older ABSs and made headway, however HMode7 as it is 'currently released' has issues with on-map battle animations. I know a solution was found for that issue (talked to MGC) but that was for preliminary work.

Hey, ya like that I already looked into it, aren't ya. Winking A little more in the works BTW.
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
Oh yes, I found out how to remove the "older version of game maker" problem, simply create a new project and copy the graphics/scripts/audio folders from the Lycan ABS to the new project, I don't know why but the above method just didn't work for me : /

Anyways, the animation problem is easy to fix (but translating it to the new 3D coords is harder)
Reply }
#9
Time for a
BUMP!
to Version 1.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 }
#10
The animation modification is really cool, it would allow for some nifty effects and speedy gameplay. Plus this is one hell of an ABS, well done buddy.
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Lycan Companion Icons DerVVulfman 0 1,184 08-09-2023, 08:23 PM
Last Post: DerVVulfman
   Lycan Sneak Armor DerVVulfman 0 5,241 10-25-2015, 06:15 AM
Last Post: DerVVulfman
   Lycan ABS / MGC Mode7 Edit Patch DerVVulfman 2 9,447 10-18-2015, 07:12 PM
Last Post: DerVVulfman
   The Lycan ABS Isometric Maps Patch DerVVulfman 1 6,706 06-25-2014, 03:54 AM
Last Post: DerVVulfman
   Lycan Enemy Bars / MGC Mode7 Edit Patch DerVVulfman 0 5,779 06-12-2014, 04:05 AM
Last Post: DerVVulfman
   Lycan Oversized Enemy Targeting DerVVulfman 0 5,011 06-05-2014, 03:42 AM
Last Post: DerVVulfman
   The Lycan ABS Isometric View Patch DerVVulfman 4 10,579 04-23-2014, 04:58 AM
Last Post: DerVVulfman
   Title Skip for Lycan ABS JayRay 3 7,602 04-21-2014, 01:55 PM
Last Post: MetalRenard
   Lycan Attack Fatigue DerVVulfman 0 5,261 03-04-2014, 05:03 AM
Last Post: DerVVulfman
   Meagan's Particles for the Lycan ABS DerVVulfman 0 5,042 06-07-2013, 04:21 AM
Last Post: DerVVulfman



Users browsing this thread: 3 Guest(s)