[Game] OCD [beta] [OCD]

User avatar
Bas080
Member
 
Posts: 398
Joined: Mon May 21, 2012 15:54
GitHub: bas080
IRC: bas080
In-game: bas080

[Game] OCD [beta] [OCD]

by Bas080 » Sat Jul 20, 2013 09:47

Image
This game focusses obsessively on emergent gameplay which I find the power of the sandbox game called minetest. Having certain materials allows for more crafts and more complex designs and functions within the map. To clearly show emergents the textures should visually represent the complexity of the crafts and the crafts should visually represent the crafted item or node.

Would you like to contribute?
please follow these simple rules and share the ones you think of.
Textures
  • Items which are mined from the environment are 1 color, 1 pixel.
  • Processing materials in furnace adds one pixel in width and height
  • The texture resolution of the craft is determined by the sum of pixels of the craft
    if
  • the width or height has more pixels the resolution of the crafted node/item will be the width and height of the largest of the two.
    or
  • When the craft is just one item it adds 1x1 pixel to craft result(comparable to furnace)
    Exceptions
  • All natural occuring plantlike nodes are 5x5px (grass, flowers, plants, apples)
  • All default tools are 3x3 pixels

Crafts have no rules yet
There are no rules yet for crafts although I was thinking about a 3x3x3 craft grid. A 3d craft grid. This way the craft can be made in a manner that looks more like the nodebox that is crafted. For example a pressure plate would be the bottom nodes and a standing half slab would be one wall of the cube.

Other plans
Replacing many items with nodeboxes. Steel ingot will be made into a 1/9 nodebox of the steel block

Download or Github

Changelog

Screenshots
Image
Image
Image

Old screenshots
https://dl.dropboxusercontent.com/u/419967/Screenshots/Screenshot%20-%2007082013%20-%2006%3A42%3A17%20PM.png
https://dl.dropboxusercontent.com/u/419967/Screenshots/Screenshot%20-%2007092013%20-%2005%3A54%3A16%20AM.png
https://dl.dropboxusercontent.com/u/419967/Screenshots/Screenshot%20-%2007182013%20-%2005%3A35%3A40%20PM.png
https://dl.dropboxusercontent.com/u/419967/Screenshots/Screenshot%20-%2007142013%20-%2010%3A15%3A06%20PM.png
https://dl.dropboxusercontent.com/u/419967/Screenshots/Screenshot%20-%2007142013%20-%2003%3A16%3A13%20PM.png
Last edited by Bas080 on Tue Aug 06, 2013 03:41, edited 1 time in total.
 

User avatar
Rancon
Member
 
Posts: 240
Joined: Tue Jan 01, 2013 14:59

by Rancon » Sun Jul 21, 2013 18:54

So this focuses on the origin of objects and turns craftitems into nodes?
Any tips on blender, gimp, or codea?
 

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

by Evergreen » Sun Jul 21, 2013 19:09

YES.
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

by paramat » Sun Jul 21, 2013 19:23

One of the best texture packs i have seen, especially the trees. I love the idea of texture resolution growing with node complexity.
I rely on donations to help provide an income https://forum.minetest.net/viewtopic.php?f=3&t=14935
 

User avatar
Bas080
Member
 
Posts: 398
Joined: Mon May 21, 2012 15:54
GitHub: bas080
IRC: bas080
In-game: bas080

by Bas080 » Mon Jul 22, 2013 01:27

It makes me happy to read that both paramat and Evergreen like the texture idea. I guess i'm not the only one that likes Obsessive Consistent Design.
 

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

by Evergreen » Mon Jul 22, 2013 01:38

It also is for people with slow computers considering that it makes the textures as minimal as possible. :P
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 

User avatar
Rancon
Member
 
Posts: 240
Joined: Tue Jan 01, 2013 14:59

by Rancon » Mon Jul 22, 2013 15:26

This is nice. Trying it out :)

EDIT How do I craft pickaxes?
Last edited by Rancon on Tue Jul 23, 2013 02:32, edited 1 time in total.
Any tips on blender, gimp, or codea?
 

User avatar
Bas080
Member
 
