[game]Dives Ruris[wip]

Glünggi
Member
Posts: 128
Joined: Wed Apr 16, 2014 08:13
Location: Switzerland

[game]Dives Ruris[wip]

by Glünggi » Post

Image

A subgame for minetest (0.4.13) gen v7.
at first the goal was to make a 100% selfmade game.. then i realized that this is too many work... and there are also nice mods to use... so now is it a mix of selfmade elements and extern mods.
So the code is a bit chaotic and not easy for moders to work with it... sorry abouth that.
its also a studiproject and i have done many things wrong but also a few things ****** right... i think.
The game is now, after a year of dev, on a shareable level.. and so i share it ;)
There are still a lot of things to do ... but there will be for ever things to do.
So maybe there are some bugs... and the Mobs are not really balanced.
I planed also to add villages and traders or Mesecons and pipework sometimes in the future... it will take some times.

some things you should know:
no shader support for texture (sorry).. turn it off or it will look ugly
treefruits regrowing
stairs are made with the stair workstation
Eating heals instandly like a healpotion use it infight
Diamondlevel is -500
Mobs max lifelevel is -1750
stone drop as stone and cobble can be craft.
sometimes there are ugly shadows after a tree is growing... plant another tree in this zone and the shadow will disappear.
Dogs (deep forest) can be tamed with raw meat and change they order "follow" and "stand" with rigth klick on it.



Screens-Biomes:
Spoiler
Image

Image

Image

Image

Image

Image

Image

Image
Licenses:
Spoiler
All my work is under WTFPL License The extern mods have different Licenses. look at the modfolders for details.

Extern mods are(mods that not from me and not part of the standard minetest-game):

3d forniture
viewtopic.php?id=2207

bags
viewtopic.php?id=3081

bedrock
http://www.moontest.org/viewtopic.php?f=11&t=9231

fake fire
viewtopic.php?id=6145

gates
viewtopic.php?f=11&t=9932

goblins
viewtopic.php?f=9&t=13004

home gui
viewtopic.php?id=3101

hud
viewtopic.php?id=6342

inventory plus
viewtopic.php?id=3100

item tweaks
https://github.com/minetest-technic/item_tweaks

item frames
viewtopic.php?id=5600

kerova
viewtopic.php?id=8054

mesecons
viewtopic.php?t=628

minetest 3d armor
viewtopic.php?t=4654

minetest worldedit
viewtopic.php?t=572

mobs redo
viewtopic.php?t=9917

mobs_monster
see mobs redo

mobs_animal
see mobs redo

mobs sky
viewtopic.php?f=9&t=12688

mobs water
viewtopic.php?f=9&t=12652

mystairwork(fork of mymillwork)
viewtopic.php?f=9&t=10425

pipeworks
viewtopic.php?t=2155
wiki: https://github.com/minetest-mods/pipeworks/wiki

signs lib
viewtopic.php?id=2041

simple skins
viewtopic.php?id=9100

space suit
viewtopic.php?id=5508

sprint
viewtopic.php?t=9650

throwing
https://github.com/PilzAdam/throwing

trash can
viewtopic.php?id=6315

travel net
viewtopic.php?id=4877

vines
viewtopic.php?id=2344

xconnected
viewtopic.php?f=9&t=12882

zcg
viewtopic.php?id=5564

there are also some elements from the ethereal mod https://github.com/tenplus1/ethereal


Its there any of not knowing violation, please conntact me, we will find a solution. My English is very poor and there is mutch room for missunderstandings.
Download
GitHub: https://github.com/Glunggi/dives_ruris

Special thanks to Xanthin and Sokomine für Eure Zeit und Geduld.
also thanks at paramat and TenPlus1 (i learn a lot from youre mods)


I hope you will have some fun with it and im sorry about my english.
Last edited by Glünggi on Fri Oct 14, 2016 20:09, edited 3 times in total.

User avatar
kaadmy
Member
Posts: 706
Joined: Thu Aug 27, 2015 23:07
GitHub: kaadmy
IRC: KaadmY
In-game: KaadmY kaadmy NeD

Re: [game]Dives Ruris[wip]

by kaadmy » Post

W.O.W.
Those jungles look really awesome :)

Are the dungeons a mod? They look far more detailed than he default generated ones.
Never paint white stripes on roads near Zebra crossings.

