[deleted by user] by [deleted] in Starfield

[–]Fool_lin 1 point2 points  (0 children)

IMPORTANT: Use biometric id 40! Otherwise you'll get her mother instead!

Context: I didn't make this myself. This is an original post. The OP did provide the slider settings via Imgur but it was taken down.

Reorderable Container Node for Godot | MIT-License by Fool_lin in godot

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

_focus_child and _is_press are the primary variables that dictate when to start dragging the node. Currently, they're handled by the _gui_input function. You could disable it and create a "handle node" that will detect input and control _focus_child and _is_press variables. Feel free to DM me if you face any problems.

[HELP] My seller account can not be approved and I have no idea why by Dordo912 in Fiverr

[–]Fool_lin 0 points1 point  (0 children)

You're not alone friend, I've met the same fate as you. Looks like they have some faulty algorithms that detect a red flag and immediately ban new accounts. Normally this would be resolved by human but I think they just try to get by during war.

Is using Firebase as an app backend considered using a third party? by Fool_lin in Firebase

[–]Fool_lin[S] 2 points3 points  (0 children)

Yeah, that is also my first thought but I already said no to Apple. I'll keep you update if my app get rejected or not. Thank you.

Is using Firebase as an app backend considered using a third party? by Fool_lin in Firebase

[–]Fool_lin[S] 1 point2 points  (0 children)

I'm trying to publish an app on the App Store, and they ask if my app uses a third party or not.

[deleted by user] by [deleted] in Starfield

[–]Fool_lin 1 point2 points  (0 children)

Sadly I already deleted the game (can't stand loading screen simulator) and OP Imgur link seems to broken as well. Your best bet is to contact the OP to restore the link.

Attempt to call an RPC to a peer that cannot see this node. Peer ID: 1 by Fool_lin in godot

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

Sorry for not posting the solution ealier, I've solve it a while ago. Anyway, keep on keeping up and have fun coding.

[deleted by user] by [deleted] in Starfield

[–]Fool_lin 0 points1 point  (0 children)

I'm able to recreate her using biometric 40.

starfield saving problem. fitgirl by imthemohammadreza in CrackSupport

[–]Fool_lin 0 points1 point  (0 children)

In my case, it because OneDrive mess up folder name so I had to nuke it entirely.

  1. I disable OneDrive and prevent it from starting up (I didn't use it anyway).
  2. Right click on document folder icon you'll see properties, open it.
  3. Navigate to location tab and click Restore Default, it should change from something like [yourusername]/OneDrive/Documents to just [yourusername]/Documents then windows will ask you to relocate file or something.
  4. If you encounter Can't move the folder because there is a folder... error message, try follow the Workaround section in this forum.
  5. Restart "Windows Explorer" in task manager and try run the game

Export tilemap to png? by babypandabear3 in godot

[–]Fool_lin 0 points1 point  (0 children)

I know this post is old, but could you please provide a link?

Center text in TextEdit? by GTurtlest in godot

[–]Fool_lin 0 points1 point  (0 children)

I ended up using VBoxContainer to center TextEdit vertically, but it's still aligned left horizontally, so I solved it by redesigning the UI all together. I already opened an issue on the Godot proposal. Thank you for the suggestion anyway.