[Server][Game] Extreme Survival

843jdc
Member
Posts: 361
Joined: Tue Jan 19, 2016 16:46
GitHub: jdc843
IRC: jdc843
In-game: 843jdc
Location: USA

Re: Extreme Survival Minetest server

by 843jdc » Post

/me sharpens sword. Then gathers other hunting supplies.
:)

I have a whopping 6 hides so far. Long ways to go.

User avatar
DuDraig
Member
Posts: 96
Joined: Sun Sep 28, 2014 17:56
IRC: DuDraig
In-game: DuDraig

Re: Extreme Survival Minetest server

by DuDraig » Post

I have made my first large bag and am well on my way to the second.

I AM the
  • Scourge of the steers
  • Bane of the bovine
  • Chalker of cow outlines
  • I have wrought udder destruction upon the moo-vine nation.
... and I have only just begun! (Mooo-ha-ha-haaaaa!!)

Stone monsters beware. You are now on the list.

But, really, this disappearing cow bug must be quashed. I'm losing diamonds to lassoes like crazy.

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

Re: Extreme Survival Minetest server

by maikerumine » Post

Code: Select all

2016-03-29 20:32:04: ERROR[Main]: ServerError: Lua: Runtime error from mod 'moreblocks' in callback nodemeta_inventory_AllowPut(): ...\games\extreme_survival\mods\moreblocks/circular_saw.lua:238: attempt to perform arithmetic on local 'cost' (a nil value)
2016-03-29 20:32:04: ERROR[Main]: stack traceback:
2016-03-29 20:32:04: ERROR[Main]: 	...\games\extreme_survival\mods\moreblocks/circular_saw.lua:238: in function <...\games\extreme_survival\mods\moreblocks/circular_saw.lua:214>
DERP
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

User avatar
DuDraig
Member
Posts: 96
Joined: Sun Sep 28, 2014 17:56
IRC: DuDraig
In-game: DuDraig

Re: Extreme Survival Minetest server

by DuDraig » Post

Code: Select all

function doDerp(arg)
--  arg = arg or defaultArg  -- !!! Note to self, close your freakin' parameter domain or be DERPed!
    local result = cost * arg
    if result == math.DERP then
        error("Math DERP --- Replace coder!")
     end

    return somethingWonderful(result)
end
LMAO! I know that one all too well. It's one of my LUA mantras I've pounded into my head.

User avatar
DuDraig
Member
Posts: 96
Joined: Sun Sep 28, 2014 17:56
IRC: DuDraig
In-game: DuDraig

Re: Extreme Survival Minetest server

by DuDraig » Post

Voila! Four large Mese bags.
Image
Randolph Scott could not have run a better cattle ranch. I could've finished sooner but for all them rustlers. And, of course, the secret bones-eating pine tree monsters who were obviously hiding the rustlers and eating my cattle (circling wagons).

The challenge level seems pretty good. I couldn't have made 4 large bags this fast without all the mining and mese farming I've already done. Aside from the cost in hides (384) and Mese crystals (631), there is an additional cost in either diamonds for lassos (it cost me 153) or a large cost in ranching or hunting time.
Attachments
A set of Bags Mese.
A set of Bags Mese.
bags.png (27.5 KiB) Viewed 591 times

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

Re: Extreme Survival Minetest server

by maikerumine » Post

UPDATE 1.8
viewtopic.php?f=15&t=13573&p=212736#p212736

GO EXPLORE AND FIND A MESE TREE!
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: Extreme Survival Minetest server

by maikerumine » Post

ALL ELEVATORS PRIVATE.
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

snowflake
Member
Posts: 215
Joined: Mon Nov 16, 2015 16:50

Re: Extreme Survival Minetest server

by snowflake » Post

Hi, Maiku , its been nearly a week , as u asked me , i will play nice with others , dont waste your time chasing me.....

unban me plz

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

Re: Extreme Survival Minetest server

by maikerumine » Post

basic machines are broken, need rnd to fix.