Pixture

User avatar
qwertymine3
Member
Posts: 202
Joined: Wed Jun 03, 2015 14:33
GitHub: Qwertymine
In-game: qwertymine3

Re: [game]Dives Ruris[wip]

by qwertymine3 » Post

Had a quick look; the biomes are very tastefully done. :)

One issue though - when leaves are set to 'opaque' the pixels that are normally transparent turn white (I think this is due to the images being saved in RGB rather than colour pallet mode)
Avatar by :devnko-ennekappao:

User avatar
TenPlus1
Member
Posts: 3715
Joined: Mon Jul 29, 2013 13:38
In-game: TenPlus1
Contact:

Re: [game]Dives Ruris[wip]

by TenPlus1 » Post

Nicely done :)

Glünggi
Member
Posts: 128
Joined: Wed Apr 16, 2014 08:13
Location: Switzerland

Re: [game]Dives Ruris[wip]

by Glünggi » Post

Thank you Folks

the dungeons are schematics ..3 different at the moment.... they have height dependent randomly treasures.

i will keep an eye on this "opaque texture problem"

User avatar
Minetestforfun
Member
Posts: 940
Joined: Tue Aug 05, 2014 14:09
GitHub: MinetestForFun
IRC: MinetestForFun
In-game: MinetestForFun
Location: On earth
Contact:

Re: [game]Dives Ruris[wip]

by Minetestforfun » Post

Great job, keep up he good work !

User avatar
qwertymine3
Member
Posts: 202
Joined: Wed Jun 03, 2015 14:33
GitHub: Qwertymine
In-game: qwertymine3

Re: [game]Dives Ruris[wip]

by qwertymine3 » Post

Created a pull request with fixed leaves

BTW my first guess was wrong about the leaf images - they were in indexed mode, but the transparent colour was white with 0 alpha
Avatar by :devnko-ennekappao:

Glünggi
Member
Posts: 128
Joined: Wed Apr 16, 2014 08:13
Location: Switzerland

Re: [game]Dives Ruris[wip]

by Glünggi » Post

but the transparent colour was white with 0 alpha
there must be a fail on convert from rgb to indexcolors... but i dont know where the failure is...
i use PS.. maybe i dont should take "enforce black n White"? Cause i have every transparent Image convert and save at the same way.. and now i'm unsettled... there are so many textures with transparent's
Great job
thank you ;)

User avatar
qwertymine3
Member
Posts: 202
Joined: Wed Jun 03, 2015 14:33
GitHub: Qwertymine
In-game: qwertymine3

Re: [game]Dives Ruris[wip]

by qwertymine3 » Post

The issue is only visible when minetest tries to render a transparent image as opaque - this only happens for leaves.
I don't think you need to worry about the rest of your textures.

PS is converting the texture 'correctly', but minetest is trying to get information about the image colour in the transparent areas, which most other programs don't. IDK how to fix this in PS - I personally use a different program for editing texture sprites 'aseprite'
Avatar by :devnko-ennekappao:

Glünggi
Member
Posts: 128
Joined: Wed Apr 16, 2014 08:13
Location: Switzerland

Re: [game]Dives Ruris[wip]

by Glünggi » Post

The issue is only visible when minetest tries to render a transparent image as opaque - this only happens for leaves.
I don't think you need to worry about the rest of your textures.
Ok thats calm me down a bit :)
Im sitting here with my and youre version of scrub png... and i find no differents..
i will be glad if some PS user can tell me wath i have to do to save this files correctly

User avatar
qwertymine3
Member
Posts: 202
Joined: Wed Jun 03, 2015 14:33
GitHub: Qwertymine
In-game: qwertymine3

Re: [game]Dives Ruris[wip]

by qwertymine3 » Post

Avatar by :devnko-ennekappao:

Glünggi
Member
Posts: 128
Joined: Wed Apr 16, 2014 08:13
Location: Switzerland

Re: [game]Dives Ruris[wip]

by Glünggi » Post

At first i have added youre textures to my branch... but i must figure it out how it works ;) .. so thank you for the hint-link.

User avatar
qwertymine3
Member
Posts: 202
Joined: Wed Jun 03, 2015 14:33
GitHub: Qwertymine
In-game: qwertymine3

