Can anyone transfur this to blocks, or rather change it to code that can be pasted to form blocks?

{
“host”: “0.0.0.0”,
“servesStatic”: true,
“port”: 3000,
“networkUpdateFactor”: 24,
“socketWarningLimit”: 5,
“networkFrontlog”: 1,
“networkFallbackTime”: 150,
“visibleListInterval”: 1000,
“gameSpeed”: 1,
“runSpeed”: 1.5,
“maxHeartbeatInterval”: 300000,
“verbose”: true,
“WIDTH”: 1500,
“HEIGHT”: 1500,
“MODE”: “tdm”,
“RANDOM_COLORS”: false,
“BANNED_CHARACTER_REGEX”: “/[\uFDFD\u200E\u0000]/gi”,
“ROOM_SETUP”: [
[ “roid”, “norm”, “norm”, “roid” ],
[ “norm”, “nest”, “roid”, “norm” ],
[ “norm”, “roid”, “nest”, “norm” ],
[ “roid”, “norm”, “norm”, “roid” ]
],
“X_GRID”: 4,
“Y_GRID”: 4,
“DAMAGE_CONSTANT”: 0.6,
“KNOCKBACK_CONSTANT”: 1,
“ROOM_BOUND_FORCE”: 0.01,
“FOOD”: [
0,
0.75,
0.22,
0.1,
0.005,
0,
0
],
“FOOD_NEST”: [
0,
0.0,
0.0,
0.75,
0.23,
0.02,
0
],
“MAX_SKILL”: 9,
“SOFT_MAX_SKILL”: 0.59,
“TIER_1”: 10,
“TIER_2”: 25,
“TIER_3”: 45,
“SKILL_CAP”: 45,
“SKILL_SOFT_CAP”: 0,
“SKILL_CHEAT_CAP”: 45,
“SKILL_LEAK”: 0,
“STEALTH”: 4,
“MIN_SPEED”: 0.001,
“FOOD_AMOUNT”: 0.4,
“SKILL_BOOST”: 5,
“BOTS”: 0,
“GLASS_HEALTH_FACTOR”: 2
}

That’s just a list of different values, do you want that in a text list?

i know you probably know nothing about code, but you’re asking for way too much. you obviously just found this code online and aren’t even telling us what language it’s in (probably 100% don’t even know it since it looks old) and you literally want us to completely code it for you in a lazy way?

2 Likes

Like what Galactian said, you have to be more specific on what language the code is.

If anything, you could ask help for what type of system or feature you are wanting to make. Such as a gun system, too-down controls, etc.

Not sure how code from another site or language could be transferred into a flowlab game, but like I said above, the best way to get help on something is to ask and give details on what you’re looking for.

1 Like

Looks like a JSON config file from some game.
Yes, the data could be managed in a list … but what for???

Would be easier to create your own setup, using only Flowlab functionality.
Looks like the data for a simulation?

I am looking to re-create these physics to a tea, if that is possible, check arras.io

if it helps here is the link where i got it from-Glitch :・゚✧

i’m sorry but we can’t code you an entire server based website for free, that usually costs thousands of dollars.

Wow, the amount of objects I see on the screen there might bring Flowlab to its knees :slight_smile:
And if you want it to be multiplayer, I doubt you will be able to keep them all synchronized.
So either you have to cut down on objects/features, or you need a different development environment.

Either way, it looks like fun

1 Like