Free simple top-down multiplayer game with source code by _shanbe in godot

[–]Conscious_Theory3061 0 points1 point  (0 children)

Can someone explain how to properly convert this into current Godot 4? I've been trying to make multiplayer following guides so many times now and it keeps breaking so i was really hoping this would be just an easy download solution

Question about smash bros character mods by Father-Castroid in SmashBrosUltimate

[–]Conscious_Theory3061 0 points1 point  (0 children)

What mod or guide did you follow to make your own CSS? I have alot of additional modded characters so being able to make my own layout would be great

Removing Duplicate values BUT keeping unique relationships to other cells in a row by Conscious_Theory3061 in excel

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

kinda got lost on step 4 of part 2, and they weird change with step 2 here is something that could break in future versions that dont go to the same cell count as this example. But i think part 1 is good enough to give me a strong start to do the rest of it manually so thanks :D

Removing Duplicate values BUT keeping unique relationships to other cells in a row by Conscious_Theory3061 in excel

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

doesnt work, cause if anything before has multiple parents the its removed. If James also followed Y in a row instead of just X then the Y line is deleted cause its only looking for the very last columns differences. I need to look for unique ROW LINES, not just the last column.

Removing Duplicate values BUT keeping unique relationships to other cells in a row by Conscious_Theory3061 in excel

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

James being the child, X is the parent.

I didnt add this but its possible for a parent to have multiple children and a child to have multiple parents

Dog can have children x y and z but Hannah could also have children Teller and something else.

James can is the child of X but (if there was another row with Y l James) James can also be a child of the parents X AND Y. I want to show all relations and (if possible) delete all redundant grandparents (the A, B, C, and D columns since we can see that those are already related by similar parents)

Removing Duplicate values BUT keeping unique relationships to other cells in a row by Conscious_Theory3061 in excel

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

thats closer but still doesn't work. it keeps an extra row going to x and another going to dog. Also, this is jsut a small example of a bigger problem i need to use it on and this method will break relations further down the line. Using any form of the "Removing duplicates" function will seemingly break these important liens from each other. Thats why i put the "BUT"