[Mod] Chess [1.0] [chess]

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

by tonyka » Mon Aug 27, 2012 21:38

if I agree ... The king and queen are quite ugly ... should make them into two pieces ...
I noticed that the mod animals, animals are created in a single entity ... could do something similar, or it may be too much work, and I do not quite understand the code ...

I solved the problem of the textures in 3d furniture, using three versions of the texture with the only difference of lighting on it, thus highlighting the edges ...


the edge is much easier to do ... Just create two pieces, one for the corners and one for straight, unless you want to include the coordinates ... (a, b, c, ... 1, 2, 3, ...), then it is 1 block for piece...
You choose ...

my ideal for node spawn, would create a miniature chess board, and place it on the floor, to be transformed into one of the corners of the border ...
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

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

by Bas080 » Mon Aug 27, 2012 23:11

the edge is much easier to do ... Just create two pieces, one for the corners and one for straight, unless you want to include the coordinates ... (a, b, c, ... 1, 2, 3, ...), then it is 1 block for piece...
You choose ...


I choose functionality over looks. If players want to make the board look nice they should make there own border around it or make there own chessboard, and craft every piece and put them on there own chessboard.

So i choose the abc 123 border. So we need more textures. Make letters and numbers textures and a descent border node texture.

I solved the problem of the textures in 3d furniture, using three versions of the texture with the only difference of lighting on it, thus highlighting the edges ...


That's great. No need to reinvent it.

We could really use a graphic designer.
 

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

by tonyka » Mon Aug 27, 2012 23:36

I made some adjustments to the textured ...
the result is this:

Image

I send pull request
I can also create textures with more resolution ...
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

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

by Bas080 » Tue Aug 28, 2012 00:29

@tonyka sweet!!!
 

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

by tonyka » Tue Aug 28, 2012 20:38

So far I've created 4 tilesets possible ...
if you like one, tell me, and I cut the textures ...
or else give me suggestions please

Image
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

by tonyka » Tue Aug 28, 2012 22:26

Bas080 wrote:Make letters and numbers textures and a descent border node texture.

you mean to decorate the lateral faces?

I love the Celtic style valance ... my favorite design is this:
Image
could do to match the letters and numbers ... with a motive metallic for Node corner ...
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

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

by Bas080 » Tue Aug 28, 2012 23:51

tonyka wrote:So far I've created 4 tilesets possible ...
if you like one, tell me, and I cut the textures ...
or else give me suggestions please

Image


I like them all actually, I prefer the not to obvious look, so I would choose the "simple" wood carving with a bit of highlighting. The bottom right one.

It would be cool to have the Celtic style pattern in the same style as the carved numbers. Or maybe something more colourful. Tonyka, you amaze me with your artistic skills. I have full confidence in whatever you'll think of, will look good. ;)

For ease of changing border node textures plz keep numbers and border texture separate. That way when changing the visuals of the board you are not required to edit every number and letter node. I will use the same technique used to draw ores on stone. Do this also for the pattern on the side of the border.
Last edited by Bas080 on Tue Aug 28, 2012 23:57, edited 1 time in total.
 

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

by tonyka » Wed Aug 29, 2012 01:44

Bas080 wrote:For ease of changing border node textures plz keep numbers and border texture separate. That way when changing the visuals of the board you are not required to edit every number and letter node. I will use the same technique used to draw ores on stone. Do this also for the pattern on the side of the border.


I think good idea to use overlapping textures ...
the result will vary slightly, the reason is that minetest only recognizes two levels of transparency in the alpha channel of the textures, impeding the use of anti-aliasing ...
but will only be visible when using a different background texture ...
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Wed Aug 29, 2012 16:06

tonyka wrote:So far I've created 4 tilesets possible ...
if you like one, tell me, and I cut the textures ...
or else give me suggestions please

Image


Bottom right looks like it is carved... good

Crafting Suggestion

We should make the chess board a collectors item, so it should have a high value.

Raw (P)iece
c - clay
-,c,-
-,c,-
c,c,c

Raw Board Spawner
c-clay
m-mese
p-piece

p,c,p
p,c,p
m,m,m

Board Spawner

Cook a raw board


or we could take advantage of the work table mod (which so far has no mods that use it)
and use a 9x9 craft board, to make a raw board spawner

That could be cool
Last edited by rubenwardy on Wed Aug 29, 2012 16:08, edited 1 time in total.
 

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

by tonyka » Wed Aug 29, 2012 19:01

rubenwardy wrote:We should make the chess board a collectors item, so it should have a high value.

few mods have been created with the dedication and love that we are giving this ...
I agree it must be hard to find ..
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Thu Aug 30, 2012 09:35

tonyka wrote:
rubenwardy wrote:We should make the chess board a collectors item, so it should have a high value.

few mods have been created with the dedication and love that we are giving this ...
I agree it must be hard to find ..


What do you think about the clay lump idea?
 

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

by tonyka » Thu Aug 30, 2012 15:11

I like ..

I also like the idea of using a work table ...

but ...
the idea is to get the pieces and the board separately?
in that case, I think it should be conditional first get the board to create the pieces ...
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Thu Aug 30, 2012 15:26

tonyka wrote:I like ..

I also like the idea of using a work table ...

but ...
the idea is to get the pieces and the board separately?
in that case, I think it should be conditional first get the board to create the pieces ...


No, you craft it all together, and the end result is a board spawner
 

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

by tonyka » Thu Aug 30, 2012 16:08

Then how about something like this?

white pawn:
c = clay
_ = Nothing

_, c, _
c, c, c
_, c, _
c, c, c

white rook:
= But: c = a peon

white horse:
= But: c = rook

i so on ...

Black pieces:

