Jump to content


cbruno (brazil)

Member Since 04 Aug 2007
Offline Last Active May 14 2008 01:45 AM

Topics I've Started

3d Animations System (new System Of 3d Animation!)

21 April 2008 - 03:09 AM

3D Animations System

Game Maker Version:  :D
Version of Script: 1.0
File size: 33 KB

Description:

3D Animations System is a system of original 3D animation created by me. This system gathers all the models and makes an animation.

Scripts used in the example:

[The system]
AnimSystem_load();
AnimSystem_animation();

[Importing models]
createFromObj(); //Script not created by me

[Camera]
scr_start3D();
scr_camerastep();
scr_cameradraw();

//Using the scripts:

[AnimSystem_load]
argument0 = model1
argument1 = model2
argument2 = model3
argument3 = model4
Exemple: AnimSystem_load('model1.obj','model2.obj','model3.obj','model4.obj')

[AnimSystem_animation]
argument0 = X model
argument1 = Y model
argument2 = Z model
argument3 = Texture
Exemple: AnimSystem_animation(x+0,y+0,0,background_get_texture(back_texture))

Download:

4shared: 3D Animations System.rar 33 Kb

X - Gamer V1.0

08 February 2008 - 07:58 PM

X - Gamer 1.0



Version: 1.0

Screen:

Posted Image

What at first version

A first version of the newest program for creating games
Okay simple. But how is the beginning of a program, other versions will come. Aprimeira version comes with some codes that already gives to quite something. In the folder the program is included:

--> 2 Tutorials
--> 2 Examples
--> 1 Help
--> 1 folder to put your projects

No help all codes selected randomly well explained and tudas but also their duties. The program has a simple interface, anyone can get a create your little game without any difficulty. Bug existing:

--> Some codes are entered an operating normally, but others after you test the project simply somem eels. A small mistake that will be corrected soon-soon.

If you find a bug can tell that will be corrected in the next version.

Saving/Loading their projects

O X - Gamer 1.0 is a system very easy to save and load their projects. This tool has not yet creates executable (.exe).
For you put your projects here to see the staff is simple:

Save your project and he compacte a file .zip or .rar, there is only after entering a site that hosts files and post here for the staff. You can download and put their examples here in the community.

Their projects are saved as files in the X - Gamer (.xgm). Still want to put a system of saving as editable or only as executable, the editable will be saved as .xge (X - Gamer Editable) and the executable will be saved as .xgm same.

Besides services of a simple program, can bring lots of fun for those who already have some experience. The next version will have codes and more complex, which will cease its projects more legal and fun.

Among the forum!

The tool has a forum where they will be posted tutorials, examples, ask questions, etc. ..
Entrem there is a tool grow, it will be a great community^^

X - Gamer

Download:
X - Gamer 1.0.rar (1.10 MB)

Ini Lib V1.0

16 January 2008 - 09:09 PM

Ini Lib v1.0

Version:1.0

Description:

Archives. Ini are needed to store information.
For example:

You want to save your game, save everything, where music stopped, as variables of life, points, power, etc.. All this can not be saved in the variable standard of game maker (game_save (filename)).

So you should save it all in ini file.

Example included in the file. Zip! ^ ^

Ini Lib v1.0.zip

Model Looking In My Direction

22 December 2007 - 12:27 PM

How do I as a model look in my direction?

Type, I have made a múmia, and wanted to know how I always look to it for me.

Moving My 3d Model

20 December 2007 - 10:23 PM

How do I move my 3D model by game maker?
Say what at least function in GML I do, because I learn the rest ^^