Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: HardHat's Battle Arena version 0.51

                  
   
  1. #1
    DCEmu Coder HardHat's Avatar
    Join Date
    Feb 2006
    Posts
    163
    Rep Power
    67

    Default HardHat's Battle Arena version 0.51

    Time for a little RPG battling fun with Battle Arena.






    Welcome to Sushi Island. As an aspiring Mage Master, your mission is to collect and train a party of up to 6 low level mages and eventually win the Sushi Island Tournament. Thus rescuing your kingdom from your traitor of a brother.

    You start with one of 29 Mage Apprentices and through battles of skill and strength, you can upgrade their experience points, gradually growing stronger and stronger mages until you are ready to enter the tournament for the top prize of the Sushi Cup.

    Download battlearena051.zip (10 MB)

    Some people have reported that cheat mode becomes enabled by hitting TRIANGLE, so I've made a version which repairs your character if that happens to you.

    Here is the new version, with the cheat repair available. If you hit the START button with a character with a cheat enabled during an attack, then that character will be repaired. Sorry for the inconvenience. The triangle cheat mode is only enabled if there is a file called "cheats" in the EBOOT directory, so that should prevent accidental enabling.

    battlearena052.zip (10 MB)

    Version 0.52:
    - made cheat repair for accidental cheat mode activation with the START button.
    - made the cheat mode only work if you specifically add a "cheats" file.
    Last edited by HardHat; June 15th, 2009 at 18:11.

  2. #2

    Default

    Neat! I've been waiting for this, by the way, can I ask what formula you use to calculate damage

  3. #3
    DCEmu Coder HardHat's Avatar
    Join Date
    Feb 2006
    Posts
    163
    Rep Power
    67

    Default

    Sure. It is based around dice, so for example, a basic attack would be:
    Normal Attack 3d4 (three 4-sided dice). So take the attackers atk, subtract the defender's def, and add in the dice roll for damage dealt. There are 38 spells in all, including all upgraded spells.

    The strongest spell is probably Blizzard 4 which does 3d20+80 damage (so three 20-sided dice + 80 damage), but it also costs 80 AP to cast, and is easy to dodge with jump or crouch if you guess that it is coming.
    Last edited by HardHat; June 13th, 2009 at 21:42.

  4. #4
    DCEmu Newbie lampsta's Avatar
    Join Date
    Dec 2007
    Location
    da fields
    Age
    33
    Posts
    49
    Rep Power
    0

    Default

    Nice Game! Downloading it rite now!

  5. #5
    DCEmu Coder HardHat's Avatar
    Join Date
    Feb 2006
    Posts
    163
    Rep Power
    67

    Default

    Please vote for me in Homebrew Idol 2

    The change log since Monday's first public release:
    Version 0.51:
    - changed memory management strategy to involved less churn
    - removed duplicated model, by using shared animmesh
    - changed allocation/deallocation to reduce memory fragmentation
    - fixed minor typos in the last 4 cut scenes
    - fixed massive memory leak in Wavefront OBJ loader
    - added cheat code to speed testing
    Version 0.50:
    - fixed texture on opening sequence to GU_REPEAT instead of GU_CLAMP
    - animated chest/crate smashing
    - show item in chest/crate
    - save game feature disabled if you are in the 1.5 folder.
    - fixed getting caught on the chest when it opens
    - added in many cut scenes
    - new memory leak detected. Sorry. Save often, I guess until I can fix.
    Version 0.40:
    - added basic collision detection on the island
    - fixed teleport so you never wind up partly inside the building
    - tuned the look of the brick house
    - rescaled the trees to be a better size, and accomodate collision detection
    - roughed in the rest of the cut scenes (should be in the next build)
    - roughed in the items menu (should work in the next build hopefully)
    - tuned the miss symantics to be fairer
    Version 0.30:
    - Fixed crash bug on map screen with too many messages. Now overrides the currently displayed message
    - Really fixed the "attacks sometimes do nothing, and no message" problem.
    - Turned on screen clearing, since it bothered people to have it off when they
    did camera tricks on me.
    - Totally revamped the save/load system. Now has inventory saved correctly.
    Now loads all party members correctly.
    - Fixed the trophy screen when you win tournamnets at the black training
    centres.
    - Added 9 new spell upgrades to level 61
    - Now shows the crate count and chest count on screen properly
    - Percent complete is now fixed, which should fix the abort save exiting the
    game
    - Tuned the particle effects when walking around the island

    Version 0.20:
    - Better cut scene player with fixed throne room polygons. Thanks jsharrad
    - Fixed: hitting X repeatedly skips doDamage!
    - Can now smash crates and chests, and collect what is inside
    - There are now 29 spells that your party of mages earn over time, with a scroll
    ing list
    - Each of the six training centres has a distinctive battle style
    - Change battle terrain based on place we go to
    - Game save format update
    - Moved some crates and chests so that they are in better positions
    - Teleport once again works as designed, and you are less likely to wind up in a
    building.
    - Near object detection is fixed again
    - Tuned the default difficulty of the battles to be much more interesting
    - Now highlights which training centre you should visit next.
    Still more to come
    Version 0.11:
    - initial release
    Last edited by HardHat; June 14th, 2009 at 00:28.

  6. #6

    Default

    Quote Originally Posted by HardHat View Post
    Sure. It is based around dice, so for example, a basic attack would be:
    Normal Attack 3d4 (three 4-sided dice). So take the attackers atk, subtract the defender's def, and add in the dice roll for damage dealt. There are 38 spells in all, including all upgraded spells.

    The strongest spell is probably Blizzard 4 which does 3d20+80 damage (so three 20-sided dice + 80 damage), but it also costs 80 AP to cast, and is easy to dodge with jump or crouch if you guess that it is coming.
    I see, so what do you do if the damage comes out equal to or less than zero, do you just make the damage zero, or say something like "Miss" or "Ineffective"?

    And don't worry, you definately have my vote

  7. #7
    DCEmu Coder HardHat's Avatar
    Join Date
    Feb 2006
    Posts
    163
    Rep Power
    67

    Default

    Quote Originally Posted by darkriku2000 View Post
    I see, so what do you do if the damage comes out equal to or less than zero, do you just make the damage zero, or say something like "Miss" or "Ineffective"?

    And don't worry, you definately have my vote
    Well normally it doesn't come out to less than zero, in my testing. But I suppose that it would give you increased health instead of decreased health. Is that a bug? Maybe. But that is how the rules are currently. It didn't seem to me when I was making it that that would really happen.

    And thanks for the vote. In the end it is a judged compo I guess, but there is a voting component as well.

  8. #8

    Default

    Thanks, and yeah, I asked about the formula thing somewhere else, you should make sure that you don't end up healing the enemy lol

  9. #9
    DCEmu Coder HardHat's Avatar
    Join Date
    Feb 2006
    Posts
    163
    Rep Power
    67

    Default

    It will be fixed in the next build. I have some other small improvements to make as well.

  10. #10

    Default

    and thats why lego people are awesome

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SNES, SEGA & NES Games and Emulators, what works, what doesn't and how they stack up
    By Cross in forum DCEmu Gaming & General Discussion Forum
    Replies: 193
    Last Post: May 28th, 2009, 09:07
  2. Battle of Giants: Dinosaurs US version
    By wraggster in forum Nintendo News Forum
    Replies: 0
    Last Post: January 19th, 2009, 22:49
  3. Replies: 2
    Last Post: May 29th, 2007, 13:19
  4. Version Changer and GTA
    By danrowland in forum DCEmu Gaming & General Discussion Forum
    Replies: 6
    Last Post: November 24th, 2005, 17:14
  5. Mega Man Battle Network 5 DS
    By wraggster in forum DCEmu Gaming & General Discussion Forum
    Replies: 0
    Last Post: October 26th, 2005, 20:44

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •