[GMod 13] Independent Suspension and Steering Tutorial [2016]

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2024

Комментарии • 185

  • @Kevin15673
    @Kevin15673 7 лет назад +8

    I combined both of the E2's together, I did this on my last pc too, I think it makes things easier
    EDIT: Also, I just build my hydraulics straight onto the Setang Steering E2, thats what I and pretty much everyone else on the server I play on do, makes things more organized (I play on I Just Want to Build (IJWTB))
    @name ACF Setup + Setang Steering
    @inputs W A D CHASSIS:entity
    @outputs Throttle Constant Damping
    @persist SLAVE:entity [TURN_RATE TURN_ANGLE TURN] B C
    @model models/sprops/rectangles/size_2_5/rect_18x18x3.mdl
    Throttle = W * 100
    Constant = 50000
    Damping = 500
    if (dupefinished()) {reset()}
    B = round(toUnit("km/h",CHASSIS:vel():length()))

    if(B >= 20) {
    TURN_ANGLE = 25
    }
    else
    {
    TURN_ANGLE = 45
    }
    if (first()) {
    interval(20)
    TURN_RATE = 5

    SLAVE = entity()
    } elseif (clk()) {
    interval(20)
    if (!SLAVE:isPlayerHolding()) {
    TURN += clamp((A-D)*TURN_ANGLE - TURN, -TURN_RATE, TURN_RATE)
    SLAVE:setAng( CHASSIS:toWorld(ang(0, TURN, 0)) )
    SLAVE:propFreeze(1)
    }
    }

  • @gabrieloliveira3273
    @gabrieloliveira3273 4 года назад +5

    Thank you so much for this tutorial. Even though it's pretty old, it still works nowadays, and I can finally make proper suspensions.

  • @doodle7273
    @doodle7273 Год назад +1

    when creating the wired hydraulic constraint it says precision aligntment is creating errors

  • @xedproable
    @xedproable 8 лет назад +1

    Best ACF tutorial on youtube right now. tyty

  • @R0MF.2IQ
    @R0MF.2IQ 7 лет назад +2

    Help pls. I get error "No such function: entity:SetAng(angle) at line 31 char 15"

    • @Georetic
      @Georetic 5 лет назад

      I know it's late but I believe the problem is that you don't have an extension (propcore) enabled in E2. I think you can 'fix' this, in singleplayer only, by following the instructions on this image: image.prntscr.com/image/33WMdj9XSi2cHgA5L5R-CQ.png
      Although I recommend you enable them all in singleplayer.
      "Note: Most E2 addons do not register themselves as extensions and thus cannot be turned on or off with the above commands. A notable exception is the propcore extension in the UWSVN, which is disabled by default.
      Also, you must run wire_expression2_reload in order for enabling/disabling extensions to take effect."
      Here is the list of functions that propCore provides: github.com/wiremod/wire/wiki/Prop-core And setAng is one of them. So enabling propcore must fix it.

  • @benrichard5667
    @benrichard5667 7 лет назад +4

    Every time i go to use the suspension module thingy, it throws an error code saying that SLAVE:setAng isn't a proper function

    • @Georetic
      @Georetic 5 лет назад

      I know it's late but I believe the problem is that you don't have an extension (propcore) enabled in E2. I think you can 'fix' this, in singleplayer only, by following the instructions on this image: image.prntscr.com/image/33WMdj9XSi2cHgA5L5R-CQ.png
      Although I recommend you enable them all in singleplayer.
      "Note: Most E2 addons do not register themselves as extensions and thus cannot be turned on or off with the above commands. A notable exception is the propcore extension in the UWSVN, which is disabled by default.
      Also, you must run wire_expression2_reload in order for enabling/disabling extensions to take effect."
      Here is the list of functions that propCore provides: github.com/wiremod/wire/wiki/Prop-core And setAng is one of them. So enabling propcore must fix it.

    • @benrichard5667
      @benrichard5667 3 года назад

      @@Georetic Thanks for the help! I'll try this later on

  • @SimpleHoon
    @SimpleHoon 6 лет назад +4

    anyone getting "Directive (@name) must appear before code at line 2 char 1" delete //acf startup from above the first line.

  • @ironichoneybadger5066
    @ironichoneybadger5066 4 года назад +1

    4:19
    perfectly balanced, as all things should be

  • @edwardkenway148
    @edwardkenway148 8 лет назад +1

    How do I do it for more wheels the precision alignment can't take more than 9 points so what I should do about hydraulics part?

    • @ZcytheGaming
      @ZcytheGaming  8 лет назад

      basically do what I did to each wheel. And just keep doing it till its done, I will make a Tank tutorial w/ suspension as good as this.

    • @edwardkenway148
      @edwardkenway148 8 лет назад

      Ok thanks.

    • @ZcytheGaming
      @ZcytheGaming  7 лет назад

      eventually.

  • @gelatinoussire7772
    @gelatinoussire7772 8 лет назад +1

    Wheels don't rotate like they should. Wheels roll over sideways. Can't dupe machine because it won't duplicate the hydraulics for some reason.

    • @ZcytheGaming
      @ZcytheGaming  8 лет назад +1

      Did you ball socket correctly?, As for duplication, you are using the advanced duplicator right?

    • @gelatinoussire7772
      @gelatinoussire7772 8 лет назад +1

      Advanced duplicator 2. My vehicle is facing north, and I have the exact same settings for the ball socket. I've tried to change the settings to see if I can fix it, but it doesn't work no matter what I do.

    • @ZcytheGaming
      @ZcytheGaming  8 лет назад +1

      Then I'm unsure how to help, and I am terribly sorry I cannot. I wish only for you to find a solution.

    • @gelatinoussire7772
      @gelatinoussire7772 8 лет назад +1

      Yes! I got it working. I decided to make it on the flatgrass map, facing the Flattywood sign (which I assumed was north for some reason). It decided to roll only sideways, so I realized that I wasn't actually facing north, and I changed the settings of the ball socket to fix it. It works now, thanks for your awesome tutorial!

    • @ZcytheGaming
      @ZcytheGaming  8 лет назад +1

      Deathpuff12 Glad you got it working! Remember that on any map, the top of your spray is north.

  • @zsoleszgamer6271
    @zsoleszgamer6271 8 лет назад

    You dont need to click on the sides for adv ball socket, u can click anywhere

    • @ZcytheGaming
      @ZcytheGaming  8 лет назад

      +zsolesz gamer Oh, Well either way it works, and it helped me visualize how it kind of works.

    • @zsoleszgamer6271
      @zsoleszgamer6271 8 лет назад

      im just saying to make things easyer :D

  • @GMODISM
    @GMODISM 8 лет назад +2

    Great tutorial!

  • @zubbbz8541
    @zubbbz8541 7 лет назад +2

    the only good tutorial

  • @madakhan
    @madakhan 2 года назад

    I can’t figure out how to make a six wheel vehicle with the mirror, any tips?

  • @13B-POWAH
    @13B-POWAH 7 месяцев назад

    i bring unfortunate news, im not sure if its something im doing wrong addon-wise, but the method of using PA for wire hydraulics doesn't seem to work anymore

    • @xanar1358
      @xanar1358 7 месяцев назад

      i bring fortunate news there is a fork of precision alignment also for some reason the wire hydraulic does work in multyplayer but it work in signleplayer

    • @13B-POWAH
      @13B-POWAH 6 месяцев назад

      what's the fork? also i was trying this in singleplayer

    • @13B-POWAH
      @13B-POWAH 6 месяцев назад

      ill try again in multiplayer if i get the time

    • @xanar1358
      @xanar1358 6 месяцев назад

      @@13B-POWAH the offbrand version is called "precision alignment" and its made by a guy called GNU. And fork is when someone makes something makes it open to the public and some takes it and makes adjustments to it

  • @aclevername8399
    @aclevername8399 7 лет назад +1

    I was wondering, what exactly does Constant and Damping do?

    • @ZcytheGaming
      @ZcytheGaming  7 лет назад +1

      Truth be told i'm not sure, I never really experimented with the numbers enough.

    • @JudoP_slinging
      @JudoP_slinging 6 лет назад

      Constant is basically spring constant, it's how stiff the spring is. The higher it is the more force will be required to move wheels from neutral position and the more force they will return to neutral with. Heavier cars need stronger constant. Ideally you want a constant such that the biggest bumps you expect to hit will max out your available wheel travel.
      Damping is like the delta (or $) if you have ever coded hovering e2 thrusters before. It basically punishes and slows down high speeds, it slows the amount of time to return to neutral initially but then heavily cuts down the oscillations and springing around the neutral point. If you have no damping you return to neutral fast but then overshoot it and keep oscillating back and forth past it.
      Ideally you want higher damping for fewer really big bumps and low damping for many smaller bumps. This is because you need fast return to neutral if you hit many smaller bumps in sequence, but if you hit big bumps you need something that will cancel the large oscillations out and perform smoothly.
      You may want to look up PID controller- P relates to constant and D relates to damping. You can ignore the I bit, it's an extra factor that can be added which accumulates over time to overcome natural failure to return to the exact start position. It's not used here.

  • @Chubbza5
    @Chubbza5 7 лет назад +1

    The ball socket things dont really work the way you described. Mine wont hold the wheel in place.

    • @bradlinsley8028
      @bradlinsley8028 7 лет назад

      You probably didn't build north because I had that problem then I fixed the orientation and it worked

  • @sampindrock9108
    @sampindrock9108 2 года назад

    Probably a bit late but I'm stuck on the step where you connect the hydraulics to the wheels. The odd and even step.
    It's giving me errors and saying its a nil value.
    any advice?

    • @sampindrock9108
      @sampindrock9108 2 года назад

      attempt to callmethod 'SetRope'

    • @TheDrummerJ
      @TheDrummerJ 2 года назад

      I have the problem that Precision Alignment can't constraint an object to itself

  • @mstsmanchance
    @mstsmanchance 8 лет назад +1

    While this tutorial is amazing and very appreciated, I can't get the E2 chip to work. I keep getting an error saying "directive (@name) is required on line 2 at character 1... which doesn't make sense because the @name is definitely there, I re-pasted the code numerous times. I need halp. :(

    • @ZcytheGaming
      @ZcytheGaming  8 лет назад +1

      Sorry man I've kinda stopped playing, and all I can suggest is check my description and make sure some of the e2 settings in the console. Otherwise I recommend maybe finding a different steering e2 or go to a legit build server and ask some who is much better with e2. :/ sorry I'm not of much help here. Tomorrow I will add another steering e2 to the pastebin.

    • @mstsmanchance
      @mstsmanchance 8 лет назад +1

      +ZcytheGaming hehe, nevermind, I did the same thing as one of the comments below, I copied some ball socket values by accident. Awesome video, definitely subbing.

  • @bluej360
    @bluej360 6 лет назад

    10:22 "Directive (@name) must appear before code at line 2 char 1" fix?? this is also happening with inputs and outputs

  • @jaronhamrick6702
    @jaronhamrick6702 8 лет назад +1

    My precision alignment tool won't set more then one point

  • @matthewr6854
    @matthewr6854 7 лет назад

    The link for pastebin where you gave us the E2 and ball-socket information isn't working.

    • @ZcytheGaming
      @ZcytheGaming  7 лет назад

      It has been over a year, and I haven't played gmod in forever. IF you're talking about the actual link not working, it is for me. Otherwise I won't be much help sorry :(

  • @banbankbarbs1791
    @banbankbarbs1791 8 лет назад

    The Steering e2 is not working it says: " left curly bracket ({) expected after if condition at line 29, char 33 " please help.

  • @Rex-xj4dj
    @Rex-xj4dj 3 года назад

    When I used this, the wheels in the front locked up

  • @kimerpelding5845
    @kimerpelding5845 6 лет назад

    Does this works on Cars with a weight from... like 120 tons? ._.

    • @Minecraftminer3000
      @Minecraftminer3000 6 лет назад

      If your car weighs 120 tons, you might want to reconsider your life choices.

  • @Kevin15673
    @Kevin15673 7 лет назад +2

    0:43 "Lets get begin!"

  • @RobbiePTSD
    @RobbiePTSD 6 лет назад

    it keeps saying u need @name to be at line 2 char 1

  • @radicalradish6853
    @radicalradish6853 7 лет назад

    When i unfreeze my car the suspension doesn't work and it just flops or freaks out

    • @Kevin15673
      @Kevin15673 7 лет назад

      your baseplate needs to be heavier than the wheels

  • @probably9085
    @probably9085 7 лет назад

    nice physgun skin btw

  • @ricke1804
    @ricke1804 4 года назад

    i need help the ball socket is not working it just has my weels just go left right i want help

    • @ZcytheGaming
      @ZcytheGaming  4 года назад

      Sorry to say, but I haven't messed with GMod since this video. Your gonna have to find help somewhere else. :( Good luck

  • @cillblinton8181
    @cillblinton8181 7 лет назад

    Do you know how I can do suspension with only three wheels. on say a tricycle?

    • @ZcytheGaming
      @ZcytheGaming  7 лет назад

      You do the same thing I do here, except for both sides of the wheel, look at the end of my ACF video for reference, though it's backward :p

  • @Ryan-gc5zd
    @Ryan-gc5zd 6 лет назад

    i followed step by step but the wheels wont rotate and the wheels sway back and fourth

    • @Ryan-gc5zd
      @Ryan-gc5zd 6 лет назад

      i just re did it, i even slowed it down but it still sways

  • @professorboxtrot4922
    @professorboxtrot4922 7 лет назад

    How do I make this support a lot of weight? Turning the damping up, it stops being effective and increasing strength at one point (about 5000 id say?) And I have a big car that weighs a lot.

    • @ZcytheGaming
      @ZcytheGaming  7 лет назад

      Mabye make the car not heavy? And make sure the wheels and baseplate are significantly more heavy then the "body"

    • @professorboxtrot4922
      @professorboxtrot4922 7 лет назад

      I'm working with a lot of acf engines and gearboxes guns etc, so I can't decrease weight.
      I've also tried making the body and wheels heavier, no such luck.

    • @ZcytheGaming
      @ZcytheGaming  7 лет назад

      Umm... well i'm not sure, Making the baseplate and wheels heavier works for me. Also remember that the wheels must be lighter than the baseplate. And your baseplate needs to be heavier than all of the combined ACF parts attached to it.

    • @professorboxtrot4922
      @professorboxtrot4922 7 лет назад

      That didn't seem to work, What happens is the suspension isn't able to support the car and this happens:
      Before:
      steamcommunity.com/sharedfiles/filedetails/?id=868000326
      After:
      steamcommunity.com/sharedfiles/filedetails/?id=868000207

    • @ZcytheGaming
      @ZcytheGaming  7 лет назад

      What are the the weights?

  • @yosher1765
    @yosher1765 7 лет назад

    I put down the E2 on the plate with the code in it but it says "Directive (@name) must appear before code at line 2 char 1" please help
    NVM I noticed what I was doing wrong, LOL.

    • @Rex-xj4dj
      @Rex-xj4dj 3 года назад

      What did you do wrong

  • @pewnews6935
    @pewnews6935 6 лет назад +1

    Your e2 doesn’t work

  • @mrsobelek
    @mrsobelek 7 лет назад

    Clicked for tutorial, stayed for synthwave

    • @ZcytheGaming
      @ZcytheGaming  7 лет назад

      Thanks! One of my favorite albums.

  • @superdestructorx
    @superdestructorx 7 лет назад

    Thanks, great tutorial!

  • @pizzakeitto
    @pizzakeitto 7 лет назад +3

    When i spawn in the E2 steering thing it says "No such function: entity:setAng(angle) at line 31, char 15" Can you help?
    E: After like 2 seconds found answer in google :P Sorry for my comment. Amazing tutorial bro

    • @ZcytheGaming
      @ZcytheGaming  7 лет назад +1

      Glad you found a solution, I was halfway onto searching google myself when I read your edit. Thanks.

    • @lxndr9044
      @lxndr9044 7 лет назад

      where did you find the solution?

    • @Maks-rz8zb
      @Maks-rz8zb 7 лет назад

      facepunch.com/showthread.php?t=1256001

    • @user-qt5mh7fc3w
      @user-qt5mh7fc3w 5 лет назад +1

      "wire_expression2_extension_enable propcore" on console to fix.
      You could have copypasted the command here instead of telling that you've found the solution on google, not only it would have taken less time to type but also it would have been more helpful for other people. Also facepunch link got 404'd.

  • @ZcytheGaming
    @ZcytheGaming  8 лет назад +7

    5:20 ish fail edit.

    • @dalee.9128
      @dalee.9128 7 лет назад

      ZcytheGaming you can press shift to wire multiple at once

  • @dootdoot1828
    @dootdoot1828 7 лет назад

    Does anyone know how to fix the problem of the steering not working over 5 mph?

  • @CJGTLGAMER
    @CJGTLGAMER 8 лет назад

    i need help i get an errar that seas entitty:setang(angel) line 31 chr 15 what do i do on the stering

    • @professorboxtrot4922
      @professorboxtrot4922 7 лет назад +1

      Go into Q>Utilities>Admin>E2 Extensions and enable all of them, Then in console type: wire_expression2_reload

    • @Lc4Tuna
      @Lc4Tuna 5 лет назад

      @@professorboxtrot4922 thanks man

  • @cringlez1096
    @cringlez1096 7 лет назад

    so lets get begin!

  • @darktoonlinko3468
    @darktoonlinko3468 7 лет назад

    this is bullshit the steering E2 simply doesnt work for me i put it its red it says that some characters dont exist and if i delete them than it has errors i dont even understand so yeah for me its a failure

  • @ruttokello6222
    @ruttokello6222 7 лет назад +2

    Why you need to build north??

  • @tonycastro1618
    @tonycastro1618 8 лет назад +1

    very nice :D

  • @weastfab2311
    @weastfab2311 8 лет назад

    mine doesn't freak out like that now now it just stays in one pot and the wheels just sag plz help

    • @weastfab2311
      @weastfab2311 8 лет назад

      nvm fixed it maybe haven't fully finished this part

    • @weastfab2311
      @weastfab2311 8 лет назад

      nope still have problems

  • @silverheart302
    @silverheart302 6 лет назад

    E2 seems broken, Game Crashes as soon as it attempts to load your Chip

    • @ZcytheGaming
      @ZcytheGaming  6 лет назад

      Silverheart this doesn't make sense. If a chip doesn't work, it should just throw an error or something. I've never heard of a simple e2 chip causing a crash. And if your talking about the steering e2 that's not my chip, and it was made years ago. I'd try searching for a updated steering chip.

    • @silverheart302
      @silverheart302 6 лет назад

      This perplexed me as well, as no e2 chip crashed my game before, especiallly not when i just copy the code into the Editor. ill go look for an updated version then.

  • @isaiahduarte9210
    @isaiahduarte9210 8 лет назад

    alrightjust added you I am vShazerJr

  • @pkbossmanawd349
    @pkbossmanawd349 8 лет назад +1

    its good now :D

  • @Thomas-go9ge
    @Thomas-go9ge 7 лет назад +1

    UFGFFGFG I SPENT 1 HOUR ON THIS AND I FAILED

  • @banstack2869
    @banstack2869 7 лет назад

    it says cannot constrain entity to itself

  • @weastfab2311
    @weastfab2311 8 лет назад

    Hey I messaged you asking if you have time to help me with this part

  • @SWETHOR02
    @SWETHOR02 7 лет назад

    I do not have the advanced wire tool plizz help

    • @JoeMakaFloe
      @JoeMakaFloe 7 лет назад

      Wiremod has been updated so the advanced wire tool is the standard tool now, the legacy tool has been removed cause it was never used

  • @nicholascarr6251
    @nicholascarr6251 8 лет назад

    Can you build a engine, like a V-12,8,6 pls

    • @ZcytheGaming
      @ZcytheGaming  8 лет назад

      +Gamer_time What like e2 engines? Otherwise its all very similar just mess with the final drive until it works well.

    • @nicholascarr6251
      @nicholascarr6251 8 лет назад

      Like a e2 engine.

    • @ZcytheGaming
      @ZcytheGaming  8 лет назад

      Sorry don't know anything about e2 engines.

  • @kivi5586
    @kivi5586 6 лет назад

    the e2 setang steering is outdated please update it

    • @Georetic
      @Georetic 5 лет назад

      I know it's late but I believe the problem is that you don't have an extension (propcore) enabled in E2. I think you can 'fix' this, in singleplayer only, by following the instructions on this image: image.prntscr.com/image/33WMdj9XSi2cHgA5L5R-CQ.png
      Although I recommend you enable them all in singleplayer.
      "Note: Most E2 addons do not register themselves as extensions and thus cannot be turned on or off with the above commands. A notable exception is the propcore extension in the UWSVN, which is disabled by default.
      Also, you must run wire_expression2_reload in order for enabling/disabling extensions to take effect."
      Here is the list of functions that propCore provides: github.com/wiremod/wire/wiki/Prop-core And setAng is one of them. So enabling propcore must fix it.

  • @kristangame9429
    @kristangame9429 6 лет назад

    Derective (@name) must appere before code at line 2 char 1 Help!

  • @Lambda01
    @Lambda01 8 лет назад

    My wheels won't spin at all. Help?

    • @Lambda01
      @Lambda01 8 лет назад

      BUT this is an amazing tutorial either way! Best one out there!! All the others out there are wayyyy too vague. Awesome!!

    • @Lambda01
      @Lambda01 8 лет назад

      Nvm actually... I got it. Awesome tutorial!!

    • @chop0072
      @chop0072 8 лет назад

      Rest in rip idubs

  • @weastfab2311
    @weastfab2311 8 лет назад

    wait no I changed it its Mr.Weast

  • @bridgerjohnson6941
    @bridgerjohnson6941 8 лет назад

    I need help pasting the e2 code. can anyone help me? i need to know where to extract the E2 file in the good folder

    • @ZcytheGaming
      @ZcytheGaming  8 лет назад

      +Bridger Johnson How are you having trouble? Like all you have to do is past the stuff into the E2, and save it. And update the list on the wire menu.

    • @ZcytheGaming
      @ZcytheGaming  8 лет назад

      +Bridger Johnson Also keep in mind, that the pastebin has multiple codes, for multiple chips.

    • @bridgerjohnson6941
      @bridgerjohnson6941 8 лет назад

      +ZcytheGaming i was being stupid sorry. lol. Also on the steering E2 it says "unknown character found (.)" the period after ball socket adv.

    • @ZcytheGaming
      @ZcytheGaming  8 лет назад

      I'm not sure, The code works for me, I'd suggest trying to re-paste it and save it. I'm sorry I can't help you on this part.

    • @bridgerjohnson6941
      @bridgerjohnson6941 8 лет назад

      +ZcytheGaming i have multiple times. can you look on your link at the steering code? the period is on line 46 on the page.

  • @TheBlueScroom
    @TheBlueScroom 3 года назад

    My wheels are spinning the wrong way

  • @isaiahduarte9210
    @isaiahduarte9210 8 лет назад

    do you do holo?

    • @ZcytheGaming
      @ZcytheGaming  8 лет назад

      Nope, I just know how to setup cars.

  • @camronthomas5087
    @camronthomas5087 6 лет назад

    cant get the e2 chip

  • @venomdrop3166
    @venomdrop3166 8 лет назад

    Can I not use ACF

    • @ZcytheGaming
      @ZcytheGaming  8 лет назад

      Yeah, use whatever means you feel to get the vehicle going.

  • @isaiahduarte9210
    @isaiahduarte9210 8 лет назад

    if you can make a holo with 0 ops and have it move without parenting come and show me

    • @isaiahduarte9210
      @isaiahduarte9210 8 лет назад

      add me on steam trust me i can show you
      we will join a server and i will show you wrong

    • @vej5010
      @vej5010 8 лет назад

      +ZcytheGaming toWorld() magic my friend

  • @isaiahduarte9210
    @isaiahduarte9210 8 лет назад

    the e2 is not working

    • @ZcytheGaming
      @ZcytheGaming  8 лет назад

      +Isaiah Duarte How? Whats it say, Give me more information so I can help you, because it works for me.

    • @isaiahduarte9210
      @isaiahduarte9210 8 лет назад

      the part that says if(replied)){ say("ITS JUST A PRANK BRO")

    • @ZcytheGaming
      @ZcytheGaming  8 лет назад

      Oky m8, wanna go? I'll rek you i swear on me mum.. 1v1 me cod mw2

    • @isaiahduarte9210
      @isaiahduarte9210 8 лет назад

      I will use my minecarft hacks -_-

  • @pepper-pultpult1604
    @pepper-pultpult1604 6 лет назад

    is it possible to do this car but without acf;and make steering and gas like in this video:ruclips.net/video/Flex-2so_Zs/видео.html

  • @Neldonax
    @Neldonax 7 лет назад

    Oh

  • @Maks-rz8zb
    @Maks-rz8zb 7 лет назад

    music please.

    • @ZcytheGaming
      @ZcytheGaming  7 лет назад

      Home - Odyssey

    • @Maks-rz8zb
      @Maks-rz8zb 7 лет назад

      ZcytheGaming thank you very much!

    • @Maks-rz8zb
      @Maks-rz8zb 7 лет назад

      man, u sure that this music is Home - Odyssey? i was looking for that but i think its different music

    • @Maks-rz8zb
      @Maks-rz8zb 7 лет назад

      and, uh, i want first music from second movie about ACF car

  • @Blyter7
    @Blyter7 8 лет назад

    build one without mods

    • @Kot337
      @Kot337 8 лет назад

      you mean addons?

    • @ZcytheGaming
      @ZcytheGaming  8 лет назад

      I do not know how. And I don't think limiting myself will be fun in this game. (Not that I play it anymore)

  • @zerobyter
    @zerobyter 8 лет назад

    Dude you desperately need to make videos along side a script...

    • @ZcytheGaming
      @ZcytheGaming  8 лет назад +2

      Agreed but it was a heat of the moment kind of thing. I tried my best not to stutter, trust me you haven't heard the worst of it.

  • @weastfab2311
    @weastfab2311 8 лет назад

    my steam name is DSMRSpektrum

  • @jaronhamrick6702
    @jaronhamrick6702 8 лет назад

    My precision alignment tool won't set more then one point

    • @ZcytheGaming
      @ZcytheGaming  8 лет назад

      Mine works fine, make sure you have the right kind, Check my collection, steamcommunity.com/sharedfiles/filedetails/?id=582472912

    • @elihalverson3644
      @elihalverson3644 8 лет назад

      Same problem and i have the same tool as you.