Can Maratis participate in Google Summer of Code?
102 2014-03-04 01:51:40
Re: Artificial Intelligence(In Progress) (44 replies, posted in Scripting)
The monkey sound is too loud.
103 2014-03-03 20:00:13
Re: Artificial Intelligence(In Progress) (44 replies, posted in Scripting)
I see.
104 2014-03-03 18:12:58
Re: Artificial Intelligence(In Progress) (44 replies, posted in Scripting)
This looks like interesting thing to look at - Enemy AI – random movement
http://www.freeactionscript.com/tag/ene
-movement/
105 2014-03-03 04:08:35
Re: Artificial Intelligence(In Progress) (44 replies, posted in Scripting)
Amazing!
106 2014-03-03 02:17:03
Re: Artificial Intelligence(In Progress) (44 replies, posted in Scripting)
Maybe its really a bug?
107 2014-03-03 01:40:22
Re: Artificial Intelligence(In Progress) (44 replies, posted in Scripting)
I couldn't fix it.
108 2014-03-03 00:31:22
Re: Artificial Intelligence(In Progress) (44 replies, posted in Scripting)
Just look where you end your if statement? You close the if statement End, then you add a variable, then an Else statement. and that the wrong part. I hope so.
Heres from the wiki:
Sound0 = getObject("Sound0")
soundplay = 0
function onSceneUpdate()
if isKeyPressed("SPACE") then
if soundplay == 0 then playSound(Sound0) end
soundplay = 1
else
soundplay = 0
end
end
109 2014-03-03 00:04:29
Re: Artificial Intelligence(In Progress) (44 replies, posted in Scripting)
Maybe its a bug.
110 2014-03-02 19:51:14
Re: Artificial Intelligence(In Progress) (44 replies, posted in Scripting)
How about using a bool for the sound.
111 2014-03-02 17:39:56
Re: Maratis Game Creation Starter Pack? (22 replies, posted in General)
Yes genres is better.
112 2014-03-02 05:12:33
Re: Artificial Intelligence(In Progress) (44 replies, posted in Scripting)
I dont know if this could help, but heres: http://www.jblearning.com/Catalog/97815 4/student/ the example files from the book Programming Game AI by Example
113 2014-03-02 04:26:06
Re: Maratis Game Creation Starter Pack? (22 replies, posted in General)
Those are great examples and nice learning material. Is the "Senses System" a lua script?
114 2014-03-01 23:58:52
Re: Maratis Game Creation Starter Pack? (22 replies, posted in General)
A car that moves on a path script. (probably moves from a to b, etc.)
A basic Enemy AI script(so that we can use it in our projects).
A 2 players game script.
A menu script.
A hud script.
A dialogue script.
115 2014-03-01 23:25:22
Re: Maratis Game Creation Starter Pack? (22 replies, posted in General)
I guess a character controller and example scripts.
117 2014-03-01 04:30:41
Re: Scripting a game just with Lua no C++? (2 replies, posted in General)
Thx, Vegas. I see that its possible only some features are missing and you gonna have to code them or wait until they are added.
118 2014-02-28 23:44:21
Topic: Scripting a game just with Lua no C++? (2 replies, posted in General)
Can i make a game with just lua no c++? I dont think, that c++ is for everyone.
119 2014-02-28 17:52:46
Re: V8 JavaScript Engine ? (4 replies, posted in General)
Then i vote for LuaJIT, hope you add it as soon as possible.
120 2014-02-28 03:09:53
Topic: V8 JavaScript Engine ? (4 replies, posted in General)
Can the V8 JavaScript be added to Maratis as a second scripting language and how fast would it be compared to Lua?
121 2014-02-27 22:26:38
Re: Is Maratis game engine dead? (3 replies, posted in General)
Its good to here theres still some development.
122 2014-02-27 22:16:44
Re: Android build (7 replies, posted in General)
Thats very nice having an android support.
123 2014-02-26 21:52:35
Topic: Is Maratis game engine dead? (3 replies, posted in General)
Hello
Is the Maratis game engine dead? It doesnt look like its beeng developed anymore.