1

(8 replies, posted in Editor)

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

(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:

https://voxel.codeplex.com

3

(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

(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

(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

(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

(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

(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

(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

(11 replies, posted in Scripting)

Thanks Vegas. I'll download them today and test. How are you By the way?

11

(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

(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

(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

(3 replies, posted in Scripting)

What is inside or outside of the game loop?

15

(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

(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?

The only thing noticeably active right now is a fork made by a member here:

http://forum.maratis3d.com/viewtopic.php?id=1014

18

(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

(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

http://www.youtube.com/watch?v=2Tk7AUaExBQ

http://blog.brackets.io

20

(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

(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

(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

(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

(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

(7 replies, posted in External Tools)

I was thinking of this...

http://blenderartists.org/forum/showthr … lternative