Cash's World Server

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

Re: Cash's World Server

by 843jdc » Post

I've found what I think is the problem area.
The program properly places the coords of the center map block in a list of map blocks to be saved. That center map block contains a prot block and/or chest. The program "sets that variable aside" and creates another variable that contains that same coord to be used in 3-deep x,y,z for loops collecting the coords of the surrounding map blocks, that is when the coords get screwed up. That makes the program put the wrong coords into the final list of map blocks to be saved. The only correct coord in that list is the center one. But nodes in that map block can get screwed up by the next search item added to the list.

Somehow the variable that is set aside is being altered. Though I don't see how. I will. Eventually. When I do, I'm going to be mad at my stupidity yet again. Likely a typo or missing comma somewhere. "It's always something simple that screws it all up." Maddening until found but obvious after that.

CW is down until this is fixed to prevent the map from getting larger. Any larger and my system won't have the memory available to shrink the map.

As for asking Lag, I'm a stubborn SOB sometimes. I prefer doing my best first. Then if I give up, then I yell for help. And not one second sooner than I need to.

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

Re: Cash's World Server

by 843jdc » Post

Copy by reference versus copy by value.
'from copy import copy' did the trick.
https://stackoverflow.com/questions/361 ... -weirdness

I'll find out later today if the program works correctly now.

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: Cash's World Server

by ManElevation » Post

Oh I get it! Hopefully you find that typo or whatever the error is soon! Good Luck
My Public Mods! Discord: Rottweiler Games#3368

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

Re: Cash's World Server

by 843jdc » Post

Server is up! Come play! Check for damage too.

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: Cash's World Server

by ManElevation » Post

im glad! to see the server working!
My Public Mods! Discord: Rottweiler Games#3368

User avatar
Lone_Wolf
Member
Posts: 2578
Joined: Sun Apr 09, 2017 05:50
GitHub: LoneWolfHT
IRC: LandarVargan
In-game: LandarVargan

Re: Cash's World Server

by Lone_Wolf » Post

CW is halfway down the server list o_O
My ContentDB -|- Working on CaptureTheFlag -|- Minetest Forums Dark Theme!! (You need it)

User avatar
ExeterDad
Member
Posts: 1717
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad
Location: New Hampshire U.S.A

Re: Cash's World Server

by ExeterDad » Post

Nice!!! Congrats and Welcome back!

User avatar
sorcerykid
Member
Posts: 1847
Joined: Fri Aug 26, 2016 15:36
GitHub: sorcerykid
In-game: Nemo
Location: Illinois, USA

Re: Cash's World Server

by sorcerykid » Post

I'm glad you got it sorted out. I look forward to dropping by CW again sometime this week. Now you deserve some rest ;)

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

Re: Cash's World Server

by 843jdc » Post

Lone_Wolf wrote:CW is halfway down the server list o_O
Not anymore. Top of the list. Though it does not deserve to be.

SorceryKid - I'm glad too. I think the code is a mess. But when I found a solution to a problem, I applied it and moved on to the next problem. "If it works, leave it alone" haha. It's nice being able to do other tasks again. Mainly World of Warcraft xD

I'll post the code to github soon. For now I have some demons to go kill >:)

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: Cash's World Server

by ManElevation » Post

are the demonds Baggins and Salex :I
My Public Mods! Discord: Rottweiler Games#3368

User avatar
Lone_Wolf
Member
Posts: 2578
Joined: Sun Apr 09, 2017 05:50
GitHub: LoneWolfHT
IRC: LandarVargan
In-game: LandarVargan

Re: Cash's World Server

by Lone_Wolf » Post

ManElevation wrote:are the demonds Baggins and Salex :I
BB said ByeBye a while algo :P
I think World of Warcraft has demons. Never heard of it until now though so I might be wrong...
My ContentDB -|- Working on CaptureTheFlag -|- Minetest Forums Dark Theme!! (You need it)

Salex
Member
Posts: 228
Joined: Wed Feb 15, 2017 19:03
In-game: Salex
Location: Rome,Italy.

Re: Cash's World Server

by Salex » Post

??????! What?????
Salex will not be an active account on forums.I asked Admins of server I play to change my name from Salex to FGH or to help me get the account back.So now I'll play as FGH(my old nickname)and my minetest forum account will be FGH.

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: Cash's World Server

by ManElevation » Post

The first think Baggins said when he joined my server was "Please dont ban me here" xD i guess he gets banned all the time
My Public Mods! Discord: Rottweiler Games#3368

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

Re: Cash's World Server

by 843jdc » Post

Man - Maybe he should stop griefing?

Server is down until I fix the map and stop the server from crashing. My fault. I screwed up when I neglected to check to see if map blocks actually existed before creating the shrunken map. This should be quick. All I have to do is try to load a mapblock, if it fails, don't write it to a new map file. Else write it. I just got to code it. Maybe a couple of hours.

I deleted a lot of 'mapblocks' that contained nothing. Let's see how it works.

Server is up!

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

Minetest Mapshrink Redis github commit

by 843jdc » Post


Beast24
Member
Posts: 52
Joined: Mon Jan 16, 2017 16:34
IRC: Beast24

Re: Cash's World Server

by Beast24 » Post

843jdc what is this talk of u closing server for a year or somthing

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: Cash's World Server

by ManElevation » Post

843jdc cashysplayhouse and bel-air got grief by aka_anonymous im cleaning the mess, removed lava and water
My Public Mods! Discord: Rottweiler Games#3368

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: Cash's World Server

by ManElevation » Post

i also placed protection on top of cashys playhouse, ill remove it latter, also at jasmines place, it got griefed too just cleaned it
My Public Mods! Discord: Rottweiler Games#3368

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: Cash's World Server

by ManElevation » Post

now he is griefing spawn trying to stop him!
My Public Mods! Discord: Rottweiler Games#3368

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: Cash's World Server

by ManElevation » Post

lol stoped him like 20 times! hes still trying poor him
Image

Image

Image
My Public Mods! Discord: Rottweiler Games#3368

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: Cash's World Server

by ManElevation » Post

q have 4 full videos of the grief and me stoping it like 70 percent xD
My Public Mods! Discord: Rottweiler Games#3368

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: Cash's World Server

by ManElevation » Post

selfie of me stoping the grief!
Image
My Public Mods! Discord: Rottweiler Games#3368

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: Cash's World Server

by ManElevation » Post

i have liek 20 minutes of tape, if you want it

roleback?
My Public Mods! Discord: Rottweiler Games#3368

Salex
Member
Posts: 228
Joined: Wed Feb 15, 2017 19:03
In-game: Salex
Location: Rome,Italy.

Re: Cash's World Server

by Salex » Post

Ive been a camera man I recorded everytjing but man has better quality video.And yes i just recorded man tried to stop but what is done is done.Rip cw rip 843jdc
Salex will not be an active account on forums.I asked Admins of server I play to change my name from Salex to FGH or to help me get the account back.So now I'll play as FGH(my old nickname)and my minetest forum account will be FGH.

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

Re: Cash's World Server

by BBmine » Post

Wow....Why do people grief?

Griefers, PLEASE STOP GRIEFING!

Post Reply

Who is online

Users browsing this forum: No registered users and 31 guests