Posts: 398
Joined: Mon May 21, 2012 15:54
GitHub: bas080
IRC: bas080
In-game: bas080

by Bas080 » Wed Jul 24, 2013 04:39

paramat wrote:One of the best texture packs

That means something, coming from youhttps://forum.minetest.net/viewtopic.php?id=5355

Rancon wrote:EDIT How do I craft pickaxes?

the craft guide that is in the inventory will help you find the answer.
 

User avatar
Mossmanikin
Member
 
Posts: 599
Joined: Sun May 19, 2013 16:26

by Mossmanikin » Thu Aug 08, 2013 01:03

Very interesting approach.
It's a bit like starting the game in early alpha and then because of your interaction with the environment the game develops.
Amazing how less can be more sometimes.
Of course I mean the textures with a lower resolution, 'cause this game has a lot to offer.

Unfortunately I get an error everytime I try to play the game with damage enabled:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
02:47:25: ERROR[main]: ServerError: LuaError: error: ...etest-0.4.7\bin\..\games\OCD-master\mods\hungry\init.lua:25: attempt to call field 'hypot' (a nil value)
02:47:25: ERROR[main]: stack traceback:

I only tested the game with stable 0.4.7, without additional mods.

Noob 4 life!
My stuff
 

User avatar
Bas080
Member
 
Posts: 398
Joined: Mon May 21, 2012 15:54
GitHub: bas080
IRC: bas080
In-game: bas080

by Bas080 » Thu Aug 08, 2013 16:19

Mossmanikin wrote:Very interesting approach.
It's a bit like starting the game in early alpha and then because of your interaction with the environment the game develops.
Amazing how less can be more sometimes.
Of course I mean the textures with a lower resolution, 'cause this game has a lot to offer.

Unfortunately I get an error everytime I try to play the game with damage enabled:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
02:47:25: ERROR[main]: ServerError: LuaError: error: ...etest-0.4.7\bin\..\games\OCD-master\mods\hungry\init.lua:25: attempt to call field 'hypot' (a nil value)
02:47:25: ERROR[main]: stack traceback:

I only tested the game with stable 0.4.7, without additional mods.


Ty, fot this error, i will use vector.distance instead for the hunger mod.

Btw, there is a new type of mob in this game now. Walk threw the forrest at night time.
Last edited by Bas080 on Thu Aug 08, 2013 16:33, edited 1 time in total.
 

geralddizon15
Member
 
Posts: 13
Joined: Sat Aug 17, 2013 10:35

by geralddizon15 » Fri Sep 27, 2013 23:11

this is work in minetest 0.4.6
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

by paramat » Wed Nov 13, 2013 01:24

Hi Bas080, that was indeed me on your public server 2 days ago, thanks for the apples and items, the textures are very refreshing and visually soothing, a beautiful world :)
I rely on donations to help provide an income https://forum.minetest.net/viewtopic.php?f=3&t=14935
 

User avatar
Merlin
Member
 
Posts: 63
Joined: Tue Dec 09, 2014 22:07
GitHub: sct-0
In-game: my

Re: [Game] OCD [beta] [OCD]

by Merlin » Wed Jan 28, 2015 18:20

The game is great, only, I am not encountering any mobs. Except for bees, strange small black things and one worm.
There should be hostile mobs, if I am not mistaken. Are they just very rare, or could there be anything wrong with my game?
There are no other animals either.
 

User avatar
cHyper
Member
 
Posts: 587
Joined: Fri May 06, 2011 08:49
IRC: cHyper
In-game: cHyper

Re: [Game] OCD [beta] [OCD]

by cHyper » Wed Jan 28, 2015 19:12

+1
 

crecca
New member
 
Posts: 1
Joined: Sun Mar 13, 2016 00:31

Re: [Game] OCD [beta] [OCD]

by crecca » Wed Apr 06, 2016 19:15

Are you still working on OCD Bas? This is by far my favourite subgame, I don't want it to be forgotten.

OCD works with the most recent version of minetest, but it doesn't work well with v7 mapgen. Do you have any ideas what should be done to make it work with v7?
 


Return to Subgame Releases

Who is online

Users browsing this forum: No registered users and 7 guests

cron