Re: [game]Dives Ruris[wip]

by qwertymine3 » Post

Final hint - the transparent colour (assigned by PS) is usually the final colour for the sprite (in your sprites at least).
In the case of default_leaves_palm this is index 6.
Comparing the colours our textures at that index should show that yours is completely transparent white, and mine is completely transparent dark green (0 alpha).
Avatar by :devnko-ennekappao:

Glünggi
Member
Posts: 128
Joined: Wed Apr 16, 2014 08:13
Location: Switzerland

Re: [game]Dives Ruris[wip]

by Glünggi » Post

Thank you... i think it works with youre hints :).. so i has chance the color from white to green and then add the alpha on it... now its green too when i klick on it in the colortable and no more longer white.
Thats really pixel-acrobatic :D

Edit: testet and it works :) i never play with opacue leaves...so i dont care abouth in the past.. Looks really ugly with white filled alpha on it :D.. but is simple to fix .. if you know how it works ;) Thank you again for the help.

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

Re: [game]Dives Ruris[wip]

by philipbenr » Post

Wow, that looks awesome. Sort of what I was aiming for with my old Lux Solis game...

User avatar
RHR
Member
Posts: 215
Joined: Mon Jan 27, 2014 20:07
GitHub: RHRhino

Re: [game]Dives Ruris[wip]

by RHR » Post

The screenshots look very beautiful :D

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [game]Dives Ruris[wip]

by azekill_DIABLO » Post

looks nice and realistic!
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
D00Med
Member
Posts: 949
Joined: Sat Feb 07, 2015 22:49
GitHub: D00Med
Location: Australia...somewhere

Re: [game]Dives Ruris[wip]

by D00Med » Post

Really nice mapgen:)
Look! I have a signature :]
My subgame: viewtopic.php?f=15&t=14051#p207242

Glünggi
Member
Posts: 128
Joined: Wed Apr 16, 2014 08:13
Location: Switzerland

Re: [game]Dives Ruris[wip]

by Glünggi » Post

Thanks :)

After a year, now a midsized update
-------
Update 14.10.2016
-------
Add Sprint for Player. (E)
Add Pipeworks
Add Mesecons
Add Meshes for ramps/slopes (mystairworks)
Add an actual mobs api (not optimised gameplay yet)
simplify some cookingrecipes (delete the vessels)
remove some warning's

I think its better to start a new worldmap, maybe there are some conflicts with older mobs and the slopeblocks.
I have tested the new settings for a week but there was some problems on uploading on github, i hope it works... else tell me plz.
Last edited by Glünggi on Fri Oct 14, 2016 20:19, edited 1 time in total.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [game]Dives Ruris[wip]

by azekill_DIABLO » Post

Nice!! which mobs do u use?
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
MineYoshi
Member
Posts: 5373
Joined: Wed Jul 08, 2015 13:20
Contact:

Re: [game]Dives Ruris[wip]

by MineYoshi » Post

Nice :D
Have a nice day! :D

Glünggi
Member
Posts: 128
Joined: Wed Apr 16, 2014 08:13
Location: Switzerland

Re: [game]Dives Ruris[wip]

by Glünggi » Post

I used allways the redo api for dives ruris... but there was many chances in this year...

User avatar
TheReaperKing
Member
Posts: 531
Joined: Sun Nov 22, 2015 21:36
Contact:

Re: [game]Dives Ruris[wip]

by TheReaperKing » Post

I really love the colors of the jungle and forests. I can't wait to try this :)
Become A Real Life Superhero - http://SuperheroHill.com
Project Lead of the Doom 3 Mod Last Man Standing - http://Doom3Coop.com
Project Lead of Platinum Arts Sandbox Free 3D Game Maker - http://SandboxGameMaker.com
Youtube Channel - https://www.youtube.com/user/PlatinumArtsKids

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [game]Dives Ruris[wip]

by azekill_DIABLO » Post

Ok nice! i am happy to see this is not discontinued.
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

Glünggi
Member
Posts: 128
Joined: Wed Apr 16, 2014 08:13
Location: Switzerland

Re: [game]Dives Ruris[wip]

by Glünggi » Post

No,no .. i work less on it but i want to keep it alive ;)

Post Reply

Who is online

Users browsing this forum: No registered users and 10 guests