Code: Select all

2016-04-02 03:26:25: WARNING[Server]: Undeclared global variable "machines_timer" accessed at ...s\extreme_survival\mods\basic_machines/technic_power.lua:143
2016-04-02 03:26:25: ACTION[Main]: [fishing] Server shuts down. saving trophies table
2016-04-02 03:26:25: ACTION[Main]: Server shuts down. Ending all pacmine games
2016-04-02 03:26:25: ACTION[Main]: Server shuts down. Ending all mario games
2016-04-02 03:26:28: ERROR[Main]: ServerError: Lua: Runtime error from mod 'basic_machines' in callback LuaABM::trigger(): ...s\extreme_survival\mods\basic_machines/technic_power.lua:143: attempt to compare number with nil
2016-04-02 03:26:28: ERROR[Main]: stack traceback:
2016-04-02 03:26:28: ERROR[Main]: 	...s\extreme_survival\mods\basic_machines/technic_power.lua:143: in function 'action_on'
2016-04-02 03:26:28: ERROR[Main]: 	...\..\games\extreme_survival\mods\basic_machines/mover.lua:988: in function 'action_on'
2016-04-02 03:26:28: ERROR[Main]: 	...\..\games\extreme_survival\mods\basic_machines/mover.lua:916: in function <...\..\games\extreme_survival\mods\basic_machines/mover.lua:819>
line 143, asking for global.

i'm too tired to fix
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

User avatar
DuDraig
Member
Posts: 96
Joined: Sun Sep 28, 2014 17:56
IRC: DuDraig
In-game: DuDraig

Re: Extreme Survival Minetest server

by DuDraig » Post

Code: Select all

2016-04-02 03:26:25: WARNING[Server]: Undeclared global variable "machines_timer" accessed at ...s\extreme_survival\mods\basic_machines/technic_power.lua:143
The variable machines_timer is a local defined in mover.lua. Replace that variable on line 143 in technic_power.lua with the value 5. This is the same value as in mover.lua and can be used temporarily until rnd figures out if he wants to make that variable a global or a field in the basic_machines global object.
Last edited by DuDraig on Sat Apr 02, 2016 15:36, edited 1 time in total.

User avatar
Fixer
Member
Posts: 904
Joined: Sun Jul 31, 2011 11:23
IRC: Fixer
In-game: Fixer
Location: Ukraine

Re: Extreme Survival Minetest server

by Fixer » Post

Maike, just disable them and start the server :)

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

Re: Extreme Survival Minetest server

by maikerumine » Post

Online after fixes and updates.
Uploading video now so it may be slow for a bit.
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

843jdc
Member
Posts: 361
Joined: Tue Jan 19, 2016 16:46
GitHub: jdc843
IRC: jdc843
In-game: 843jdc
Location: USA

Re: Extreme Survival Minetest server

by 843jdc » Post

Ok. That dead when I log in bug has GOT to be fixed!
I was fine until the midnight reset. but when I logged back in I was dead and I lost a lot of stuff.
Shut the server down and leave it down until it's fixed. Unplayable :(
I'll laugh about this in a little bit but not right now :)
bye

snowflake
Member
Posts: 215
Joined: Mon Nov 16, 2015 16:50

Re: Extreme Survival Minetest server

by snowflake » Post

Maiku , i will be play nice with others plz unban me...

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

Re: Extreme Survival Minetest server

by maikerumine » Post

Down untill mikie mike can fix some terrible things. Shit.
All I ever wanted to do was play!, not be a damn debuggercoder guy.
I think I need time to square away some bits and bobs then server will be back.
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

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

Re: Extreme Survival Minetest server

by TenPlus1 » Post

Try disabling the mod: drippingwater to see if that helps with speeds.

User avatar
Fixer
Member
Posts: 904
Joined: Sun Jul 31, 2011 11:23
IRC: Fixer
In-game: Fixer
Location: Ukraine

Re: Extreme Survival Minetest server

by Fixer » Post

