Author Topic: Zelda Assistance needed  (Read 3532 times)

0 Members and 1 Guest are viewing this topic.

Offline ACagliano

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 919
  • Rating: +32/-2
    • View Profile
    • ClrHome Productions
Zelda Assistance needed
« on: September 05, 2011, 08:08:37 pm »
I need help from assembly programmers on certain aspects of my Zelda project. Any members working on subroutines will receive full credit for their input. Here is what I need help on...

1.  Full AI for Zelda enemies. Zelda enemy classes have two attacks. (1): Moving toward and colliding with you for damage. and (2): Randomly attacking with their ranged elemental attack (only some enemy classes will do this). There are also two enemy classes that are invisible unless you have a certain item, but should function in AI as normal. To anyone who wants to help with this, I can send more info.

2.  Ranged attacks controlled by player. Three items require this...hook/longshot and the bow.

3.  This is a request for conceptual help, and perhaps coding assistance. The issue with my maps is size. I was going to have an extraction system where I create an appvar with all the map data, then archive the appvar, then extract only the needed map to RAM. The issue is this...during extraction, I will not have enough RAM to copy all the map data to the appvar. The map data is too big. Do I have any other options? I was thinking about creating a group or making several appvars.
« Last Edit: September 06, 2011, 01:18:47 pm by ACagliano »

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Zelda Assistance needed
« Reply #1 on: September 06, 2011, 11:22:36 pm »

3.  This is a request for conceptual help, and perhaps coding assistance. The issue with my maps is size. I was going to have an extraction system where I create an appvar with all the map data, then archive the appvar, then extract only the needed map to RAM. The issue is this...during extraction, I will not have enough RAM to copy all the map data to the appvar. The map data is too big. Do I have any other options? I was thinking about creating a group or making several appvars.

I can give you code/information for pucrunch if you'd like.  It's a mighty fine compression utility that I'm using for my current project.  You can archive your compressed levels and then decompress to RAM.  Btw, credit for this would go to Runer112 and especially Iambian.
« Last Edit: September 06, 2011, 11:23:54 pm by Hot_Dog »

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: Zelda Assistance needed
« Reply #2 on: September 06, 2011, 11:41:58 pm »
I'd be willing to take a crack at some AI coding. Take a look at The Silencer. http://ourl.ca/8472
I know the AI was really buggy, but it was a MUCH more complex AI.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline ACagliano

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 919
  • Rating: +32/-2
    • View Profile
    • ClrHome Productions
Re: Zelda Assistance needed
« Reply #3 on: September 07, 2011, 08:52:20 am »
I'd be willing to take a crack at some AI coding. Take a look at The Silencer. http://ourl.ca/8472
I know the AI was really buggy, but it was a MUCH more complex AI.

This is a z80 project. Can you code z80?

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: Zelda Assistance needed
« Reply #4 on: September 07, 2011, 10:33:25 pm »
Sure. I'm not amazing at it, but I can get by. I did a remake of Hexpic (the program included with Axe) in ASM.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline ACagliano

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 919
  • Rating: +32/-2
    • View Profile
    • ClrHome Productions
Re: Zelda Assistance needed
« Reply #5 on: September 08, 2011, 09:30:52 am »
Sure. I'm not amazing at it, but I can get by. I did a remake of Hexpic (the program included with Axe) in ASM.

Ok, welcome to the AI team. What is ur email address? I'll send you all the data I have thus far on the AI. And, anyone else wanna help?
« Last Edit: September 08, 2011, 09:50:17 am by ACagliano »