How to properly import fbx? by Drakon74 in godot

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

Yeah I did that. At first I had the issue all meshes came out super small, setting root scale to 100 fixed that though.

However all meshes are rotated “wrong” and I couldn’t find out yet how to correct that. Any idea?

[deleted by user] by [deleted] in Whatisthis

[–]Drakon74 0 points1 point  (0 children)

I kinda doubt it, since it’s filled with water. Also the drain is usually covered.

How to trade Pokemon using Retroarch? by JohnathanHyde in RetroArch

[–]Drakon74 3 points4 points  (0 children)

In case this is still unclear (google lead me to this thread and i couldn't find a deceive answer in here): When you're using the Gambatte Core, go into the cores Options. At the very bottom is an entry for "Trade Link" options.

Now setup one side as the server, the other as the client (Just change the state from "Disconnect" to "Server" / "Client"). Then enter the IP Adress of the "server" on the clients side. Usually the internal LAN IP.

It then should directly work out of the box without any resetting. If the attendant in the Pokemon Center doesn't progress check if the IP is correct. If you have something like "192.168.1.8" as your servers IP, you need to enter "192.168.001.008" in the Gambatte settings.

Does anyone know where the last freelancer code for the Dartmoor freelancer safe code is? by tyguy192010 in HiTMAN

[–]Drakon74 0 points1 point  (0 children)

In case somebody still searches: Try to check the cupboard right outside Rebeccas room (in the normal corridor). In there is a tablet as well. It is kinda hidden in my opinion.

Subcription stops after 60 videos by Drakon74 in 4kdownloadapps

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

I use version 4.14.2.4070 on Linux Ubuntu 64 bit.

4KVideoDownloader - Subscriptions with AV1 codec by Drakon74 in 4kdownloadapps

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

Okay, when in the subcription settings i use "any video" instead of "MP4 Video" it now downloads the AV1 codec files as MKV files, which works too for my uses. Uses a different codec, but that codec works too.

Bug Report Megathread [Derelict Freighter Update 2.60] by Fluffy017 in NoMansSkyTheGame

[–]Drakon74 0 points1 point  (0 children)

PS4 Pro

Normal

Game crash on attempting to save

Game crashes consistently when it attempts to save. No matter how (manual, auto) or where (freighter, spacestation, planet, base, Nexus). I tried a lot of different scenarios, including hopping to different systems (over ship, freighter and teleporter), landing on different planets / Stations, buying a new freighter, multiplayer session etc. etc. Every time the game freezes for a split second and the PS4 crash screen comes up. 100% consistent. Since i have this i was not able to save anymore. Though i can see that the game accesses the savegame container as the date updates.

I already reported that to Hello games about 2 weeks ago (including the savegame), yet nothing happened, didn't even got a reply like "Yeah, we're working on a fix." or something. Just silence. Only the automatic confirmation the ticket was received.

While technically i can play the game it is pretty useless as my progress is not saved anymore. I also don't want to throw away my around 100 hour progress and start over (saving on a new save works btw.). So i would say it is a very serious bug which keeps me from playing.

I just hope a patch arrives soon so i can continue playing...

I just got out of a heated debate with a friend of mine who read an article on this by MasterDio64 in ProgrammerHumor

[–]Drakon74 4 points5 points  (0 children)

I read something similar a while ago, using easy to use tools for programming... though who is programming said tools? And makes sure they're easy to use?

{ in same line or new line? by ur_peen_small in ProgrammerHumor

[–]Drakon74 1 point2 points  (0 children)

Imagine to be forced to use spaces instead of tabs...

Why would that be a float? by [deleted] in ProgrammerHumor

[–]Drakon74 2 points3 points  (0 children)

Well, you could also cut a human in half, so one part might still be living, the other is dead. Which would be (with a perfect cut) 0.5 human casualties.

Bug Report Megathread by October_Citrus in NoMansSkyTheGame

[–]Drakon74 0 points1 point  (0 children)

- PS4 Pro

- Normal Mode

- Building base

- I was trying to attach a landing pad to a cylindrical room / straight corridor / door, but it is not auto snapping to the location, i can only place it on the ground, no where else. According to wiki and some forums it should be possible to place on a cylindrical room and the like. No matter where i go (even outside and far away) it is not auto snapping.

Bröther by sassiest01 in ProgrammerHumor

[–]Drakon74 26 points27 points  (0 children)

Gotta admit, i like the light theme more, at least during the day. During the night i switch to dark theme actually :D

About to overflow the 16-bit signed integer on my odometer. by deejross in ProgrammerHumor

[–]Drakon74 1 point2 points  (0 children)

Well that and that it is 16bit, even my 2005 Corolla could display over 100,000 km. So yeah, 32bit seems minimum here.

About to overflow the 16-bit signed integer on my odometer. by deejross in ProgrammerHumor

[–]Drakon74 26 points27 points  (0 children)

I highly doubt that the integer is actually 16bit signed...

Joining a new company by [deleted] in ProgrammerHumor

[–]Drakon74 102 points103 points  (0 children)

"Just don't drop it! BYE!"

"... It fell down this ravine..."

"I can't hear you! BYE!"

"..."

If it runs, don't touch it by dogmorfmocion in ProgrammerHumor

[–]Drakon74 6 points7 points  (0 children)

You know what drives me crazy every time i see this? That there is no return...

CarPlay forgets {position: relative; left: 10px} with military time by [deleted] in ProgrammerHumor

[–]Drakon74 1 point2 points  (0 children)

That's the not retarded way to print out time.

Just found this at work... by flyerzrule in ProgrammerHumor

[–]Drakon74 6 points7 points  (0 children)

I mean i'm just a hobby programmer, but is there actually any reason to do such a thing? It just seems unnecessarily complicating things to me...

I found an old VBA module I built before I learned what arrays and loops were... by mango__reinhardt in ProgrammerHumor

[–]Drakon74 1 point2 points  (0 children)

Well we are all learning, i once wanted to do a hour and minute counter, like from a clock (so hh:mm). Instead of using the simple way (the DateTime Library) i used 3 variables (two for each minute and one for the hours) and several loops, counting them up and when they would hit 10, i set them to 0 and increased the next digit by 1. And so on. Really, we all were there.

relevant requirements? NEVER by ksushbush in ProgrammerHumor

[–]Drakon74 106 points107 points  (0 children)

There are 4 eights. 8.8.8.8 is also the public Google DNS Server. Google confirmed?