OOOh, I think we actually found and reproduced die on login bug, hope it will be fixed.

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

Re: Extreme Survival Minetest server

by maikerumine » Post

TenPlus1 wrote:Try disabling the mod: drippingwater to see if that helps with speeds.
I removed it a few weeks ago, still death on login if slow connection

I want to rollbackto an earlier build but the new damn doors might five problems even with alias.

I use sfan builds for server.
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

User avatar
Fixer
Member
Posts: 904
Joined: Sun Jul 31, 2011 11:23
IRC: Fixer
In-game: Fixer
Location: Ukraine

Re: Extreme Survival Minetest server

by Fixer » Post

Looks like "die on login" bug was introduced in Sep 26, 2015. AAAnd it is fixed.
Last edited by Fixer on Wed Apr 06, 2016 20:45, edited 1 time in total.

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

Re: Extreme Survival Minetest server

by maikerumine » Post

UPDATED!

using minetest-0.4.13-15e1dcc-win64.7z Latest from sfan.
updated rnd's machines
updated doors
updated biomes
updated crafts
updated mobs a bit too.

enjoy!
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

User avatar
BlueFireIceUn
Member
Posts: 135
Joined: Fri Mar 20, 2015 06:25
In-game: BlueFireUn
Location: Blangy-Le-Chateau, France

Re: Extreme Survival Minetest server

by BlueFireIceUn » Post

Hey maike, those biomes looks so nice but they are useless for farms. Maybe change ES jungle grass code to be able to hurt all mobs. About blue grasses, they can do effect of mese lamp, they can make grow underground plants in a zone radius (mese lamp-2) or radius 3. I don't understand why you added those walls? What do they add? Only walls of liquid could be nice but other like diamond blocks? Maybe add possiblity to craft colored clay like those biomes with clay and around theur 8 dyes, it will make one colored clay.
Blue who loves you all but mostly someone :)

User avatar
Fixer
Member
Posts: 904
Joined: Sun Jul 31, 2011 11:23
IRC: Fixer
In-game: Fixer
Location: Ukraine

Re: Extreme Survival Minetest server

by Fixer » Post

Oh, since you made papyrus nonpassable, please replace them on all your underwater tunnels/places were you use them as doors.

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

Re: Extreme Survival Minetest server

by maikerumine » Post

Okay- I reverted back to 32 bit server for stability. It works now, for some reason 64 bit would crash with OOM all the time.

Clay is craftabke and colourable, always was with cblocks.

Papyrus will tunnel fix may switch back for this reason and curtains.

Paths and mines readded

Nee biomes have fun shrubbery for deco as well as many abandoned buildings.
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

User avatar
Fixer
Member
Posts: 904
Joined: Sun Jul 31, 2011 11:23
IRC: Fixer
In-game: Fixer
Location: Ukraine

Re: Extreme Survival Minetest server

by Fixer » Post

o_0 Ughhhhh, 32bit means process can use <2GB of RAM, so it is possible to catch OOM (out of memory error on OS level) with lots of activity on server.
If you have LUA OOM on 64 bit, it is some of your mods that eat a lot of ram for some reason (lua can use <1Gb of RAM), you need to fix it, something its a lot of Lua ram :).

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

Re: Extreme Survival Minetest server

by maikerumine » Post

Fixerol wrote:o_0 Ughhhhh, 32bit means process can use <2GB of RAM, so it is possible to catch OOM (out of memory error on OS level) with lots of activity on server.
If you have LUA OOM on 64 bit, it is some of your mods that eat a lot of ram for some reason (lua can use <1Gb of RAM), you need to fix it, something its a lot of Lua ram :).
Which is funny, even with a full server I barely push 800 Megs memory total. The 64 bit is rubbish as in relation to mapgen, despite emerge threads, which do not work very well.

Silly me, this same thing happened many months ago, then I switched to 32bit and the server ran great.
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

Post Reply

Who is online

Users browsing this forum: No registered users and 24 guests