k, so i guess u culd say im pretty adept at vehicle making, but a constant problem i run into is that anytime i get up to speed, bullets end up spawning behind their turrets and hitting the vehicle, they still work but it makes a rly irritating noise, do u know how to fix? This goes for cars as well as planes, or anything moving at a decent speed for that matter.
NOTE EXPRESION 1 IS OUT OF DATE, USE ONLY IF YOU ONLY HAVE EXPRESSION 1, IF YOU HAVE EXPRESSION 2, USE THE CODE BELOW(courtesy maxlusher) AND WIRE THE SAME WAY, JUST DIFFERENT CHIP KTHXBYE :D
Converted for E2: @name Plane E2 Chip @inputs Space W A S D @outputs For Side Up #Converted by macks_is_cool (Max) For=0 Side=0 Up=0 if (Space) {For=2147483647*2147483647} else {For=0} if (D) {Side=2147483647*2147483647} else {Side=0} if (A) {Side=-2147483647*2147483647} else {Side=0} if (S) {Up=2147483647*2147483647} else {Up=0} if (W) {Up=-2147483647*2147483647} else {Up=0}
Is it possible to have it so your plane will follow your view direction? Like, when I am in a plane, and I look left, my plane will fly left, or if I look down, my plane will fly down?
@Solarstance1 try looking up a tutorial using laser pointers to do that but, replace the laser pointer receiver with the advanced pod controller's x y z values.
@name Plane CPU Chip @inputs Space A D W S @outputs For Side Up #Converted by merlilith For = 0 Side = 0 Up = 0 if (For = 0 & Space) {For = 2147483647 * 2147483647} if (Side = 0 & D) {Side = 2147483647 * 2147483647} if (A) {Side =- 2147483647 * 2147483647} if (Up = 0 & S) -> {Up = 2147483647 * 2147483647} if (W) {Up =- 2147483647 * 2147483647}
@MerlilithProductions - Could you post the E2 version on here if you wouldn't mind? Or send it to me? I've finished everything except that chip. Pleaseandthankyou.
@minimozz666 I havn't used e2 for a while, now I know the basics again it was piece of cake. But I just looked at the vid and created it in the comments so it's possible it has some mistakes.
but the weird thing is that even the E1 chips fcks up with me so tell me if it works. and that big number is the limit jagex can go so I don't get it why they take that number for the thruster power....
@MerlilithProductions hey, thanks for the help with the e2's and stuff. Just saying the only reason i have the largest number squred is cuz that's wut worked for me, I think i should note taht you can change the weight of the thrusters or change the numbers to fit your needs. anyway, thnx for the helpful comments. really helps people who want this to use an e2 chip :D
Heres what I normally do. make a toggable thruster at teh nose with just enought power to keep it from going down, yoou gatta mess with the force tho nice vid
@1984zext I know I have to do this, I did it. But the expression 2 is still red. E1 and E2 is not the exact same. @endurance3952 ask your friend to make e2 version
@schipperkenator i need it too so i ask for it. a expression is just like a CPU, it control the whole thing to work. it's ok if you don't have the expression code, you just need to use more time to work it out
What?? This is awesome music
carlolover1 1 month ago
when i typed in the 0 and all the other numbers, they were red, everything else was green, is this supposed to happen?
kingroflcopterz 1 month ago
@kingroflcopterz i'm a beginner with E2
kingroflcopterz 1 month ago
HELP! I did everything but only A, D, and Space work! I CANT TAKE OFF!
misplacedmtnman 2 months ago
The expression chip won't work!
AussieMUDKIPZ 2 months ago
Comment removed
dlcoates1 3 months ago
Why can't I turn right? and why wont my plane move? The thrusters work but nothings working..
Samstorm139 4 months ago
@Samstorm139 I am having the same problem!
dlcoates1 3 months ago
Comment removed
misplacedmtnman 5 months ago
i see a lotta erros in wire but
it CANT stop me wiring hehe
jakeofyo 6 months ago
lol u could see him putting his arms up
NICKHINTON78111 7 months ago
I do not understand any of those codes Dx
Jetgui22 7 months ago
nice
TheAvigdor 9 months ago
Its done way to fast. You didn't really give much details. I mean its good but I'm just telling you whats missing.
SlySquriel 10 months ago
u dont have to do any of that e2 shit, just wire the thrusters to the adv pod
WalkerSoilder 10 months ago
"use officer chair!"
Zwiftex 10 months ago
i have expression 2 and i dont get anything i just get 6 squares that say expression microchip ect... help :(
reapernator64 11 months ago
I type @inputs then press spacebar and the line dissapears. Help?
SmokeScreeN4000 1 year ago
@SmokeScreeN4000 yeah that happens to me its pretty annoying hey?
runescapenoob47 11 months ago
Wow, what happened to e2... whenever I type @inputs into it the line just disapears
gladiator913 1 year ago 2
where did you get your hl2 vehicles from like the apc?
0XSpartaX0 1 year ago
Flame effects on turning thrusters = fail.
helloaidan 1 year ago
u can make only one thruster behind or ite need to be 3?
brufi69 1 year ago
k, so i guess u culd say im pretty adept at vehicle making, but a constant problem i run into is that anytime i get up to speed, bullets end up spawning behind their turrets and hitting the vehicle, they still work but it makes a rly irritating noise, do u know how to fix? This goes for cars as well as planes, or anything moving at a decent speed for that matter.
whiteboy138 1 year ago
@NICE Video but can be a little difficullt to hang on but @GREAT job!
lillaAttin 1 year ago
Ok.... I do everything you say even the chip. But when im done wireing etc. I get in the jet and nothing works at all what do i do?
MudvayneFan52 1 year ago
what are anotations and how do i turn them on?
alvarg 1 year ago
NOTE EXPRESION 1 IS OUT OF DATE, USE ONLY IF YOU ONLY HAVE EXPRESSION 1, IF YOU HAVE EXPRESSION 2, USE THE CODE BELOW(courtesy maxlusher) AND WIRE THE SAME WAY, JUST DIFFERENT CHIP KTHXBYE :D
Endurance3952 1 year ago
@name Plane E2 Chip
@inputs Space W A S D
@outputs For Side Up
#Converted by macks_is_cool (Max)
For=0 Side=0 Up=0
if (Space) {For=2147483647*2147483647} else {For=0}
if (D) {Side=2147483647*2147483647} else {Side=0}
if (A) {Side=-2147483647*2147483647} else {Side=0}
if (S) {Up=2147483647*2147483647} else {Up=0}
if (W) {Up=-2147483647*2147483647} else {Up=0}
Endurance3952 1 year ago 4
@Endurance3952 My bro fixed the E2!
@name Plane E2 Chip
@inputs Space:normal W:normal A:normal S:normal D:normal
@outputs For:number Side:number Up:number
#Converted by macks_is_cool (Max) Fixed And Updated By AirAKose
TurnForce=5
ThrustForce=2147483647
For=0 Side=0 Up=0 if (Space) {For=ThrustForce} if (D) {Side=TurnForce} elseif (A) {Side=-TurnForce} if (S) {Up=TurnForce} elseif (W) {Up=-TurnForce}
Nessinby 2 months ago
@Endurance3952 in which of the sections does this go in?
kingroflcopterz 1 month ago
3 people have no amphibious plain.
VinnyTheRuler 1 year ago
maxslusher 1 year ago 4
This has been flagged as spam show
That was Proper good, but im stuck on the expression bit, could u make a copy and pastable copy please
starkillerz121 1 year ago
That was Proper good, but im stuck on the expression bit, could u make a copy and pastable copy please
starkillerz121 1 year ago
im fine with music
suckles1 1 year ago
i need help it said on the expression chip i copy the input and output and line 1 2 3 4 5 and it says expected (() near (=) at line 1 plz help
Lemonlickerz101 1 year ago
PERFECT! Exactly what i was looking for
Jupitrong 1 year ago
Is it possible to have it so your plane will follow your view direction? Like, when I am in a plane, and I look left, my plane will fly left, or if I look down, my plane will fly down?
Solarstance1 1 year ago
@Solarstance1 try looking up a tutorial using laser pointers to do that but, replace the laser pointer receiver with the advanced pod controller's x y z values.
freakydonuts 1 year ago
i think that i will use the normal plungin imputs on the numpad and connect them the truster, its faster and easier
Symbiote88 1 year ago
on 01.15 you say that we have to look into description for downlooad but there is no download link so ???
misterlaurens96 1 year ago
I have a suggestion on which audio you should put (if that's what you meant in the video)
Secret of monkey island - brain soup of the soul ocremix
TheReallyAngryCritic 1 year ago
MerlilithProductions 1 year ago
@MerlilithProductions What should i write in @persists and @ Trigger??!"!??!
TheShylan 1 year ago
@TheShylan nothing, they don't matter for this e2
freakydonuts 1 year ago
Comment removed
MerlilithProductions 1 year ago
@MerlilithProductions - Could you post the E2 version on here if you wouldn't mind? Or send it to me? I've finished everything except that chip. Pleaseandthankyou.
minimozz666 1 year ago
@minimozz666 I havn't used e2 for a while, now I know the basics again it was piece of cake. But I just looked at the vid and created it in the comments so it's possible it has some mistakes.
but the weird thing is that even the E1 chips fcks up with me so tell me if it works. and that big number is the limit jagex can go so I don't get it why they take that number for the thruster power....
MerlilithProductions 1 year ago
@MerlilithProductions hey, thanks for the help with the e2's and stuff. Just saying the only reason i have the largest number squred is cuz that's wut worked for me, I think i should note taht you can change the weight of the thrusters or change the numbers to fit your needs. anyway, thnx for the helpful comments. really helps people who want this to use an e2 chip :D
Endurance3952 1 year ago
Comment removed
MerlilithProductions 1 year ago
Comment removed
MerlilithProductions 1 year ago
Comment removed
MerlilithProductions 1 year ago
Comment removed
MerlilithProductions 1 year ago
Comment removed
MerlilithProductions 1 year ago
Comment removed
MerlilithProductions 1 year ago
Heres what I normally do. make a toggable thruster at teh nose with just enought power to keep it from going down, yoou gatta mess with the force tho nice vid
ThaPker9966 1 year ago
I dont have Expression Chip, just Expression 2, and i dont know how that work, help? :P
Nitron95 1 year ago
@Nitron95 choose e2 tool -> mouse2 click -> new
then edit the lines like in this video
1984zext 1 year ago
@1984zext I know I have to do this, I did it. But the expression 2 is still red. E1 and E2 is not the exact same. @endurance3952 ask your friend to make e2 version
MerlilithProductions 1 year ago
Music is gay. This is why i don't want to watch this vid, though i wanted to do so until i heard the music.
Mottwww 1 year ago
THANKS MAN !
Now I can make a plane !
*thumbs up *
Best tutorial ! :D
RUSSeduard 1 year ago 2
your the best end the music is great
irakees8 1 year ago 3
@irakees8 thnx
Endurance3952 1 year ago
Could you explain the expression to me. I'd like to know why the expression works.
zxcvbnm54111 1 year ago
@mickeyyeung0528 Thanks for the enthusiasm. I didn't realize that such a simple expression would be so sought after.
schipperkenator 1 year ago
@schipperkenator i need it too so i ask for it. a expression is just like a CPU, it control the whole thing to work. it's ok if you don't have the expression code, you just need to use more time to work it out
mickeyyeung0528 1 year ago