What is Stack Data?

Talk about making games.

What is Stack Data?

Postby IAPD3000 » Sat Mar 14, 2009 4:29 pm

It's me again. Um. Does everybody knows what is stack data? I now know what my problem is. The pattern that I gave you earlier was in my Conker's Bad Fur Day game. It's a number stack view. That cheat that takes you the Debug Menu (XFYHIJERPWAL IELWZS) and so slightly trying to freeze the game. They had this data in it, but I don't understand it. does everyone here know what these pattern mean?

Go to http://game-editor.com/forum/viewtopic.php?f=4&t=5552
IAPD3000
 
Posts: 8
Joined: Wed Apr 02, 2008 2:50 pm
Score: 0 Give a positive score

Re: What is Stack Data?

Postby makslane » Sat Mar 14, 2009 6:42 pm

Are you talking about a Game Editor game?
Game Editor is an open source game creator software that's wants to pay it's developers to keep evolving.
If you like Game Editor, make a review!
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Re: What is Stack Data?

Postby jimmynewguy » Sun Mar 15, 2009 1:10 pm

No CBF was a N64 game, and also has nothing to do with game editor....
sorry IAPD3000, but we don't Edit games, we Make them :)
Working on a probably too ambitious project! Wild-west-adventure-RPG-shooter-thing.
User avatar
jimmynewguy
 
Posts: 1137
Joined: Sat Mar 31, 2007 6:27 pm
Score: 89 Give a positive score

Re: What is Stack Data?

Postby IAPD3000 » Tue Mar 17, 2009 3:19 pm

jimmynewguy wrote:No CBF was a N64 game, and also has nothing to do with game editor....
sorry IAPD3000, but we don't Edit games, we Make them :)


Okay! But did you know about stack (computer data) and how to use it? That was my question. I just got that infomation inside my game.

http://en.wikipedia.org/wiki/Stack_(data_structure)
IAPD3000
 
Posts: 8
Joined: Wed Apr 02, 2008 2:50 pm
Score: 0 Give a positive score

Re: What is Stack Data?

Postby asmodeus » Tue Mar 17, 2009 4:48 pm

Stack is a little bit like an array. You could have for example the following data (hex): "00 00 00 00 00 00 00 00 ...". Now you can "push" values into it. If you push 07h, it looks like this now: "07 00 00...". If you push 13h next, you'll have "07 13 00 ..." and so on. If you'd like to have a value back, you have to pop it. You would get 13h first, because you've pushed it the last time. Now there is "07 00 00..." again.
I don't know (I think no) whether you can use such a stack in GE. Did that help?
User avatar
asmodeus
 
Posts: 483
Joined: Thu Oct 11, 2007 5:04 pm
Location: Germany
Score: 43 Give a positive score

Re: What is Stack Data?

Postby IAPD3000 » Wed Mar 18, 2009 2:48 pm

asmodeus wrote:Stack is a little bit like an array. You could have for example the following data (hex): "00 00 00 00 00 00 00 00 ...". Now you can "push" values into it. If you push 07h, it looks like this now: "07 00 00...". If you push 13h next, you'll have "07 13 00 ..." and so on. If you'd like to have a value back, you have to pop it. You would get 13h first, because you've pushed it the last time. Now there is "07 00 00..." again.
I don't know (I think no) whether you can use such a stack in GE. Did that help?


Maybe! I'll guess that my stack data is just some useless data. Thanks!
IAPD3000
 
Posts: 8
Joined: Wed Apr 02, 2008 2:50 pm
Score: 0 Give a positive score


Return to Game Development

Who is online

Users browsing this forum: No registered users and 1 guest