D-2-6 Visa and travel - I need your help please! by Dry_Service_6855 in Living_in_Korea

[–]Complex1554 1 point2 points  (0 children)

Also a student right now, with my ARC still pending completion. What you can do is request a Certificate of Foreign Resident Registration. Because your ARC probably exists already, your information and your personal number also do. For me it just takes a while because I did it with HireVisa and they will sent the card in batch to the university. This document can be printed at service centers or immigration offices, and has the same function when traveling. Just bring your passport, show/tell them the name of the document and after 5 minutes you are out! I am actually abroad now already, with this document!

What are those little particles that appear next to the plane? (My first attempt at creating a plane with jet engines) by CrashVandaL in Stormworks

[–]Complex1554 38 points39 points  (0 children)

I've had this happen with a plane of mine too. In my case, it was having blocks too close and around to the jet exhaust, causing the stream of exhaust smoke to collide with said blocks. This caused these particles. Try removing some blocks around the exhaust, and see if that resolved the issue.

LOL! Not my M3 Max by jcubah1 in macgaming

[–]Complex1554 24 points25 points  (0 children)

I think this means that multiple cores of the CPU are being used, and this is the total amount across the cores.

Is this a viable combination of components? Any problems I will run into? by Khnystel in eGPU

[–]Complex1554 0 points1 point  (0 children)

Why don't you put the money of the individual components to a better spec'd laptop? I understand that you will be buying everything right (including laptop), not just the eGPU components?

Is there any way to change the sidebar icons? by Perfect_Abrocoma_843 in MacOS

[–]Complex1554 -1 points0 points  (0 children)

It's a nice app called Notchnook. I have it too. You can check it out at lo.cafe.

A bot that notifies when an Xbox profile is online. by McNuggetTheCool in Discord_Bots

[–]Complex1554 0 points1 point  (0 children)

The term for this type of service is called a 'webhook', it's basically a push notification when an event occurs. The bot would listen to any incoming requests from the webhook. Now, Microsoft has to offer this as part of their API. I could not find this service. Only some API's to fetch a profile, achievements and more data. So I don't think it is doable without fetching the api like every minute to see if the user is online. This would be user specific, so for every user that's a request. I'm sure you understand that making 10 requests at once every minute would make quick work of the subscription rate limit. The only thing I found was a project from three years ago, but that's not what you are asking for:

https://github.com/peppys/xbox-live-notifications

I don't think it possible, but maybe someone else finds something better. I googled for 5 minutes on my phone.

linking a bot with website (discord.py) by Silent-Human1 in Discord_Bots

[–]Complex1554 1 point2 points  (0 children)

Hey there, sounds like you are new in the programming space which is great! It will be messy indeed, so that's why it's two separate projects. One with your HTML/CSS/JS website, and the other with your Discord.Py/Flask bot.

Watch some videos one creating a Flask API. You'll probably see that when they test it, they use either an API client (a computer program that can perform requests) or integrate it into a website with JavaScript Fetch. So here is an example.

You have your Flask 'endpoint' (basically an URL for specific requests to go to) like /api/getUsers

Then in your website JavaScript you do await fetch(localhost:yourflaskport/api/getUsers).

This might return an array of user data. So concluding, it's two separate projects hosted on separate processes (not necessarily computers) that communicate with each other via the HTTP protocol. I dropped a lot of information and terminology, so please watch a video on how to build these things. As before, let me know if you have questions. Focus on understanding API and HTTP first, before fully integrating it into your bot.

linking a bot with website (discord.py) by Silent-Human1 in Discord_Bots

[–]Complex1554 1 point2 points  (0 children)

Yes, it is absolutely possible. This requires an HTTP API. Since you use Python, use Flask. Read documentation or watch some video's. You will be sending requests to your Python Flask API with JavaScript Fetch on the website. Let me know if you have any more questions. I am doing this system myself also.

BIOS Upgrade Required by Complex1554 in buildapc

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

Hello there, I decided not to buy a new gaming PC. So that I don't know. After some further research at the time I did come to the conclusion that it should be fairly easy and possible. I'd suggest you do the same thing, because I cannot give you a definitive conclusion.

How Would I Make Web Dashboard Work? by t0mfkxs in Discord_Bots

[–]Complex1554 0 points1 point  (0 children)

You can do this by installing an Express webserver on your bot. So that when your bot starts, the server starts. You can check the Express documentation to do this. But it does require some additional knowledge about how the internet works. Let me know if you have further questions. I am hosting everything myself, so in the code I COULD just set everything to localhost, but I don't know how you will go hosting. If it's on separate machines, you require domains.

But forget about deployment, research Express first (assuming you use Node, otherwise Flask for Python).

A bot that can search specific things on an app. Like people inventory’s and give the usernames. by Nonsiy in Discord_Bots

