Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Need Guidance.
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
AdamWest
Master Cheater
Reputation: 0

Joined: 05 Jul 2007
Posts: 354
Location: Quahog, Rhode Island

PostPosted: Mon Oct 29, 2007 6:26 pm    Post subject: Need Guidance. Reply with quote

I'm making a text-based adventure I've been working on for awhile. I'm thinking, integrate into web with Javascript or code a individual program? Please choose what you beleive what is the best, and if possible, a basic template of sorts for me to follow. Thank you.
_________________

"I myself am made entirely of flaws, stitched together with good intentions." - Augusten Burroughs
Back to top
View user's profile Send private message AIM Address
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Mon Oct 29, 2007 6:45 pm    Post subject: Re: Need Guidance. Reply with quote

AdamWest wrote:
I'm making a text-based adventure I've been working on for awhile. I'm thinking, integrate into web with Javascript or code a individual program? Please choose what you beleive what is the best, and if possible, a basic template of sorts for me to follow. Thank you.


You mean like a MUD? I hate to say it, but if you want to put it in a webpage Java would be the best way to go.

If it is one of those games like Neopets then PHP is the way to go.
Back to top
View user's profile Send private message
AdamWest
Master Cheater
Reputation: 0

Joined: 05 Jul 2007
Posts: 354
Location: Quahog, Rhode Island

PostPosted: Mon Oct 29, 2007 6:48 pm    Post subject: Re: Need Guidance. Reply with quote

not really, just a project to take any extra time of my hands.

it will be like, Choose Your Own Adventure, but on the web or in a small program.

example: You see a fat ass at KFC.


Do you shoot him?


Do you eat him?


and each button will lead to a different "page"

_________________

"I myself am made entirely of flaws, stitched together with good intentions." - Augusten Burroughs
Back to top
View user's profile Send private message AIM Address
Golden Wing
Grandmaster Cheater
Reputation: 0

Joined: 29 Aug 2007
Posts: 905

PostPosted: Mon Oct 29, 2007 6:49 pm    Post subject: Re: Need Guidance. Reply with quote

AdamWest wrote:
not really, just a project to take any extra time of my hands.

it will be like, Choose Your Own Adventure, but on the web or in a small program.

example: You see a fat ass at KFC.


Do you shoot him?


Do you eat him?


and each button will lead to a different "page"


make it with php and sql

_________________
Back to top
View user's profile Send private message
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Mon Oct 29, 2007 6:52 pm    Post subject: Re: Need Guidance. Reply with quote

xDemonRobbiex wrote:
make it with php and sql


SQL wouldn't be needed.

PHP is the language you want, just look up some tutorials on it and you should be fine.
Back to top
View user's profile Send private message
Golden Wing
Grandmaster Cheater
Reputation: 0

Joined: 29 Aug 2007
Posts: 905

PostPosted: Mon Oct 29, 2007 6:53 pm    Post subject: Re: Need Guidance. Reply with quote

Flyte wrote:
xDemonRobbiex wrote:
make it with php and sql


SQL wouldn't be needed.

PHP is the language you want, just look up some tutorials on it and you should be fine.


php is hard i dont even kno how to enter my database Oo none of the tuts are helpful

_________________
Back to top
View user's profile Send private message
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Mon Oct 29, 2007 6:54 pm    Post subject: Re: Need Guidance. Reply with quote

xDemonRobbiex wrote:
php is hard i dont even kno how to enter my database Oo none of the tuts are helpful


Then you shouldn't be giving advice. Confused
Back to top
View user's profile Send private message
Golden Wing
Grandmaster Cheater
Reputation: 0

Joined: 29 Aug 2007
Posts: 905

PostPosted: Mon Oct 29, 2007 6:56 pm    Post subject: Re: Need Guidance. Reply with quote

Flyte wrote:
xDemonRobbiex wrote:
php is hard i dont even kno how to enter my database Oo none of the tuts are helpful


Then you shouldn't be giving advice. Confused


y not? its hard for me maybe not for him and dont u need mysql to do php?
anyway here is some tuts http://www.w3schools.com/php/default.asp

_________________
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Mon Oct 29, 2007 6:59 pm    Post subject: Reply with quote

If you wish for multiple users to play it and such you could go the old method of MUDs and create it in C and allow people to telnet into a box to play. With that you can make it web accessible by creating a Java telnet client for the webpage.
_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Golden Wing
Grandmaster Cheater
Reputation: 0

Joined: 29 Aug 2007
Posts: 905

PostPosted: Mon Oct 29, 2007 7:00 pm    Post subject: Reply with quote

Wiccaan wrote:
If you wish for multiple users to play it and such you could go the old method of MUDs and create it in C and allow people to telnet into a box to play. With that you can make it web accessible by creating a Java telnet client for the webpage.


ur smart as hell at programming Shocked

_________________
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Mon Oct 29, 2007 7:02 pm    Post subject: Reply with quote

xDemonRobbiex wrote:
Wiccaan wrote:
If you wish for multiple users to play it and such you could go the old method of MUDs and create it in C and allow people to telnet into a box to play. With that you can make it web accessible by creating a Java telnet client for the webpage.


ur smart as hell at programming Shocked


Heh, I have my fair share of experience >.>
Used to run my own mud, was an IMM on a few others, and a builder / coder on a few. MUDs were pimp back in the day :/ all the ones I played on are either gone or filled with 'newfags' now which make it unfun to play 'em.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Mon Oct 29, 2007 7:02 pm    Post subject: Reply with quote

Wiccaan wrote:
Heh, I have my fair share of experience >.>
Used to run my own mud, was an IMM on a few others, and a builder / coder on a few. MUDs were pimp back in the day :/ all the ones I played on are either gone or filled with 'newfags' now which make it unfun to play 'em.


Personally, I thought MUDS never were fun. Razz
Back to top
View user's profile Send private message
HomerSexual
Grandmaster Cheater Supreme
Reputation: 5

Joined: 03 Feb 2007
Posts: 1657

PostPosted: Mon Oct 29, 2007 7:31 pm    Post subject: Reply with quote

if your going with choose your own adventure then go with php or even simple html.

all you need to do is make html pages for everysingle story segment. or you could use a GET variable. for example.

if($_GET['story']=='1')
{
echo "you shot the person with a high concentration of pigment in his skin in KFC";
}
if($_GET['story']=='2')
{
echo "you ate the person with a high concentration of pigment in his skin in KFC, now your breath smells like person with a high concentration of pigment in his skin, good job";
}

so you could contain the whole story in 1 document and use links like

www.mypage.com?story=1

_________________
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Mon Oct 29, 2007 7:38 pm    Post subject: Reply with quote

Not saying that isn't one way of doing it, but that would extremely easy to hack / exploit.
_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
HomerSexual
Grandmaster Cheater Supreme
Reputation: 5

Joined: 03 Feb 2007
Posts: 1657

PostPosted: Mon Oct 29, 2007 8:07 pm    Post subject: Reply with quote

Quote:
I'm making a text-based adventure I've been working on for awhile.

Quote:
it will be like, Choose Your Own Adventure, but on the web or in a small program.


idk if your familiar but CYOA are books in which you pick what happens and the rest of the book rests on that choice. He didn't say he wanted to make a game but rather a adventure thats in your hands. So what is there to exploit / hack in a nongaming adventure with no rewards?

_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites