[SUBGAME][SERVER] Sticks & Stones [PVP / SURV / DIFFICULT]

User avatar
maikerumine
Member
Posts: 1420
Joined: Mon Aug 04, 2014 14:27
GitHub: maikerumine
In-game: maikerumine

[SUBGAME][SERVER] Sticks & Stones [PVP / SURV / DIFFICULT]

by maikerumine » Post

STICKS & STONES
Image

See basic game play and info.

https://www.youtube.com/watch?v=PXGgPFOwzmQ

Server address: esmine.net Port: 30106
https://discord.gg/4FwBcbh

UPDATING as of 20191004
RULES: none
ADMIN: none
DESIGNED: maikerumine

GAME PLAY: Collect grasses, sticks, small rocks for ALL basic crafting. When you start looking into your craft guide, it can help with all of the recipes needed for the blacksmiths processes. Survive the best you can and try to thrive, remember, this is a long play game, nothing comes easy. On death you retain ALL of your items.

NOTE: ALL tools are reworked and much slower, craft the hand axe first to get basic ores and tree. You will need to craft a Steel Saw to cut logs into planks.

ORES: Iron, coal, and now copper. That is it. You can use the gravel-sieve to get copper nuggets , charcoal, iron lumps, and sieved gravel.

MOBS: Sea life, Sky life, and Stonetest mobs. Some drop meat, but not much.

PERTECTION:
You can craft only one Pertecter that spans 64x64, it is land claim mod (OH WHY HAVE I NOT TRIED THIS BEFORE!) and is rather time-expensive:

Code: Select all

minetest.register_craft({
	output = "simple_protection:claim",
	recipe = {
		{"default:orangehot_copperblock", "default:steel_ingot", "default:orangehot_copperblock"},
		{"default:metal_molten_source", "default:stonebrick", "default:metal_molten_source"},
		{"default:orangehot_copperblock", "default:steel_ingot", "default:orangehot_copperblock"},
	}
})
FOOD:
Nathan Salapat's survival_game foods and crafts, dig wet sand and dirt to get bugs and insects to cook and eat. Apples are good too and re grow every spring. Collect them easily in the autumn months.

COOKING:
Use furnace for low heat items like fish, insects, and glue. Use Bloomery for HIGH-HEAT items, like stone, metals, and glass.

CRAFT GUIDE:
Is your friend, read it, learn it, APPLY IT.

CHAIN CRAFTING:
Most crafts are a chain of crafting events to make sub crafts, such as plant fibers, cords, fabric, and glue. As well as all metal working crafts.

Example:
To craft a Hardened Steel pick...
First go into your inventory and press the "RELOAD" button to see the Crafting Guide, it is blue.
Then cycle over to the object of choice, in this case: The "Hardened Steel Pickaxe" on page 9.

Click it. You now need to make this with:
1 Hardened Steel Pick Head
2 Glue
2 Plant Fiber Cords
1 Handle for shovel and Pickaxe

Let's look at the Glue craft:
You need to cook in a furnace a small stone crucible with glue.
To get crucible with glue, you need: tree resin / rosin, a lump of coal, and the stone crucible.
To get tree resin / rosin, you need to craft a log (which you get with hand-axe) with small stones.
To get crucible you need 5 small stones (which you find on the ground) to complete.

Let's look at the Handle craft:
You need one PFC, 3 sticks, and one glue.
To get PFC you need to gather grasses, ferns, small plants, etc. craft six on the bottom two rows of your crafting area to make one plant fiber.

Let's look at the Plant Fiber Cord (PFC) craft:
You need to craft plant fibers around a stick.

Let's look at the Hardened Steel Pick Head craft:
You need a water bucket, metal foundry tongs, and a redhot iron pick head.
To make foundry tongs you need to craft 2 foundry tong, 1 redhot steel ingot, with an anvil and a hammer.
ETC, ETC, ETC...

You can figure out the rest, it IS the most comprehensive crafting system in the history of Minetest, next to Technic. It will take you many hours to get started with all of the tools necessary for your crafting journey. Once you have the main metal-working tools, your game play will increase in speed as well as the amount of items you can obtain and craft.


CREDITS: Compiled and "hack coded" by maikerumine in entirety by merging many mods into default and creating hard coded metal work into default. All credits are in the respective lua file as well as licenses per mod.
Extra mods to be listed were added as well, and changed a bit to suit this game play. Maikerumine for compilation and mod editing and mod creation for the metal working aspect as well as crafting. All other contributers will be listed in each mod.

LICENSE: MIT for main game and others for each added mod. This will be sorted when put on github.


DEFAULT MODS:
Image
^-- THAT --^ Is the Heavily modified "default" folder, combining as many mods together as possible.

MOD LIST 21
The following mods are mostly included in the default folder
Spoiler
MERGED INTO 3D_ARMOR:
3D_ARMOR
SHIELDS

MERGED INTO DEFAULT:
DEFAULT
AMBIENCE
BIOME_LIB
BOWS
BLOOMERY
FISHING
CAVESTUFF
CASTLE_WEAPONS
PLANTLIFE_MODPACK:
BIOMES_LIB
PLANTS_LIB
BUSHES_CLASSIC
FERNS
MOLEHILLS
TRUNKS
WOODSOILS
ANVIL
SURVIVAL
HUDCLOCK
HANDHOLDS
MUSKET
SMELTING
TRAIL
WALKING_LIGHT
BIBLEBOT
DEATH_MESSAGES
HOPPER
SEA_PLANTS
VESSELS
XPANES
WIELDVIEW
BEERARCHY_WELCOME
HEADS
DUNGEON_LOOT
KILLME
ITEMDROP
GRAVELSIEVE
DECO_ROCKS
BLOOMERY
FACHWORK
DARKAGE

MERGED INTO FIRE:
FIRE
CASTLE_LIGHTING
CANDLE
MOREFIRE
NEW_CAMPFIRE
HARDTORCH
LIGHTNING
WALKING_LIGHT

MERGED INTO GUI:
CREATIVE
INVENTORY_PLUS

MERGED INTO MOBS:
MOBS_REDO
BAT
BEE
BIRDS
BUGS
BUTTERFLY
CROC
FISH
GRIEFER_GHOST
JELLYFISH
JUST_TEST_GRIEFER
SHARK
TURTLE

MODIFIED A BIT:
BEDS
SFINV
CRAFTGUIDE
STAIRS
TNT
DOORS
FARMING
crops
FIRE
FLOWERS
HUD
HUNGER
BUCKET
WEATHER_PACK
DISEASES
MYMONTHS
PLAYER_API
SIMPLE_PROTECTION

Yep, new game in dev: [UNLISTED]
[/size]Image
Subgame to be released TBD, I'd like to keep the code secret to help in better gameplay.


BROWSE:
https://github.com/maikerumine/sticks_and_stones

DOWNLOAD:
https://github.com/maikerumine/sticks_a ... master.zip





RELEASE 0.1.0 ALPHA
https://github.com/maikerumine/sticks_a ... tag/v0.1.0
last edited: 20180717
Attachments
header.png
header.png (4.2 KiB) Viewed 897 times
SAS-def.jpg
SAS-def.jpg (190.84 KiB) Viewed 897 times
icon.png
icon.png (591 Bytes) Viewed 897 times
Last edited by maikerumine on Sat Oct 05, 2019 05:39, edited 20 times in total.
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

BBmine
Member
Posts: 3476
Joined: Sun Jul 12, 2015 22:51
GitHub: BBmine
IRC: BBmine
In-game: Baggins
Location: USA

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by BBmine » Post

Wait, so the only friend I'm allowed to have is the craft guide? That's sad.

User avatar
Andrey01
Member
Posts: 2574
Joined: Wed Oct 19, 2016 15:18
GitHub: Andrey2470T
In-game: Andrey01
Location: Russia, Moscow

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by Andrey01 » Post

It is wonder i can not break the trees by hand, i need an axe for that. And you have a mistake with url above.

BBmine
Member
Posts: 3476
Joined: Sun Jul 12, 2015 22:51
GitHub: BBmine
IRC: BBmine
In-game: Baggins
Location: USA

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by BBmine » Post

Andrey01 wrote:It is wonder i can not break the trees by hand, i need an axe for that. And you have a mistake with url above.
Which url? Maikerumine's url seems fine.

User avatar
sare
New member
Posts: 7
Joined: Wed Sep 06, 2017 08:46
IRC: sare_at_work
In-game: sare

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by sare » Post

Hi,

i love the real survival, but found one thing:
One cannot create charcoal.

If you burn tree (or something else), you get an unknown block :/

Perhaps you could fix it?
~ if nothing goes right, go left ~

User avatar
Andrey01
Member
Posts: 2574
Joined: Wed Oct 19, 2016 15:18
GitHub: Andrey2470T
In-game: Andrey01
Location: Russia, Moscow

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by Andrey01 » Post

BBmine wrote:
Andrey01 wrote:It is wonder i can not break the trees by hand, i need an axe for that. And you have a mistake with url above.
Which url? Maikerumine's url seems fine.
Url from BBCode. It is being in the most first sentence.

User avatar
maikerumine
Member
Posts: 1420
Joined: Mon Aug 04, 2014 14:27
GitHub: maikerumine
In-game: maikerumine

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by maikerumine » Post

sare wrote:Hi,

i love the real survival, but found one thing:
One cannot create charcoal.

If you burn tree (or something else), you get an unknown block :/

Perhaps you could fix it?
Will fix tonight!
I believe I had the wrong item in the recipie, whoops. Sorry about that man.
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

RealSerVesta
Member
Posts: 34
Joined: Sat Apr 22, 2017 04:25

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by RealSerVesta » Post

Hope u fix that problem with charcoal *-* because it's necesary for making steel ingot :)

User avatar
maikerumine
Member
Posts: 1420
Joined: Mon Aug 04, 2014 14:27
GitHub: maikerumine
In-game: maikerumine

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by maikerumine » Post

RealSerVesta wrote:Hope u fix that problem with charcoal *-* because it's necesary for making steel ingot :)
Fixed! Reset server a few minutes ago.

Bugs with cooking need ironing. Basically normal furnace needs more items added to acceptable list as well as bloomers should only smelt high heat items and foundry molds.

Added an anvil, this will be integral to the forming of certain metal components.

"Stick with the Stones". For quickest result for now. ;)
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

Emra
Member
Posts: 17
Joined: Fri Jan 29, 2016 08:42

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by Emra » Post

Do those bugs with the cooking include the fiddleheads and fern tubers not being cookable?

Really challenging and interesting server. That monster that looks like a player scared the life out of me. Literally. More than once. :)

RealSerVesta
Member
Posts: 34
Joined: Sat Apr 22, 2017 04:25

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by RealSerVesta » Post

Well i got my first anvil.. and wow! surprise maintenance xD and i set the anvil near my base xd waiting for server.

User avatar
maikerumine
Member
Posts: 1420
Joined: Mon Aug 04, 2014 14:27
GitHub: maikerumine
In-game: maikerumine

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by maikerumine » Post

Anvil is "fixed" I think. :)
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

RealSerVesta
Member
Posts: 34
Joined: Sat Apr 22, 2017 04:25

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by RealSerVesta » Post

