Primary tabs

Comments by User

Sunday, June 23, 2013 - 04:42

I imagine something like the following:

Component description format
Model description format
Model generation rules description format

Simple human/machine readable/editable formats based on JSON, YAML or somesuch.

Component description format file accompanies an image file of component sprites: describing geometry, connection and classification data for each component.
Model description format specifies a model assembled from components, describing the component heirarchy.
Model generation rules description format specifies further restrictions beyond the full set of permutations.

GUIs like you describe to help create component descriptions and model description would certainly be cool too.
 EDIT: Grr! How do you post code without the whitespace getting stripped? Component description example
[
{
"id": "wing1",
"bounds": [[0, 0,], [64, 64]],
"classification": {
"type": "wing",
"handedness": "left"
"mirrorable": "true",
"faction": "pirate"
}
"connectors": [
{
"id": "base",
"position": [64, 32],
"normal": [1, 0]
"required": "true"
"classification": {
"type": "wingSmall",
"handedness": "left"
"gender": "male",
}
},
{
"id": "weapon1",
"position": [0, 32],
"normal": [0, -1]
"required": "full"
"classification": {
"type": "weaponSmall",
"gender": "female",
}
}
]
}
]

Model description example
{
"id": "Billy's cool pirate ship",
"mirror": "true"
"root": {
"id": "chassis3",
"connections": [
"cockpit": {
"id": "cockpit76",
"connections": [
"weaponLeft": {
"id": "laserSmall",
}
]
}
"engine": {
"id": "engine4",
}
"wingLeft": {
"id": "wing1",
"connections": [
"weapon0": {
"id": "missilesCluster",
},
"weapon1": {
"id": "laserMedium",
}
]
}
]
}
}

Saturday, June 15, 2013 - 09:42

What do you mean by prototypes? These are as prototype as they get.

GraphicsGale brushes and dither patherns: graphicsgalekit.tar.gz

 

Monday, June 10, 2013 - 08:28

Monday, June 10, 2013 - 05:02

How about setting up flattr in your account or dropping in some other donation link and a request for donation?

Thursday, June 6, 2013 - 03:05

Now you've just got to train your sprog to slavishly produce heaps of high quality openly licensed game assets.

Friday, May 31, 2013 - 08:56

Sweet stuff. I dig the use of the same tiles for in-level and overworld.

Monday, May 27, 2013 - 07:01

Dug through old, old blends. Some are a bit broken due to partial backwards incompatiblity and all are unfinished due to lazyness.

ethereal.blend

drog.blend

norg.blend

player.blend

ravine.blend

slith.blend

thang.blend

hexabot.blend

gauntlet.blend

lomesh.blend

castle.blend

hand.blend

marinetest.blend

skinny.blend

skip.blend

tankskin.blend

Saturday, May 25, 2013 - 21:38

"Share Alike" means "share alike", ie. release under the same or similar licence. Not "do not monetize".

Friday, May 10, 2013 - 17:10

Three days past the start date yet not yet started?

Friday, May 10, 2013 - 10:01

This would be a good fit for the Mr. Potato Head challenge.

Pages