I've been looking to using the Godot game engine, but I still peak at Maratis from time to time. It is much easier to use. I'll be looking out for the update!
2 2015-04-10 03:50:59
Re: Google Code Shutting Down (22 replies, posted in Off-Topic)
What is sorta crazy is I was just thinking of a style I wanted to do that I called a 3D 8bit style. Found the keyword was "voxel"
Found this software:
3 2015-01-02 01:50:31
Topic: Normal Maps from Images (Windows,Linux) (0 replies, posted in External Tools)
I have posted about Insane Bump:
http://blenderartists.org/forum/showthr
lternative
And there is another program based off of this called AwesomeBump.
https://www.youtube.com/watch?v=N27NLYaZi_A
Looks like a good tool.
4 2014-12-29 17:49:33
Re: Basic open world post-apocalyptic game (2 replies, posted in Showcase)
Cool features in this game! Thanks for making it open source, so I can draw some ideas from it. I have a car demo level that has a free camera inside, I think it would be cool if you had that in your car.
http://forum.maratis3d.com/viewtopic.php?id=833
I still have to play it a bit more. It would be easy to bump up the graphics with a model of a city or something with ambient occlusion baked in, a new car, and a little lighting enhancement. But it works! Nice. And Welcome also.
5 2014-12-29 17:44:00
Re: little game. The tower defens. (2 replies, posted in Showcase)
Cool. How do you get them to follow a path like that?I have been hoping to make a library to get people started in Maratis, which features such as pathfinding, particle systems, etc.
6 2014-12-27 05:50:27
Re: Finished Adventure Game (9 replies, posted in Showcase)
Here is that small project I just did:
https://dl.dropboxusercontent.com/u/109 20Jump.zip
Right now I am using a box collision for the monkey, but the convex-hull bounding creates lag.
7 2014-12-27 02:03:06
Re: Finished Adventure Game (9 replies, posted in Showcase)
Whew! 3GBs. If I get it downloaded, I will look it over. Before I run it however, I am guessing that you have a lot of polys, which would slow down the frame rate, and result in bad collision issues. 3 gigabytes is very large for such a game as this.
If you would like any tips on my workflow (which I am still working out) I would love to help. I will be uploading a demo level soon.
I currently use Google Sketchup, Blender, and Maratis.
Edit: Well, this definitely is a full (and seriously programmed) game! hehe.
As far as the code goes, I think an object oriented approach would have made debugging much easier. I had started working on a starter library for Maratis, but went away to learn Python. Moving back towards games now, so I will be on here a bit more.
My approach at the whole thing would have been much, much more simplistic (it sorta looks like spaghetti).
The scripts don't describe what they do, and comments like "random collision stuff" doesn't help to describe. So whether another person is working on this or not with you, it will be more frustrating for you to debug it.
8 2014-12-25 20:04:15
Re: Finished Adventure Game (9 replies, posted in Showcase)
Well, I can run it on my PC. I can't get past the little mounds with the chains. Just too hard to jump.
It does have a little lag.
Would you mind uploading the project file? That way we can help more. I will be more than happy to help you.
9 2014-12-25 04:28:20
Re: Finished Adventure Game (9 replies, posted in Showcase)
Downloaded it, but it is an exe and I am on a mac. Gonna compile a version for mac?
10 2014-12-19 16:54:22
Re: Play sound once (11 replies, posted in Scripting)
Thanks Vegas. I'll download them today and test. How are you By the way?
11 2014-12-16 20:43:30
Re: Permissions issue in Editor on the Mac (2 replies, posted in Editor)
It would be cool if you could use either Atom, Brackets or Light Table. They are all open source.
I use Brackets for editing now, and all of them are customizable (based on web technologies).
I am liking Brackets most, though Atom is made by github (perhaps better for version control).
12 2014-12-16 03:10:31
Re: Play sound once (11 replies, posted in Scripting)
I had to revisit this post, as I need this again, however, I am on a mac now and something as simple as:
if isCollisionBetween(box,trigger) then
playSound(news)
end
In the update function plays the sound only once (although it plays it after the collision is finished, not upon impact).
I wonder if the issue is a Windows thing? Or at least, I don't hear the repetitions if there are any.
Nope. It still skips
13 2014-12-15 20:28:45
Topic: Permissions issue in Editor on the Mac (2 replies, posted in Editor)
I have been having this issue for a long time, where I click a lua file inside of Maratis and I get a permissions error.
The document “Hearts.lua” could not be opened. You don’t have permission.
To view or change permissions, select the item in the Finder and choose File > Get Info.
The link below says it could be that permissions were not set up by the application correctly when it was installed, or that it was installed under a different account other than the one I am using, but you don't really install Maratis do you?
http://support.apple.com/en-us/HT2963
Anyone else having this issue? I am trying to get back into Maratis, but this is really annoying me.
14 2014-12-13 19:30:35
Re: A few questions (3 replies, posted in Scripting)
What is inside or outside of the game loop?
15 2014-12-12 23:30:30
Re: Ludum Dare 31 (9 replies, posted in Gossip)
Congrats Anael, looks like the reviews are going great. I am downloading the game right now!
Looks like they are saying the windows versions don't work. The mac version does though. 2,000 + entries? wow!
16 2014-12-06 04:50:34
Re: Ludum Dare 31 (9 replies, posted in Gossip)
I've been off my maratis game. Hehe. Been using python to learn more programming methodology. Soon, I should be jumping into c++, and eventually using maratis for a project.
You going for it Anael?
17 2014-12-02 23:05:14
Re: What is the state of this engine to create 3d game for iOS and c++? (1 replies, posted in General)
The only thing noticeably active right now is a fork made by a member here:
18 2014-11-25 02:18:29
Re: Upgrade of Maratis by means of plug-ins. (3 replies, posted in Plugins)
I think that that is a good way to upgrade Maratis. When I get back to using Maratis, I will be more interested in making plugins, rather than modifying the engine itself (at least until another Update).
19 2014-11-19 06:04:22
Topic: Brackets Code Editor (0 replies, posted in Gossip)
I have been delving into web development, and stumbled across an open source code editor. It is geared towards HTML, CSS and Javascript editing, but includes syntax highlighting for various languages (LUA and C++).
It has a MIT license.
That is only the beginning of the story though
20 2014-11-05 16:08:01
Re: What's up folks! (5 replies, posted in General)
Section 1 is main ideas, using various languages as examples. Lua is one. I need to show various languages.
I will probably use python and lua for section 3 though. Python can be a scripting language, but it can surely be a programming language too.
Lua, more than likely, will be used as a scripting language.
21 2014-11-03 20:39:51
Re: 2 objects in 1 (7 replies, posted in General)
Are you using the bounding box of the human for collision, or do you have the human parented to a primitive, and are you using that for collision?
22 2014-11-03 19:36:19
Re: What's up folks! (5 replies, posted in General)
This is a basic curriculum layout
Section 1 (Learn)
VARIABLES
FUNCTIONS
ARGUMENTS
ALGORITHMS
DEBUGGING
SOURCE CODE
SYNTAX
IDE
MEMORY
ROM
RAM
FLOW CONTROL
CONDITIONAL STATEMENTS
If
else if
else
LOOPS
While Loop
For Loop
DATA TYPES
String
Integer
Float
Boolean
Array
CLASSES
SUPERCLASSES
SUBCLASSES
METHOD
OBJECTS
OOP
MODULES/LIBRARIES
INTERACTIVITY
EVENTS,
EVENT LISTENERS
EVENT HANDLERS
API (Application Programming Interface)
ADDITIONAL INFO
What is an Operating System(types)
What is a virus
What is a hacker (types of hackers )
Section 2 (Play):
Download different apps and software and play with them to see how programs work. (Microsoft Office, Blender 3D, Gimp)
Visit websites (Youtube,Facebook)
Play games
Use game engines (Maratis,Unity, Game Maker)
Example IDEs (XCODE,Eclipse,QT,Creator)
Example APIs (Twitter,Facebook)
Section 3 (Create):
Create a basic program using all learned principles, using your own algorithm.
Create your own unique program.
23 2014-11-03 05:52:49
Topic: What's up folks! (5 replies, posted in General)
I have been peaking back at Maratis occasionally, checking to see if the new version is out.
I've been busy learning Python. Lua, thanks to Maratis, still has a place in my heart though.
I still see no major projects up yet. I don't use my windows PC much anymore (using Mac OSx, and the Mac version of Mararatis doesn't open maratis files directly (which totally kills the mood for me, being that the file browser doesn't use the system's Finder browsing.)
I have started Private classes teaching computer programming basics, and I use Maratis for demonstration of concepts. So, I might be on the forums again.
Anyhow, still waiting for the next version!
24 2014-11-03 05:45:59
Re: 2 objects in 1 (7 replies, posted in General)
Smallers, are you using the city object as a floor? It'd be best to use a simple plane as a separate object.
25 2014-09-18 18:29:50
Re: Texture Map Generator for Gimp (Free) (7 replies, posted in External Tools)
I was thinking of this...