Powered by Invision Power Board

 
  Pages: (5) 1 [2] 3 4 ... Last » ( Go to first unread post ) Closed TopicStart new topicStart Poll

> OoT2D dev team signup --, -- officially over LOCK PLEASE
Unspecified
Draco Icebane
Posted: Jul 9 2008, 03:00 AM
Quote Post


Standard Member
[*][*][*][*][*]


Group Icon
Group: Banned
Posts: 52997
Member No.: 10
Joined: 13-October 03

Status: (71582612m) [XX]


QUOTE (OniLink10 @ Jul 9 2008, 12:19 AM)
I can help program the Website. I'm learning HTML and I have found an excellent tutorial on HTML that has helped me a lot.

It'd also help to learn an SSL, PHP is preferable.

You should be sure you understand HTML well before you use PHP
PM
Top
United States
OniLink10
Posted: Jul 9 2008, 03:15 AM
Quote Post


C++ Programmer, Unofficial Physicist, and Unofficial Chemist
[*][*]

Group Icon
Group: Members
Posts: 3920
Member No.: 4907
Joined: 19-February 08

Status: (0d) [--]


QUOTE (Draco Icebane @ Jul 9 2008, 01:00 AM)
It'd also help to learn an SSL, PHP is preferable.

You should be sure you understand HTML well before you use PHP

Ok. I have heard that PHP is pretty good. I'll try to find a Tutorial on it once I'm better at HTML.


--------------------
QUOTE (Xgoff @ Sep 10 2009 @ 06:11 PM)
did you try hello's engine

make sure to not ****ing change anything before using it!
PMEmail PosterUsers WebsiteYahoo
Top
Togo
Razz
Posted: Jul 9 2008, 03:22 AM
Quote Post



[*][*][*]

Group Icon
Group: Members
Posts: 6007
Member No.: 4259
Joined: 13-August 07

Status: (0d) [--]


Practice makes perfect.


--------------------
Allusion - [||--------] 25% complete
GridLocked - [||||------] 45% complete
my blog
PMEmail PosterAOL
Top
Unspecified
Draco Icebane
Posted: Jul 9 2008, 03:22 AM
Quote Post


Standard Member
[*][*][*][*][*]


Group Icon
Group: Banned
Posts: 52997
Member No.: 10
Joined: 13-October 03

Status: (71582612m) [XX]


QUOTE (OniLink10 @ Jul 9 2008, 01:15 AM)
Ok. I have heard that PHP is pretty good. I'll try to find a Tutorial on it once I'm better at HTML.

A tutorial, you say?

http://www.php.net

They have a full documentation on every command in PHP -- they made it, after all -- which should be all you need past the basics.