Like white pieces but with black clay

black clay = clay + coal

chessboard:

pieces in order
mese for empty cells
pieces in order
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Thu Aug 30, 2012 16:31

tonyka wrote:Then how about something like this?

white pawn:
c = clay
_ = Nothing

_, c, _
c, c, c
_, c, _
c, c, c

white rook:
= But: c = a peon

white horse:
= But: c = rook

i so on ...

Black pieces:

Like white pieces but with black clay

black clay = clay + coal

chessboard:

pieces in order
mese for empty cells
pieces in order


sounds good :)
 

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

by tonyka » Thu Aug 30, 2012 17:30

for node spawn, I thought about doing a chest-like textures ..

would be possible to make the corner was spawner board edge?
I mean this:
Image
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Thu Aug 30, 2012 17:43

tonyka wrote:for node spawn, I thought about doing a chest-like textures ..

would be possible to make the corner was spawner board edge?
I mean this:
Image

Tonyka; image 403'd.

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Thu Aug 30, 2012 18:08

Jordach wrote:
tonyka wrote:for node spawn, I thought about doing a chest-like textures ..

would be possible to make the corner was spawner board edge?
I mean this:
Image

Tonyka; image 403'd.


403 = you need to sign in
 

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

by tonyka » Thu Aug 30, 2012 18:37

My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Thu Aug 30, 2012 19:04



Yes I agree, it was my original idea to do that...
 

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

by tonyka » Thu Aug 30, 2012 21:55

added textures for border and Gimp template
Last edited by tonyka on Thu Aug 30, 2012 21:56, edited 1 time in total.
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

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

by Bas080 » Sat Sep 01, 2012 13:36

rubenwardy wrote:

Yes I agree, it was my original idea to do that...


So was it mine. Tried fixing it last time but the code didn't work like i expected it would. The "spawning loops" need some improvement.

I like the craft recipes. Especially the (black) clay lumps to create pieces.

tonyka, the new numbers and border pattern textures look great. I will try to implement them today or very soon. Requires me to make border nodes and making them spawn in the correct spot. Shouldn't be a to big task.

I played a match with my housemate. I was wondering how a minetest chess game would play like. I noticed that digging and placing nodes was fun, although many times my housemate forgot to dig the nodes and only punched them, like he was selecting his move. Then i though we could do that to. When you punch a piece you select it and a selection node hovers ontop of the piece the player selected and then the player punches the node it want's the piece to move to. Just an idea. I like the piece digging method also.
 

User avatar
tonyka
Member
 
Posts: 320
Joined: Sat Jun 16, 2012 04:08

by tonyka » Sat Sep 01, 2012 17:20

the textures are very easy to make, if they are big, I can make them again, no problem ...
I like the idea of selecting origin and destination, and it may be easier to program movements
My mod: [MOD]3D Forniture 1.0
Download: 3DForniture_v_1.0.zip
Page development (European Castilian):
Moviliario 3D (proyecto 3D Forniture)
 

User avatar
InfinityProject
Member
 
Posts: 1009
Joined: Sat Mar 17, 2012 00:52

by InfinityProject » Sun Sep 02, 2012 14:52

This turned out pretty cool.
[img=chess]https://dl.dropbox.com/u/82668184/screenshot_3401154.png[/img]

Also an idea:
Say you're playing chess with a friend on a server and you have to pee. Well your friend could cheat while you are gone. Could you make it so that one player is registered with white pieces and can only move them and vice versa?
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Sun Sep 02, 2012 14:57

InfinityProject wrote:This turned out pretty cool.
[img=chess]https://dl.dropbox.com/u/82668184/screenshot_3401154.png[/img]

Also an idea:
Say you're playing chess with a friend on a server and you have to pee. Well your friend could cheat while you are gone. Could you make it so that one player is registered with white pieces and can only move them and vice versa?

Hold it back to win. :)

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
InfinityProject
Member
 
Posts: 1009
Joined: Sat Mar 17, 2012 00:52

by InfinityProject » Sun Sep 02, 2012 14:59

Jordach wrote:Hold it back to win. :)

Lol
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Sun Sep 02, 2012 15:13

InfinityProject wrote:
Jordach wrote:Hold it back to win. :)

Lol

But not for too long, one would have to febreeze it.

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

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

by Bas080 » Sun Sep 02, 2012 22:09

Say you're playing chess with a friend on a server and you have to pee. Well your friend could cheat while you are gone. Could you make it so that one player is registered with white pieces and can only move them and vice versa?


Chess pieces ownership is on the todo list. I'm done with jungle tree mod so the focus is on chess mod for now.

Disco chess for the win. You could make sub-tractable bridge to avoid players reaching the board. Player should then also not be able to place nodes or fly(edit). Is that what you did with the mesecons or is that for the lights?
Last edited by Bas080 on Sun Sep 02, 2012 22:13, edited 1 time in total.
 

User avatar
InfinityProject
Member
 
Posts: 1009
Joined: Sat Mar 17, 2012 00:52

by InfinityProject » Sun Sep 02, 2012 22:57

The mesecons were just for the lights.
 

User avatar
InfinityProject
Member
 
Posts: 1009
Joined: Sat Mar 17, 2012 00:52

by InfinityProject » Mon Sep 03, 2012 00:00

[img=chess2]https://dl.dropbox.com/u/82668184/chess.png[/img]

Added chairs for players. Go over to the levers and pull the lever on the losers side and they will fall out of the chair to their death.

Download as .we: https://dl.dropbox.com/u/82668184/chess.zip
Depends on mesecons of course and world edit to load the chessboard.
 

PreviousNext

Return to WIP Mods

Who is online

Users browsing this forum: No registered users and 12 guests

cron