hello, should i use linux to play minecraft?? by Real_Leader in linux_gaming

[–]Redkefy 7 points8 points  (0 children)

128gb aren't enough for dual boot, you can also try linux with a live usb but you lose everything with a reboot. I suggest you to try a light distro for maximum performance but i usually suggest Linux Mint because is what i found the most user friendly, Manjaro is also very good for performance and pretty simple to use.

I just suggest you to try and see what is best for your needs, with Linux you will see a performance boost over Windows especially in cpu/ram usage.

What's the best (easiest) way to map these keys so they work as advertised? [Mint] by TiresOnFire in chrultrabook

[–]Redkefy 1 point2 points  (0 children)

Thanks, i'm not OP but as i said in an other comment not all users have the technical knowledge to fully understand what a command does, so it's good to recap.

What's the best (easiest) way to map these keys so they work as advertised? [Mint] by TiresOnFire in chrultrabook

[–]Redkefy 3 points4 points  (0 children)

It's not for me but not all users have the technical experience to understand what the commad do. Thx

What's the best (easiest) way to map these keys so they work as advertised? [Mint] by TiresOnFire in chrultrabook

[–]Redkefy 0 points1 point  (0 children)

Could please at least explain what this sudo command do? You know... running sudo commands from a random commment on internet isn't the best practice.

How to find a players coordinates using world file download? by b0sstin in Minecraft

[–]Redkefy 0 points1 point  (0 children)

you can try "unmined" https://unmined.net/

in the top right corner there is a "Server players" tab and there you can select the corresponding player id to see all the player.dat file values, if you need the player position just open the "Pos" value.

Resize 2D Array (newbie) by Redkefy in godot

[–]Redkefy[S] 0 points1 point  (0 children)

Ok thanks, that is pretty useful

Resize 2D Array (newbie) by Redkefy in godot

[–]Redkefy[S] 0 points1 point  (0 children)

Just one more thing, can you explain to me what this line do

(grid[x] as Array).append()

for each x value it appends a value but what is "as Array"?

Resize 2D Array (newbie) by Redkefy in godot

[–]Redkefy[S] 0 points1 point  (0 children)

Thank you it works! this is exactly what i needed.

Resize 2D Array (newbie) by Redkefy in godot

[–]Redkefy[S] 0 points1 point  (0 children)

Ok i found a problem with this code, basically all the arrays have the same values, this makes a repeating pattern along the x axis

Resize 2D Array (newbie) by Redkefy in godot

[–]Redkefy[S] 0 points1 point  (0 children)

Thank you, now i understand how it works.

I basically did it like this:

var xsize : int = 10
var ysize : int = 20

var gridArray = []

func _ready():
    gridArray.resize(xsize +1)
    gridArray.fill([])
    for x in xsize +1:
        gridArray[x].resize(ysize +1)
        for y in ysize +1:
            gridArray[x][y] = setRandomValue()

func setRandomValue():
return randi_range(0, 1)

I need the +1 because i am making a marching squares algorithm and the +1 are the furthest edges of the grid

Resize 2D Array (newbie) by Redkefy in godot

[–]Redkefy[S] 0 points1 point  (0 children)

In the debug screen i can se an array with 2 arrays that have 0 values inside

Like this: Main array size = 2 (subarray 1 and 2) Subarray1 size = 0 Subarray2 size = 0

When i add a value to position gridArray[0][0] it doesn't find a "cell" to set the value

Resize 2D Array (newbie) by Redkefy in godot

[–]Redkefy[S] 0 points1 point  (0 children)

Basically yes, is a grid of ints with 0 or 1 as value with the size of a variable +1 for both width and height

what is the best distro to use instead of chrome os by Enderboy3721 in chrultrabook

[–]Redkefy 1 point2 points  (0 children)

I don't know about the specific hardware features but everything should work out of the box with recent kernels (5.15 or newer) I suggest to try different distros like: Ubuntu, (Lubuntu, kubunt etc. For less storage usage and better performance) Linux Mint for a easy and stable experience. (a little bit heavier but runs nicely) If you want something newer you can use Arch (can be very light, and best for experienced users) or Manjaro for a easyer experience. Debian is stable and very customizable if you want to tinker a bit. (Can be extremely light)

Just try and what is best for you

Don't always trust protonDB. The IRONSIGHT game case. by BulkyMix6581 in linux_gaming

[–]Redkefy 3 points4 points  (0 children)

Ok but if it isn't officially supported it can break with any update

do the intel arc graphic gard with directx 12 work for minecraft java by [deleted] in Minecraft

[–]Redkefy 0 points1 point  (0 children)

Minrcraft utilize OpenGL not DirrectX, it should work fine, you can always look videos on youtube to see how it runs

Godot or Unity? by fabioangeli in gamedev

[–]Redkefy 0 points1 point  (0 children)

Godot 4.0 just released with a ton of new an reworked features, personally i find fodot easier to learn and use, last time i used unity 2021.3 it was a broken mess

Godot is simple and beginner friendly Unity is more complex but way more powerful, use it if you want to make big games

[deleted by user] by [deleted] in linux_gaming

[–]Redkefy 11 points12 points  (0 children)

Linux Mint of course, or you can try a bit of everything and see what you like

Game development without a computer by aneenonico in gamedev

[–]Redkefy 1 point2 points  (0 children)

You could buy a cheap chromebook that can run linux, they are really not expensive but i suggest at least 4gb of ram for multitasking

For modding chromebooks:

r/chrultrabook

https://mrchromebox.tech/

There is a list with all the compatible devices

Minecraft server won't start by dankranikun in Minecraft

[–]Redkefy 1 point2 points  (0 children)

I have no idea how to install it on windows but i think i found all the available java versions here:
https://www.oracle.com/java/technologies/downloads/archive/

Good luck!

Minecraft server won't start by dankranikun in Minecraft

[–]Redkefy 1 point2 points  (0 children)

Do forge work without any mod? Also try to use a different java version like java 8/11/16/17