[Game] dcb

User avatar
everamzah
Member
 
Posts: 490
Joined: Thu Jan 29, 2015 00:47
GitHub: everamzah
IRC: everamzah
In-game: everamzah

[Game] dcb

by everamzah » Wed Aug 05, 2015 13:42

Currently, this is a collection of stock minetest_game with various obtained mods from other authors, plus a few revisions and additions by myself. I will add a full outline and list the mod's authors and their forum threads.

This game was created in order to organize the worldmods folder on the Amhi server, and better understand the extension language and make further modifications. The files are hosted online at https://github.com/everamzah/dcb

Thank you for Minetest and its mods!

+ License Information
+ Screenshots
Attachments
fs3.png
Warpstones and X-Decor and 3D Armor Stand
fs3.png (163.86 KiB) Viewed 1581 times
fs2.png
Experimental walkie mod
fs2.png (77.59 KiB) Viewed 1581 times
fs1.png
CaveRealms Ice Biome
fs1.png (359.72 KiB) Viewed 1581 times
Last edited by everamzah on Tue May 17, 2016 15:21, edited 1 time in total.
 

User avatar
everamzah
Member
 
Posts: 490
Joined: Thu Jan 29, 2015 00:47
GitHub: everamzah
IRC: everamzah
In-game: everamzah

Re: [Game] dcb

by everamzah » Sat Mar 05, 2016 19:42

Sprint mod has been combined with hunger mod, and now sprinting reduces satiation (hunger bar). It's a slow rate, so players can sprint much longer, and eat food to sprint some more.

I made a little video demonstation: https://www.youtube.com/watch?v=dm2FkrSnFo0
 

User avatar
everamzah
Member
 
Posts: 490
Joined: Thu Jan 29, 2015 00:47
GitHub: everamzah
IRC: everamzah
In-game: everamzah

Re: [Game] dcb

by everamzah » Tue May 10, 2016 14:50

I have added some things to DCB in the unstable branch. It's mostly experimental, but some stuff like emerald tools will hopefully be merged into master soon.

https://github.com/everamzah/dcb/tree/unstable
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: [Game] dcb

by azekill_DIABLO » Sat May 14, 2016 16:47

1st post! looks funny ;)
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: [Game] dcb

by azekill_DIABLO » Sun May 22, 2016 08:35

imma the only one to watch your post?
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
everamzah
Member
 
Posts: 490
Joined: Thu Jan 29, 2015 00:47
GitHub: everamzah
IRC: everamzah
In-game: everamzah

Re: [Game] dcb

by everamzah » Sun May 22, 2016 11:36

DCB was formed because cornernote's craft_guide mod wasn't showing all crafts, so I had to make the default mod depend on it. That's how I remember it, anyway.

It's a fairly specialized sub-game. Until recently, the spawn button used on the player inventory formspec was hard-coded to the spawn house on Amhi.

It stands for "Door Chest & Bone" -- and that was the first mod, a tool that removed any node pointed at. I didn't know about Calinou's maptools mod, and needed a way to remove locked doors, locked chests, and fresh bones. At the time there were no protection_bypass priv checks.

azekill_DIABLO wrote:imma the only one to watch your post?

Probably just the first one to comment on it. Thanks for the question.
 

User avatar
everamzah
Member
 
Posts: 490
Joined: Thu Jan 29, 2015 00:47
GitHub: everamzah
IRC: everamzah
In-game: everamzah

Re: [Game] dcb

by everamzah » Fri Jul 29, 2016 12:54

Added placeable books
Swapped X-Decor donor-based mailbox for regular/written only version
Fixed weird missing steel bar texture
Updated the shop
Updated itemframe

Updated doors mod. This uses the meshnode doors. Protector and X-Decor doors have been updated accordingly.
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: [Game] dcb

by azekill_DIABLO » Sat Jul 30, 2016 10:38

great! seems like you're subgame is unknow from the minetstian ;)
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
everamzah
Member
 
Posts: 490
Joined: Thu Jan 29, 2015 00:47
GitHub: everamzah
IRC: everamzah
In-game: everamzah

Re: [Game] dcb

by everamzah » Sat Jul 30, 2016 13:02

  • Added nametag back in.
  • Removed book reader now that there are placeable books.
  • Aliased the letterbox to the new mailbox; forgot I made that.
  • Updated the vessel shelf and book shelf.
  • Matched protected doors groups to the default ones. I never understood protected doors, especially the steel one.
  • Re-added some corn stuff, to alleviate unknown nodes. Still cannot farm corn, due to a bug in upstream `crops' mod.
  • Updated the craft book.
  • Touched up X-Decor doors (group rating, background_culling).

azekill_DIABLO wrote:unknow from the minetstian


Sweet, I think.
 

User avatar
D00Med
Member
 
Posts: 712
Joined: Sat Feb 07, 2015 22:49
GitHub: D00Med

Re: [Game] dcb

by D00Med » Wed Aug 10, 2016 21:29

This looks good!, I have two questions though:
why are the books and mailbox mod folders empty?
and how do I get the creative inventory?
Look! I have a signature :]
My subgame: https://forum.minetest.net/viewtopic.php?f=15&t=14051#p207242
dmobs2 is coming...
 

User avatar
everamzah
Member
 
Posts: 490
Joined: Thu Jan 29, 2015 00:47
GitHub: everamzah
IRC: everamzah
In-game: everamzah

Re: [Game] dcb

by everamzah » Mon Aug 15, 2016 13:52

The creative stuff isn't right at all. I worked on it some more in the unstable branch, but I really do have to fix/update that.

The git repository uses submodules, so you'll want to use the following command to clone:
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
git clone --recurse-submodules git://github.com/everamzah/dcb.git
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: [Game] dcb

by azekill_DIABLO » Mon Aug 15, 2016 15:39

what is the mod which changes the health bar? i love it!
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
everamzah
Member
 
Posts: 490
Joined: Thu Jan 29, 2015 00:47
GitHub: everamzah
IRC: everamzah
In-game: everamzah

Re: [Game] dcb

by everamzah » Wed Sep 07, 2016 18:07

That's BlockMen's HUD mod, part of hud_hunger. It overlays the hunger statbar atop the health statbar, is all. The hunger icon was changed to an inner heart, and the regular heart icon was changed to an outline.
 

Fixerol
Member
 
Posts: 633
Joined: Sun Jul 31, 2011 11:23
IRC: Fixer
In-game: Fixer

Re: [Game] dcb

by Fixerol » Wed Nov 09, 2016 16:25

 


Return to WIP Subgames

Who is online

Users browsing this forum: No registered users and 3 guests

cron