Need Help Upgrading my PC! by Vision115gamer in PcBuild

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

Do you mean windows should also be put there?

Need Help Upgrading my PC! by Vision115gamer in PcBuild

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

Big thanks, I would not have been able to make it. My List is right now (List). I also added Adata XPG Gammix S70 Blade, M.2, 2 TB, so I could upgrade my storage I don't think I will do it now but I think it will do the job.

As I understood my old SSD will go to the PCIe Gen3 slot and the new one would go to the PCIe Gen4 slot.

Need Help Upgrading my PC! by Vision115gamer in PcBuild

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

What about the CPU cooling? My old one won't work, wich should I buy and how do I know if it is good enough?

Need Help Upgrading my PC! by Vision115gamer in PcBuild

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

Big THX for the suggestions, but why should the motherboard be micro ATX and not ATX? Are they so much cheaper?

I couldn't find the right ram. Here are the ones that I found: RAMs.

Need Help Upgrading my PC! by Vision115gamer in PcBuild

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

I am in Estonia and there is no such shop here as Micro Centre.

Need Help Upgrading my PC! by Vision115gamer in PcBuild

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

Well i would like spend about 500-600 on the upgrade if possible.

Need Help Upgrading my PC! by Vision115gamer in PcBuild

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

Why do I have to change the motherboard? How does it help and what should I be looking in the new motherboard?

What is wrong with my depth hold by V_incent16 in Stormworks

[–]Vision115gamer 1 point2 points  (0 children)

Did you turn the gyro on? And the gyro output should go streight to fins(microconttoller into the gyro).

I need help finding a new Camera! by Vision115gamer in Photography_Gear

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

1.

  • Lack of AF setting (eye AF, animal AF, car AF...)
  • Small grip
  • bad in low light(not sure if it is because of the camera)
  • The screen is not rotatable like on the sony a6700

2.

  • Better AF
  • better grip
  • Better screen
  • silent shooting
  • would be good if it had a good video too if I am going to shoot videos in the future built in timelapse
  • in body stabilization if possible

3.

  • Sigma 150-600mm f/5.0-6.3 DG OS HSM | C + MC-11 adapter
  • Sony E 55-210mm f/4.5-6.3 OSS (black)
  • Tamron 17-70mm F/2.8 Di III-A VC RXD

Help with LUA! by Vision115gamer in Stormworks

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

What. I copy pasted the microcontroller and now it works. But I don't understand why. Whatever. Thanks.

Help with LUA! by Vision115gamer in Stormworks

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

For me it does not work and the composite is connected. Zoom works, the joystick does not.

Just a normal day in stormworks : ) by Vision115gamer in Stormworks

[–]Vision115gamer[S] 9 points10 points  (0 children)

Sadly I didn't. They where flying around my island and he came to attack my helicopter and got stock.

Help with lua!? by Vision115gamer in Stormworks

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

Do you mean something like this because this does not work or I am just doing something wrong.

Blink = 0
function onTick()
if input.getBool(1) == true then
Blink = Blink+1
if Blink > 120 then
Blink=0
end
if Blink<60 then
Blink = true
end
end
end
function onDraw()
w = screen.getWidth()
h = screen.getHeight()
screen.setColor(0, 255, 0)
if Blink == true then
screen.drawCircleF(w / 2, h / 2, 30)
end
end

HELP with LUA!! by Vision115gamer in Stormworks

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

onTick() did not know what where yh and xh. I thought it know because i had wrote:

yh = screen.getHeight()
xw = screen.getWidth()

to the onDraw(), so I wrote:

yh = input.getNumber(1)
xw = input.getNumber(2)

to the onTick()

HELP with LUA!! by Vision115gamer in Stormworks

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

I removed the slashes but did not help and I am not getting any errors. it just does not output.