Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - greenpower

#1
The Rumpus Room / Re: Name the Game
Tue 25/06/2013 03:07:15
You got it sir! Now, it's your turn. Blow our minds.
#2
The Rumpus Room / Re: Name the Game
Mon 24/06/2013 23:41:24
Woohooo! now it's my turn. Lets enjoy some oldskool game, shall we?

http://s1285.photobucket.com/user/aoeuidrtns/media/DatOldGame_zps5c4d8a1c.png.html

Have luck!
#3
The Rumpus Room / Re: Name the Game
Mon 24/06/2013 23:06:10
Is it Lone Eagle: Colombian Encounter? I hope so...
#4
Congratulations, Diamond16!
#5
Here is my entry.

Android Nation Anthem

It's an Anthem for a nation formed by androids, under war circumstances with the human race. Hope you enjoy it as much as I enjoyed composing it! ;)
#6
I've made another game with an older AGS (2.72) just for discovering if the problem relies in the compatibity, but when I've did all the tutorial said the same error appeared. Does anybody know what's hapening?
#7
Hi,
I made a new game with the default game, the module&plugin, and when i've pressed F5 the same error appeared. I didn't add more things, just this.
#8
Here is the room script:

function room_Load()
{
  Ags3d.SetCameraPosition(0.0, 0.0, 66.0);      // positions the camera
  Ags3d.SetCameraResetPosition(0.0, 0.0, 66.0); // selects a point to restore the camera
  int l = Ags3d.AddLight(Ags3d_LightType_Directional); // creates a light

  int i = Ags3d.AddCube(0.0, 0.0, -5.0);        // adds a cube for the ground at x,y,z
  Ags3d.SetPrimScale(i, 500.0, 500.0, 10.0);    // stretches it out to cover more space
  Ags3d.SetPrimColour(i, 0, 255, 0);            // makes it green
  Ags3d.SetPrimFilter(i, Ags3d_Filter_All);     // makes it visible and collidable
}
#9
Okay. Thank you for helping me.
#10
My line is the same. I've erased this line and copy the one you write but the game still doesn't work.
I've got alleg42 and zlib1 in compiled folder.
#11
The plugin is activated.
#12
I've recently downloaded and used AGS 3D module&plugin.
I've done all the things that the manual says, but when I save the room an error apears:
Message                                                                                File                 Line
Failed to save room room1.crm; details below
Error (line 144): PE03: Parse error at "Ags3d_LightType"     Ags3d.ash     144

How I fix this?
SMF spam blocked by CleanTalk