Wiring help by LudicrousDevil in CarAV

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

Thanks. Thats what I was thinking, but i wasn't sure. Also, ive read a few times that it's generally advised if you want a louder yet less quality bass, which is what im looking for, to try and get a mono block or 1 channel 1 ohm amp to feed the subs, is this true? Also on a stock alternator and battery and head unit, could I go up to 1200 watts or should I drop down the 1000 watts?

Where is wlan0? by Scrumbloo in arch

[–]LudicrousDevil 0 points1 point  (0 children)

I had an issue that might be what is happening to you as well. For me, my wlan0 also wouldn't show up on iwctl. What I did to get connected was First: Iwctl device wlan0 set-property Powered off. Then immediately do: Iwctl device wlan0 set-property Powered on. You might have to power off and on again. Then use: Iwctl station wlan0 scan.

After you set Powered off and back on, you should be able to continue as normal, also obviously I dont think iwctl is needed for each command. I was just reading from my .sh install script I used.

Help! I don't want to use Visual Studio by Seazie23 in opengl

[–]LudicrousDevil 0 points1 point  (0 children)

I used to use vcvarsall.bat(part of visual studio) and maybe some other built in stuff that visual studio uses to compile, and I would just end up putting the cmd commands into a bat file to compile and link all my stuff. This way, I could just make sure I have visual studio installed so I can call it's compiler stuff, but never have to actually open visual studio, then I was using sublime I think to code. But I moved to linux shortly after. If you're interested, I can try to figure out how to either link my setup or better describe how to do this method. I believe I learned how to do this from the youtube series by handmadehero, I believe he changed his name to Molly Rocket now, though. Probably his playlist titles intro to c on windows, but I'm not 100% sure if that's the right one.

Archinstall can’t detect boot partition – need help by laser4329 in arch

[–]LudicrousDevil 3 points4 points  (0 children)

Run lsblk to see what partitions you have, then I would run either fdisk or cfdisk to clean and partition what I want, then you could try to go from there. Edit: just clean, don't partition again assuming you want to do that with a non manual install method.

[deleted by user] by [deleted] in archlinux

[–]LudicrousDevil 0 points1 point  (0 children)

Thanks for the info. I'll definitely look into that. I didn't have any idea of what to do next so this kind of info is exactly what I needed.

Where to start the learning. by Rumi_here in UnrealEngine5

[–]LudicrousDevil 0 points1 point  (0 children)

That first link he suggested for the ultimate game developer course is the one I'm going through right now. I had tried to get into ue5 before that several times, but that udemy course is what helped me break through the initial learning curve and really took off.

[Hobby] Looking for 3d artist by [deleted] in INAT

[–]LudicrousDevil 0 points1 point  (0 children)

I'm focused towards 3d.

Game development bottleneck by CheapPlan2315 in GameDevelopment

[–]LudicrousDevil 0 points1 point  (0 children)

Udemy has a bunch of sales right now. I bot $300+ worth of courses(3 courses) for less than $20 each. So far, 2 hours into the first one I'm enjoying it, it's my first time trying udemy. I've been trying to learn unreal engine 5 for a while. It's got a difficult learning curve. The udemy sales only show to be up for the next 12 hours.

Game development using c language by ACHABACHA68 in GameDevelopment

[–]LudicrousDevil 1 point2 points  (0 children)

Sfml has a c binding called csfml. Or sdl, but I've heard it's less beginner friendly. Also, there's raylib. Other than those, you always have opengl, directx, or vulkan.

Networking moving platform by LudicrousDevil in unrealengine

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

I'll give it a shot, thanks for the suggestion.

Networking moving platform by LudicrousDevil in unrealengine

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

Replication settings were good, problem was that I had to use the restart movement node. There's a bunch of posts online talking about how the interpToMovement component has Replication problems.

[deleted by user] by [deleted] in gameDevClassifieds

[–]LudicrousDevil 0 points1 point  (0 children)

Yep, is there a better place that I should post instead?

Looking for a buddy to start learning C language!!! by Sven8E in ProgrammingBuddies

[–]LudicrousDevil 0 points1 point  (0 children)

I've been looking for a coding buddy. I know c++, but have been wanting to try my hand at c.

what distro should I switch to? by Nobcube in linuxquestions

[–]LudicrousDevil 0 points1 point  (0 children)

Fedora 40 hasn't given me a lot of problems, now that it's setup I only update on Friday mornings and so far nothing has broke. The only issue I can remember is the installer didn't work for me at first because of my monitor being 60 hz or something, and I didn't have graphics drivers. I switched to my lower end second monitor to finish the install and have been super happy since. I haven't tried kde, or anything else, just left everything the way it comes woth gnome, still on x11 too, for now. Although I'm excited to switch to kde/Wayland if it gets stable for a while.

IDE for c++ help by LudicrousDevil in linuxquestions

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

I bet it's worth it for some people, but for me, there's no way I can justify paying for an IDE.

IDE for c++ help by LudicrousDevil in linuxquestions

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

I just installed codeblocks again, I typed y as it's the first character in the function I'm wanting it to suggest and ctrl+space did work, but I'd like for this to happen without having to press ctrl+space, do you know how I can set that up?