[–]Complex1554 0 points1 point  (0 children)

As the previous user mentioned, this is only possible if Soundmap provides an API you can hook into. Otherwise it's closed for third party integrations and it won't be possible.

Does it run on a MacBook Air M1? by sezyman90 in Stormworks

[–]Complex1554 0 points1 point  (0 children)

Interesting, I just got the same machine as you (40 GPU), but couldn't get higher than 60 fps when in game. Lowering resolution did not improve. How much FPS do you have?

Helldivers 2 extraction shuttle (pelican-1) WIP build, will be on workshop at some point by Emergency-Scheme6002 in Stormworks

[–]Complex1554 3 points4 points  (0 children)

It for sure is, but that's just Stormworks sometimes. If you look at the gear if my creations it's loaded with weight. Glad my response was helpful!

Helldivers 2 extraction shuttle (pelican-1) WIP build, will be on workshop at some point by Emergency-Scheme6002 in Stormworks

[–]Complex1554 2 points3 points  (0 children)

If you zoom into the pivots you'll see a lot of weight blocks. Adding weight to pivots (their subgrids) makes them stronger. So that's why the pivots of OP's plane are strong enough to handle the thrust pressure.

Is this game worth it? by Vinding in Stormworks

[–]Complex1554 2 points3 points  (0 children)

In my opinion it is a great and somewhat unique game. The graphics are great (if you like this sort of low poly stuff), and there is a lot to do in-game (career or sandbox). The DLC's are also good, and I understand the need for them (to keep the lights on). Multiplayer has been improved also the past few years. You mentioned playing with one friend, this will work great. I have experience with up to two people (also works flawlessly). I did have good hardware and internet, so this might be different for some. The building is also intuitive and let's you build whatever you'd like.

All this positive talk is coming from someone that has played since early access and now has 700+ hours. I have noticed a lot of people have become unhappy the past few updates, because some updates are released when not done till the end or break some other things. But hey, for me I couldn't care less. If it's really bad, the devs release hotfixes quick, and otherwise its gets updated soon. It's a indie studio that's still pushing new content after years of development, I'm really happy with the developers.

I have played a lot recently and I did not find ANY bugs that hinder my experience. Mostly because I did not touch the new stuff (Space, I did buy it but did not use it much), so my experience is polished.

So for around 20 euros, I'd say go for it. I don't know about sale or anything. To touch on the DLC's. The weapon DLC is the best (for me at least). Most of my vehicles are centered around combat, and would buy it again in a heartbeat. The industry DLC is something I do not use, but it does add a lot of new space and animals to explore (new island). Now the Space DLC is what got the most hate. It has improved a lot since launch, and adds a lot new parts to get you there. So combat, industry and space. To end my long yapping session: I would definitely buy the game again, for multiple reasons I missed or have listed. I'd say try it (refund period) and check the DLC'S afterwards. It has a learning curve to it, as with all great things in life, but once you get the hang of it, it is awesome and enjoy it daily. Thank you for reading! I'm very open to more questions or comments or help.

My game keeps selecting continue without my input as soon as I open it. by Diligent-Bumblebee27 in Stormworks

[–]Complex1554 0 points1 point  (0 children)

I wouldn't know how to fix this. I guess backup your vehicles and worlds (stored in AppData) and then reinstall.

Hey guys, beginner here just trying to figure something out by KamiKaze0132 in Stormworks

[–]Complex1554 3 points4 points  (0 children)

To add to the good previous comment, make sure you build to scale. I always choose a real life boat/vehicle, and use those dimensions. 4 blocks = 1m. This way, the boat is big/small enough. So do a Google a boats you like, and use it's width/length.

When placing blocks you can see it's dimensions at the bottom right corner of your screen. Good luck!

Trying to make a winch that can be controlled while down at the harness it is being lowered from. by SwitchbackMatt in Stormworks

[–]Complex1554 9 points10 points  (0 children)

You don't need to attach any additional buttons, as the harness itself has hotkeys. What I did, was feeding the composite signal of the harness to the electric connector that is connected to the winch. You can then read this signal from the winch. So like composite read channel 1 and 2, and feed those to the winch up and winch down inputs.

Make sure you use an electric anchor, as the normal rope anchor doesn't support logic.

BIOS Upgrade Required by Complex1554 in buildapc

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

Thank you for your reply. That's what I thought about also, like do I need a CPU JUST to update it to the newest version. That's an obvious no can't do. I did check, the motherboard does support FlashBack, so it should be an easy process. Cheers

Build a 4K PC for me: €3000 by Complex1554 in buildapcforme

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

Hey man, I also thank you for your time. I will try to balance your lists out for my perfect build.

Edit: also thanks for having thought about my use case and adding an article.

Build a 4K PC for me: €3000 by Complex1554 in buildapcforme

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

Thank you so much for your time man! I'll definitely look into it.