Nice with the fixes, but well i found something.
- Anvil don't repair steel pickaxe or stone stuff, i push the hammer but nothing.
- Leaves from aspen or pine don't disappear when i cut all them.
Can u fix that please? :( and Great and hardly server :3

User avatar
sare
New member
Posts: 7
Joined: Wed Sep 06, 2017 08:46
IRC: sare_at_work
In-game: sare

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by sare » Post

Damn, i love this gameplay :D

Thx for speed fixing!!
~ if nothing goes right, go left ~

parasite
Member
Posts: 186
Joined: Sat May 06, 2017 17:45
GitHub: Parasitoid

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by parasite » Post

I spent so much time with materials collecting and crafting to make my first 4 torches!
:D

CAMc
Member
Posts: 11
Joined: Sun Jan 01, 2017 10:28
In-game: CAMc

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by CAMc » Post

Hey Maikerumine,

I am having trouble with my password, it seems to have changed after I timed out or the server crashed. I am not sure what happened, but I can no longer log in as CAMc.

User avatar
maikerumine
Member
Posts: 1420
Joined: Mon Aug 04, 2014 14:27
GitHub: maikerumine
In-game: maikerumine

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by maikerumine » Post

CAMc wrote:Hey Maikerumine,

I am having trouble with my password, it seems to have changed after I timed out or the server crashed. I am not sure what happened, but I can no longer log in as CAMc.
Resetting now. I'll pm you the password
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

User avatar
sare
New member
Posts: 7
Joined: Wed Sep 06, 2017 08:46
IRC: sare_at_work
In-game: sare

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by sare » Post

Found another little one:
- Spigots cannot place on trees, they disappear after placing
~ if nothing goes right, go left ~

Emra
Member
Posts: 17
Joined: Fri Jan 29, 2016 08:42

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by Emra » Post

The server crashed. I was fishing at the time and trying to reel in what may have been my first catch.

Still can't cook the fiddleheads and fern tubers.

Having a great time here!

User avatar
sare
New member
Posts: 7
Joined: Wed Sep 06, 2017 08:46
IRC: sare_at_work
In-game: sare

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by sare » Post

Yup, Em did it again...

Server crasher! XD
~ if nothing goes right, go left ~

User avatar
maikerumine
Member
Posts: 1420
Joined: Mon Aug 04, 2014 14:27
GitHub: maikerumine
In-game: maikerumine

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by maikerumine » Post

sare wrote:Found another little one:
- Spigots cannot place on trees, they disappear after placing
Place on pine one block above ground. :)
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

User avatar
maikerumine
Member
Posts: 1420
Joined: Mon Aug 04, 2014 14:27
GitHub: maikerumine
In-game: maikerumine

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by maikerumine » Post

Emra wrote:The server crashed. I was fishing at the time and trying to reel in what may have been my first catch.

Still can't cook the fiddleheads and fern tubers.

Having a great time here!
I will fix this evening. :). Thank you for bug reporting.
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

Qbiq
Member
Posts: 31
Joined: Sun Jul 09, 2017 17:37
In-game: Qbiq

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by Qbiq » Post

Just a friendly reminder, the hinge mold doesn't break. Also, I tried to turn sand into sandstone and it doesn't work. Will be waiting for the server to come back up. Difficultly level is nice.

CAMc
Member
Posts: 11
Joined: Sun Jan 01, 2017 10:28
In-game: CAMc

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by CAMc » Post

maikerumine wrote: Resetting now. I'll pm you the password
Thanks much.

User avatar
maikerumine
Member
Posts: 1420
Joined: Mon Aug 04, 2014 14:27
GitHub: maikerumine
In-game: maikerumine

Re: [SERVER] Sticks & Stones [PVP / SURVIVAL / DIFFICULT]

by maikerumine » Post

MAJOR updates:

Fixed cooking items
added bugs to fishing
fixed fishing
fixed leaves
added... hehe JUST DON'T KILL GARRY!! LOL
fixed mold for hinge
and fixed armour dropping on death. Sare, I owe ya a shield


Earlier the server just locked up, there was no particular bug or crash, hopefully it has been fixed.


Enjoy the challenge, and remember to collect sticks and stones!
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

Post Reply

Who is online

Users browsing this forum: No registered users and 13 guests