Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Pages: 1 2 3 [4] 5   Go Down

Author Topic: The Legend of Zelda: The Rupee Rod; Story Finished  (Read 19732 times)

0 Members and 1 Guest are viewing this topic.

King Tetiro

Leader of Phoenix Heart
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #60 on: October 04, 2006, 04:10:38 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3549
I can also part time code. Use of Items only.
Logged
  • Phoenix Heart

PoeFacedKilla

Prussian Killer Bee
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #61 on: October 04, 2006, 04:27:16 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 269
alright, well, what about an OOT type hud? could you make me one, or is it to much? Its ok if it is, i'm just mostly working on the story and such.
Logged
the Indyboard - User Generated Social Forum | Now With Even More Discussion!
Poe, The Independent Programmer
  • Zelda Shrine

King Tetiro

Leader of Phoenix Heart
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #62 on: October 04, 2006, 04:28:02 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3549
Sprite or code?
Logged
  • Phoenix Heart

PoeFacedKilla

Prussian Killer Bee
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #63 on: October 04, 2006, 04:33:54 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 269
code, i can probably find the sprites for you
Logged
the Indyboard - User Generated Social Forum | Now With Even More Discussion!
Poe, The Independent Programmer
  • Zelda Shrine

King Tetiro

Leader of Phoenix Heart
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #64 on: October 04, 2006, 04:34:48 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3549
Go away! Sorry, there's a fly!

Er sure I could try. There's a money engine of mine in Laigonaz's engine and I guess you could convert it to a heart engine.....
« Last Edit: October 04, 2006, 04:37:02 pm by Laigonaz »
Logged
  • Phoenix Heart

PoeFacedKilla

Prussian Killer Bee
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #65 on: October 04, 2006, 04:37:04 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 269
ok, wheres that? Oh and by the hud, i just mean the buttons on the right.
Logged
the Indyboard - User Generated Social Forum | Now With Even More Discussion!
Poe, The Independent Programmer
  • Zelda Shrine

King Tetiro

Leader of Phoenix Heart
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #66 on: October 04, 2006, 04:37:47 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3549
The buttons that's easy, you use globals? Is your Hero persistant?
Logged
  • Phoenix Heart

PoeFacedKilla

Prussian Killer Bee
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #67 on: October 04, 2006, 04:40:53 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 269
yep
Logged
the Indyboard - User Generated Social Forum | Now With Even More Discussion!
Poe, The Independent Programmer
  • Zelda Shrine

King Tetiro

Leader of Phoenix Heart
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #68 on: October 04, 2006, 07:35:49 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3549
Right say you buttons are V,B and N

Your Hero globals will be

global.____(ALL ITEMS!)
global.V=0
global.B=0
global.N=0

When you make the item select, set the global.N/B/V to a number. MAKE SURE YOU MAKE IT THAT YOU CAN'T SELECT IT ON 2+ BUTTONS!

E.g Roc's feather is 1

Then when you press V/B/N, you say if global.V/B/N is equal to _, you make the thing happen.


Okay?
Logged
  • Phoenix Heart

PoeFacedKilla

Prussian Killer Bee
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #69 on: October 04, 2006, 07:45:40 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 269
k
Logged
the Indyboard - User Generated Social Forum | Now With Even More Discussion!
Poe, The Independent Programmer
  • Zelda Shrine

King Tetiro

Leader of Phoenix Heart
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #70 on: October 04, 2006, 07:49:38 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3549
Right what I mean is (example time!)

ItemV globalB globalN global
Featherglobal.v=1global.b=1global.n=1
Bombsglobal.v=2global.b=2global.n=2
Lensglobal.v=3global.b=3global.n=3

Okay?
Logged
  • Phoenix Heart

PoeFacedKilla

Prussian Killer Bee
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #71 on: October 04, 2006, 07:52:33 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 269
ok, do you have MSN messenger?
Logged
the Indyboard - User Generated Social Forum | Now With Even More Discussion!
Poe, The Independent Programmer
  • Zelda Shrine

King Tetiro

Leader of Phoenix Heart
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #72 on: October 04, 2006, 07:56:09 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3549
Fraid not, I'm trying to convince dad but he is a ......
Logged
  • Phoenix Heart

PoeFacedKilla

Prussian Killer Bee
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #73 on: October 04, 2006, 07:58:01 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 269
ok, well since you were helping so much i was just thinkn...
Logged
the Indyboard - User Generated Social Forum | Now With Even More Discussion!
Poe, The Independent Programmer
  • Zelda Shrine

Hammer Bro. Mike

Hammer Bro. Mike
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #74 on: October 04, 2006, 10:32:19 pm »
  • The Mike
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 2022
UPDATES!!!

First off, I am making a new logo for the game, the current on is just to show off what's going on right now.

Second, I am currently working on a layout for the game site. You will see updates here and there, so don't worry.

------------
Once I got the logo ready, I'll get linkthemaster to change the current one. That's all for now.
Logged

  • Zelda Eternity

PoeFacedKilla

Prussian Killer Bee
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #75 on: October 04, 2006, 11:33:59 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 269
the forums are up and the site will be up soon http://rupeerod.zelda383.net/forums/
We are looking for 4 mods
Logged
the Indyboard - User Generated Social Forum | Now With Even More Discussion!
Poe, The Independent Programmer
  • Zelda Shrine

PoeFacedKilla

Prussian Killer Bee
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #76 on: October 05, 2006, 09:57:45 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 269
the site is up now The Rupee Rod Site
Logged
the Indyboard - User Generated Social Forum | Now With Even More Discussion!
Poe, The Independent Programmer
  • Zelda Shrine
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #77 on: October 05, 2006, 09:59:44 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 2471
Apparently not.
Quote
The Legend of Zelda: The Rupee Rod site will be up soon!
Logged

PoeFacedKilla

Prussian Killer Bee
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #78 on: October 05, 2006, 10:24:37 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 269
sorry it is now
Logged
the Indyboard - User Generated Social Forum | Now With Even More Discussion!
Poe, The Independent Programmer
  • Zelda Shrine

Hammer Bro. Mike

Hammer Bro. Mike
Re: The Legend of Zelda: The Rupee Rod [New Beta...
« Reply #79 on: October 05, 2006, 10:24:51 pm »
  • The Mike
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 2022
It wasn't ready before, but now it is. :)
Logged

  • Zelda Eternity
Pages: 1 2 3 [4] 5   Go Up

 


Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.064 seconds with 77 queries.

anything