#i take back what i said about it being

1 messages · Page 1 of 1 (latest)

modest jackal
#

soo it took me more than more attempts.. and many many attempts

#

then my next attempt was opposite. when i moved the target up the turret went down. when i inverted it.. it broke other things

#

HMU it want the code

#

what was supposed to be like a 30 minute challenge turned into 2 days of trial and tribulations

#

lol

graceful peak
#

true

#

thats with everything

modest jackal
#

and i called it simple and easy task i was gonna humour the guy

graceful peak
#

bro i am this close to releasing that movement code on asset store, the playtesters said its neato

modest jackal
#

heres the code for the turret.. (turns out distance was a major factor in the math)

#

#1274777480162709655 message
this was the result w/o factoring in distance... turns out the closer i was to the turret.. the more inaccurate it was

modest jackal
#

ya, it was terrible

#

yesterday i learned Trig was hard

graceful peak
#

then ill post it

modest jackal
#

have you found em all?

graceful peak
#

bugs?

modest jackal
#

yesir

graceful peak
#

i hope so, i fixed a ton because everyone found a problem with everything so i had to get to work

modest jackal
#

ya, thats normally the way it goes..

graceful peak
#

i can give you github to test if you want

modest jackal
#

i have 1 guy in my server who is a game breaking machine

#

i avoid giving him my assets b/c he'll break it every time

#

u probably know him.. NomNom

graceful peak
#

i have never heard of him

#

ngl

modest jackal
#

he only pops in the channel when things get really really complex/advanced 😄

#

he made the raycast visualization thing

graceful peak
#

neato burrito

#

a lot of math a presume?

#

or just raycast stuff

modest jackal
#

ya, hes one of them guys ur unsure if he's a real person or a calculator

#

hes building his own Unity Hub ffs

graceful peak
#

im not even gonna question it

modest jackal
#

yea me neither.. lol

graceful peak
#

it looks really good though

#

i actually thought that was unity hub

modest jackal
#

he did it so he can click on temlpates

#

and it will show all the packages included

#

in that template

graceful peak
#

also you have your own paste site?

#

i didnt even notice that

modest jackal
#

we go back and forth.. i see something cool he does so i try to reproduce and vice versa

graceful peak
#

ah cpp stuff

modest jackal
#

his versions are always way more robust than mine tho

graceful peak
#

neato

#

both look great

modest jackal
#

i used javascript and css

#

he probably used his own made up language or something

graceful peak
#

i gotta get back into c++ man

#

i even have book for it

modest jackal
graceful peak
#

just sitting there

modest jackal
#

a good way to get into it is to start programming electronics

graceful peak
#

i do

modest jackal
#

thats what im doing

graceful peak
#

i have an arduino and a raspberry pi

#

and some other things

modest jackal
graceful peak
#

yup

modest jackal
#

esp32 is like a sooped up arduino

graceful peak
#

with wifi

#

and small

modest jackal
#

yessir!

graceful peak
#

very small

modest jackal
#

very small

#

lol

#

soldering is my weakpoint atm

graceful peak
#

i like soldering

#

my iron cant get to hot though

modest jackal
#

i do too.. but i dont have the equipment to solder small stuff

graceful peak
#

and i dont have flux 😅

modest jackal
#

like the esp32

modest jackal
#

when working with small electronics

graceful peak
#

i have a solder sucker just no flux or copper braid to clean off board

modest jackal
#

i use VSCode + PlatformIO for coding my cpp

#

but im very very beginner for now

#

still reading and using prebuilt libraries

graceful peak
#

i used

#

lemmi find it

#

i forget

#

ah code blocks

#

for cpp

modest jackal
#

check it.. im a pro-embedded programmer >8) LoL!

#

my first program..

#

dont mind me

graceful peak
#

all i did was light up an led for my first program

modest jackal
#

thats all thats doing! ^

#

the background console says ON OFF ON OFF ON OFF

modest jackal
graceful peak
#

you want the github to my movement code?

modest jackal
#

and heres the setup..

#

Turret, Base, and Cannon should all be stacked basically on top of each other 0,0,0

#

with the graphics offset how u need em

#

Turret is the overall holder.. base is the rotating left and right part.. cannon is childed to it.. and lined up w/ it

dire moth
#

hi lmao, the funny thing is

#

i already had the turret code n everything

#

i literally just needed to get the code for placing the turret working