Here's some tips:
  • In order to use PHP, the web host you are developing on has to have the interpreter installed on a compatible web server. The most popular server to run PHP on is the latest Apache.
  • PHP will run from the top line to the bottom line one time, and one time only. This is used to generate an HTML page -- or an image -- which is then sent to the browser, who will not be able to tell the difference. The reason for using PHP is to make editing these HTML outputs much, much easier, since PHP can read from and write to text files and SQL databases.
  • PHP has a powerful include feature and comments, both of which you can use to organize code. This is very helpful.
  • PHP also supports Regular Expressions (Regex.) When you're comfortable with PHP in and of itself, start studying that -- it's very helpful to maniplate text, such as to add tags. (see: this board's bbCode)


This post has been edited by Draco Icebane on Jul 9 2008, 03:22 AM
PM
Top
Togo
Razz
Posted: Jul 9 2008, 03:26 AM
Quote Post



[*][*][*]

Group Icon
Group: Members
Posts: 6007
Member No.: 4259
Joined: 13-August 07

Status: (0d) [--]


Thanks Draco, that's really really useful


--------------------
Allusion - [||--------] 25% complete
GridLocked - [||||------] 45% complete
my blog
PMEmail PosterAOL
Top
Unspecified
Draco Icebane
Posted: Jul 9 2008, 03:34 AM
Quote Post


Standard Member
[*][*][*][*][*]


Group Icon
Group: Banned
Posts: 52997
Member No.: 10
Joined: 13-October 03

Status: (71582612m) [XX]


Also, can GameMaker play Module files?

I'm sure that you could just import the BASS library's *.dll and use that ...


The reason I say this is that you can extract the instruments out of say, Link to the Past, and use those along with an ocarina sample to remake the Ocarina of Time music with SNES instruments. (This is assuming you want a SNES feel.) It'll also let you have the music flawlessly loop, and prevent people complaining about MIDI music.

If you practice enough with Modules, you can also make very awesome MP3-quality music with them and amaze people. (I cannot do this yet. sad.gif )


I have a pack of LttP instruments in Impulse Tracker format (*.xi) if anybody is interested in trying this.
PM
Top
Togo
Razz
Posted: Jul 9 2008, 03:41 AM
Quote Post



[*][*][*]

Group Icon
Group: Members
Posts: 6007
Member No.: 4259
Joined: 13-August 07

Status: (0d) [--]


QUOTE
Also, can GameMaker play Module files?

I'm pretty sure gm7 can, but since I'm using gm6, you have to use a dll such as jbfmod (Which sucks) or BASS (Which is awesome)
QUOTE
I have a pack of LttP instruments in Impulse Tracker format (*.xi) if anybody is interested in trying this.

I'm not much of a musical person, but if I manage to get some sound artists, I'll be sure to contact you

Once again, thanks for your help


--------------------
Allusion - [||--------] 25% complete
GridLocked - [||||------] 45% complete
my blog
PMEmail PosterAOL
Top
Canada
Mewizkuit
Posted: Jul 9 2008, 09:21 AM
Quote Post


CHARMANDER
[*][*][*][*]

Group Icon
Group: Members
Posts: 4397
Member No.: 2508
Joined: 16-August 06

Status: (0d) [--]


Hay its wednesday!
Time for people to start signing up!


--------------------
QUOTE
whenever i feel like clicking "reply"
i stop and think to myself, "why"
will it be a post to be remembered by?
or will i scare off a n00b and tell him to die?
PMEmail PosterMSN
Top
United States
OniLink10
Posted: Jul 9 2008, 12:17 PM
Quote Post


C++ Programmer, Unofficial Physicist, and Unofficial Chemist
[*][*]

Group Icon
Group: Members
Posts: 3920
Member No.: 4907
Joined: 19-February 08

Status: (0d) [--]


QUOTE (Draco Icebane @ Jul 9 2008, 01:22 AM)
A tutorial, you say?

http://www.php.net

They have a full documentation on every command in PHP -- they made it, after all -- which should be all you need past the basics.



Here's some tips:

  • In order to use PHP, the web host you are developing on has to have the interpreter installed on a compatible web server. The most popular server to run PHP on is the latest Apache.
  • PHP will run from the top line to the bottom line one time, and one time only. This is used to generate an HTML page -- or an image -- which is then sent to the browser, who will not be able to tell the difference. The reason for using PHP is to make editing these HTML outputs much, much easier, since PHP can read from and write to text files and SQL databases.
  • PHP has a powerful include feature and comments, both of which you can use to organize code. This is very helpful.
  • PHP also supports Regular Expressions (Regex.) When you're comfortable with PHP in and of itself, start studying that -- it's very helpful to maniplate text, such as to add tags. (see: this board's bbCode)

Wow, that's pretty interesting, and cool. Does PHP work on Freewebs? I think it does, but I want to check, since you seem to be an expert.
Edit: Hmm, it says in the Introduction that PHP is Parsed to HTML on the Webserver, THEN sent to your Webbrowser. If this is true(Which it most likely is), then it's just an easier way to make HTML and is Probably not needed to have a good Website, but is helpful.

This post has been edited by OniLink10 on Jul 9 2008, 12:37 PM


--------------------
QUOTE (Xgoff @ Sep 10 2009 @ 06:11 PM)
did you try hello's engine

make sure to not ****ing change anything before using it!
PMEmail PosterUsers WebsiteYahoo
Top
Unspecified
Mr.Cintrak
Posted: Jul 9 2008, 12:18 PM
Quote Post


No More.


Group Icon
Group: Members
Posts: 494
Member No.: 5413
Joined: 13-June 08

Status: (0d) [--]


for the sound I can make custom songs since recreating some seems a tad bit un-original (then again it is a remake) so ill mostly contribute with custom songs but I can try and remake them if its needed.


--------------------
My Ryhmes Are No More I've changed for these times.Good By MC I am Only Cintrak Now.
Ref2,Courtesy of shymouse. Ref 3 Courtesy of Iceinwar


QUOTE (Boxxy)
i love how you are all **** WHERE IS MY MARIO ZELDA HYPER PIKMIN GAME when e3 comes along but when those kinds of games come out you just say THIS GAME IS **** DAMN THAT CONTROLLER LOOKS LIKE A DIL-DO
PM
Top
Greece
rogueyoshi
Posted: Jul 9 2008, 01:40 PM
Quote Post


Watch out for that zoo
[*]

Group Icon
Group: Members
Posts: 346
Member No.: 3742
Joined: 8-May 07

Status: (0d) [--]


even though this is like the 10000th oot2d remake project ever, good luck on being the first to actually finish it.

This post has been edited by rogueyoshi on Jul 9 2008, 01:50 PM


--------------------
#SNKPlaymore @ EFnet
Don't have a clue how to play KOF? Want one? http://tinyurl.com/kofguide
Tell SNK their netcode sucks ASS!! http://tinyurl.com/snkonline

user posted image
PMAOLYahooMSN
Top
Togo
Razz
Posted: Jul 9 2008, 01:57 PM
Quote Post



[*][*][*]

Group Icon
Group: Members
Posts: 6007
Member No.: 4259
Joined: 13-August 07

Status: (0d) [--]


Sorry about editing it late, I slept in.

Anyway, people are permitted to join now. Join in and I'll give you details via pm's when I have enough people.


--------------------
Allusion - [||--------] 25% complete
GridLocked - [||||------] 45% complete
my blog
PMEmail PosterAOL
Top
Sweden
The Superhero
Posted: Jul 9 2008, 03:07 PM
Quote Post


Awesome hair n' stuff.
[*][*][*][*]

Group Icon
Group: Members
Posts: 586
Member No.: 1267
Joined: 16-July 05

Status: (0d) [--]


Ok, I'm going for game designer, I'll be so dedicated as it's needed to do this.


--------------------
QUOTE (My brother)
You and your reality!
PMEmail Poster
Top
Unspecified
Draco Icebane
Posted: Jul 9 2008, 05:04 PM
Quote Post


Standard Member
[*][*][*][*][*]


Group Icon
Group: Banned
Posts: 52997
Member No.: 10
Joined: 13-October 03

Status: (71582612m) [XX]


QUOTE (OniLink10 @ Jul 9 2008, 10:17 AM)
Edit: Hmm, it says in the Introduction that PHP is Parsed to HTML on the Webserver, THEN sent to your Webbrowser. If this is true(Which it most likely is), then it's just an easier way to make HTML and is Probably not needed to have a good Website, but is helpful.

I already mentioned how this works. Obviously, PHP only sends an HTML output to your clients -- that's all they can read (along with Javascript, of course.) It's impossible to send anything legible other than straight HTML / CSS or a straight image to a common web browser.

However, PHP (along with any other SSL) is literally a programming language. PHP is used to deal with variables in general, cookies, sessions, login data, file uploads, and custom tags. They can read from and write to text files and SQL databases, which is the only way to have variable data that doesn't disappear after a page load. (Not counting Javascript, which can be seen by browsers and also disabled, ruining your page instantly.)

In short, PHP is the server's way of allowing dynamic content without requiring manual editing on the part of the webmaster. It is not just "easier HTML". It's the only way you'll be making user accounts, file uploads, or any news posts that don't require manual editing of the core HTML file.

If you intend to have a user-friendly interface on your site -- for instance, letting your site admins post news updates through the site -- you will have the easiest time doing it with PHP. Dong it in anything else is a pain and completely unnecessary.



Also, whether Freewebs supports PHP or not is irrelevant, because Freewebs is a terrible web host. Freehostia does, though, and they give you a free MySQL database in addition.
PM
Top
United States
Datt
Posted: Jul 9 2008, 05:23 PM
Quote Post


I'm having a blast
[*][*]

Group Icon
Group: Members
Posts: 1022
Member No.: 4623
Joined: 24-October 07

Status: (0d) [--]


I can help program, beta test, and help out with the forums.

This post has been edited by Im4everkool on Jul 9 2008, 05:25 PM


--------------------
QUOTE (Mario_6464SMR's reply to Mrs A)
his name's not Halo it's the master chief, and i don't know what "doesn't afraid of anything" means, have u ever played halo before?

PMUsers Website
Top
Togo
Razz
Posted: Jul 9 2008, 07:14 PM
Quote Post



[*][*][*]

Group Icon
Group: Members
Posts: 6007
Member No.: 4259
Joined: 13-August 07

Status: (0d) [--]


Okay, I have two new people in the group. Let me be the first to say "Welcome to the OoT2D dev team!". When I get the development forums finished I'll be sure to pm you guys.

In the meantime, I still need some artists and sound artists.

This post has been edited by Razz on Jul 9 2008, 08:28 PM


--------------------
Allusion - [||--------] 25% complete
GridLocked - [||||------] 45% complete
my blog
PMEmail PosterAOL
Top
Canada
James
Posted: Jul 9 2008, 08:33 PM
Quote Post


Standard Member


Group Icon
Group: Members
Posts: 48
Member No.: 4196
Joined: 1-August 07

Status: (0d) [--]


I can help with the sprites if you want.
PMEmail PosterMSN
Top
Togo
Razz
Posted: Jul 9 2008, 08:37 PM
Quote Post



[*][*][*]

Group Icon
Group: Members
Posts: 6007
Member No.: 4259
Joined: 13-August 07

Status: (0d) [--]


Welcome aboard!

As I've mentioned before I'll drop you guys a pm once I get enough people.


--------------------
Allusion - [||--------] 25% complete
GridLocked - [||||------] 45% complete
my blog
PMEmail PosterAOL
Top
Togo
Razz
Posted: Jul 10 2008, 03:31 PM
Quote Post



[*][*][*]

Group Icon
Group: Members
Posts: 6007
Member No.: 4259
Joined: 13-August 07

Status: (0d) [--]


Still need a few more people, don't be afraid to join in!

Oh, and OniLink, do you still want to be a web designer? Contact me if you can 'k


--------------------
Allusion - [||--------] 25% complete
GridLocked - [||||------] 45% complete
my blog
PMEmail PosterAOL
Top
United States
kremling
Posted: Jul 10 2008, 05:32 PM
Quote Post


Casual Member
[*][*][*]

Group Icon
Group: Members
Posts: 923
Member No.: 3240
Joined: 28-January 07

Status: (0d) [--]


I will help with programming.


--------------------
My Reference_1
Deviant Art
"Doing the wrong thing is always right"
Drawings by mfggers: Omnomlicous - Jazz - Bip
user posted image
PMEmail PosterUsers Website
Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

  Topic Options Topic Options Pages: (5) 1 [2] 3 4 ... Last » Closed TopicStart new topicStart Poll

 




[ Script Execution time: 0.0877 ]   [ 15 queries used ]   [ GZIP Enabled ]   [ Server Load: 0.50 ]