Main Page

From GameEditor

Jump to: navigation, search

Welcome to the Game Editor Wiki!

This is the best place to go to when your new to Game Editor and need help with programming. This page is beeing edited by the GE users who made tutorials especially for you, who needs help.


Contents

Attention all GE forum users!

We need help to make this Wiki grow, so lets get to it!

--Rux 22:44, 28 August 2008 (UTC)

What I suggest is that we build the wiki up to categories. I'll brake the rest of the page up into titles, as well as I can. If a link is red, the title does not exist. Just click on it, and click "Create page" if you want to make the page yourself. If you want to add another title or category, just edit this page, and find the apropriate place. Note in the first sections please don't use codes, just for the sake of new ones.

--Thanx 09:10, 29 August 2008, (CET)

I am a begginer and will need help and give newbies help. List of Positions: Newbies, Begginer, Intermediate, Advanced, Expert.

--Paperboy321 16:58, 03 September 2008, (EST)

I'll be taking part in Advanced Topics, mainly C scripting. I'll post codes that people may want to use, or may need.

--Pyrometal 15:12, 29 August 2008 (UTC)

I'll take the role of editing moderately hard script tutorials.

--asmodeus 10:33, 30 August 2008 (UTC)

I will improve every topic I can, and I will try go create some. I will mainly do it in the codes sections. --Rux 23:36, 29 August 2008 (UTC)

Make your userinfo with the userbox

asmodeus
Image:Avatar_asmodeus.png
Location: Germany
Occupation: no information
Interests: no information

When you are making your user information, you can use the userbox (see on the right).

To insert the box put this at the beginning of your userinfo:

{{User
|Avatar=No_avatar_avaible.png
|Username=''your username''
|Location=''your location''
|Occupation=''your occupation''
|Interests=''your interests''
}}

If you don't have any information for location, occupation or interests, then put in no information in italic format. If you have information, put them in as a normal text, not italic!

Upload your avatar with the name Avatar_username.ext, replace username with your name and .ext with the extension of the file (png, gif etc.). If you haven'T got an avatar, leave the orignal text there.

--asmodeus 14:55, 4 September 2008 (UTC)

Using of wiki

Go to Using of wiki to see how to use it well.

I've already seen places where is something like this:

[http://www.game-editor.com/wiki/index.php?title=MyPage&action=edit]

when it also has been done easier:

[[MyPage]]

Usage of FuncTemplate

Example coding of page:

{{Function

 |FunctionSyntax=double max(double number1, double number2)

 |SyntaxDescription=Returns largest number of the two supplied. number can be actual 
 value or variable.

 |CodingExample=Altitude.textnumber=max(12000, planeceiling); 

 |CodingDescription=Example would yield the value 14000 if the variable planeceiling=14000
 and would yield 12000 if planeceiling=10000.

 |AdditionalLinks=[[min]]

 }}

Actual page:max

Syntax of the coding:

 {{Function
 |FunctionSyntax=Place the function syntax here.
 |SyntaxDescription=Place any descriptions of the syntax here.
 |CodingExample=Place an example of the code in use here.
 |CodingDescription=Give description and results of code here.
 |AdditionalLinks=Include any additional double bracketed links here.
 }}
 

Do not include a Link for [[Functions]] as one is already there built in to the template.

Tutorials

Getting started

The broader view

Getting advanced

Advanced Topics

Tips

  • Do the tutorials in the editor, alot can be learned from them.
  • Start small. Way smaller than you think. Then add to the stuff that works.
  • Sometimes you'll have a game idea and find out its too hard for you, so if you

ever need help, just go to the GE forum and ask there.

  • You should start with the core sprites of your game before programming, and you can get

the rest when you're ready. --Rux 23:42, 29 August 2008 (UTC)

Game Editor Source Code

The Game Editor Source Code is avaible. You can also read about it in the forum [1].

Personal tools