Post Your Current WIP: V6 "I will stroke a doll. You will benny fit!"
3,015 replies, posted
Quick little 2 hour build going to finish the cockpit tomorrow and fiddle with fin to get it flying
[t]https://steamuserimages-a.akamaihd.net/ugc/851592876997274292/4CAD9F919587D834BF7E670E66D0D4F7193A0CEC/[/t]
making the gas station out of Jalopy
[t]http://i.imgur.com/KKC9bzg.jpg[/t]
*edit*
Progress
[t]http://i.imgur.com/uj8csTc.jpg[/t]
[QUOTE=Magrathea;52386546]making the gas station out of Jalopy
[t]http://i.imgur.com/KKC9bzg.jpg[/t]
*edit*
Progress
[t]http://i.imgur.com/uj8csTc.jpg[/t][/QUOTE]
Will one be able to build an empire out of stealing gasoline and trading up on the price of stöff and Prachtvott Rot?
[QUOTE=MrWhite;52387070]Will one be able to build an empire out of stealing gasoline and trading up on the price of stöff and Prachtvott Rot?[/QUOTE]
Coffee beans, five thousand toolkits, a packet of tobacco and one crowbar coming right up!
Have a hologram 88mm,proper size,but at the cost of not being able to color the gun and not having a recoil animation...
[t]http://i.imgur.com/oiAyYNW.jpg[/t]
OR
Have a legit 100mm gun sticking out of the mantlet like a giant dong?
[t]http://i.imgur.com/ye48ZM6.jpg[/t]
Go with the 100mm and give it a new Ausf one notch past what the real tank used. Call it a theoretical/prototype vehicle where they were experimenting with larger guns.
Hell, you could even use the Soviet muzzle brake and call it a field experiment tiger mounting the gun from an SU-100.
[QUOTE=TestECull;52387312]Go with the 100mm and give it a new Ausf one notch past what the real tank used. Call it a theoretical/prototype vehicle where they were experimenting with larger guns.
Hell, you could even use the Soviet muzzle brake and call it a field experiment tiger mounting the gun from an SU-100.[/QUOTE]
Hey good idea,but I'm thinking about making a separate version with that. Kinda like what they did with the 10.5cm Tiger II. However,I'm trying to make a Tiger H1...so yeah. :P
EDIT: Also,I forgot holos are colorable lol
ACF Guns have parent attachments on their models, you can do this:
[CODE]holoParentAttachment(1, Gun,"Muzzle")[/CODE]
To have whatever holo 1 is move with the muzzle, which coincidentally has the recoil animation.
Привет товарищи
[t]https://steamuserimages-a.akamaihd.net/ugc/852718778179855775/28E327890663BF46B9BD24D8B07999713C7E0FB6/[/t]
"Soviet T55A on training mission - 1970"
الله أكبر!
سوريا الحرة!
[t]https://steamuserimages-a.akamaihd.net/ugc/852718778179819047/9F3CC1B6EEA1CAA9BBD9C5CAC302926081FBE65B/[/t]
"Syrian T55As roll out to push forward on ISIS positions"
[t]https://steamuserimages-a.akamaihd.net/ugc/852718778179782687/CF5043334025DCE8D9A57DED20737965B00B45AA/[/t]
Hey all, basically I finished my T55A. What I call my "hero" version, as I made on in the past and it wasnt super good.
She packs a 100mm Д-10Т2С and a 7.62mm ПКМ. 36 tons, 500hp. A blast to drive.
Gunner also hase IR sights for night operations.
[QUOTE=WizardLizard;52388055]ACF Guns have parent attachments on their models, you can do this:
[CODE]holoParentAttachment(1, Gun,"Muzzle")[/CODE]
To have whatever holo 1 is move with the muzzle, which coincidentally has the recoil animation.[/QUOTE]
Thanks!
I made a public radio e2 to put in cars
It outputs a string for the link, which can be used in stream radio
[CODE]@name Radio
@inputs Next Prev Active
@outputs Song String:string Title:string
@persist Files:array Dur Line:array
@trigger Next Prev Active
#[
Please fucking read this i don't wanna help you do things that i've already listed in here cause you're too lazy to read this..
Link the stream radio "Stream URL" to the chips String output
Link the stream radio "Play" and the chips "Active" to a toggle input
Link Next and Prev to inputs to change song
Make .txt document at /garrysmod/data/e2files/ named "radio"
Variables are split by "," in the document
A song should look somewhat like:
1,230500,http://megan-allen.memory-of.com/uploads/audios/audio633701952397827500.mp3,Seven Nation Army
This is my first song in my radio.
The first number is the song number, first = 1 and so on
The second number is the song length in milliseconds, so 5 minutes is 300000 milliseconds
The number makes sure that the radio switches song when the song is over.
The string is the string for the stream radio, outputted by "String:string"
The fourth variable in this case "Seven Nation Army" will be outputted according to the current song.
The first number doesnt actually matter, however it makes changing songs and links easier, since many links expire after time.
You cannot upload music from youtube or soundcloud, and i wouldnt reccomend using "youtubeinmp4", since their links expire after time.
I use "musicpleer.audio/" to copy links for all my songs.
You can download my radio that i use for all my cars. I might update it and i might not...
https://pastebin.com/hd0uDSG5
good luck o/
oh and also be sure to validate your links once in a while and replace broken ones
]#
if(dupefinished()){reset()}
if(first()){runOnFile(1),Song=1,fileLoad("radio.txt")}
if(fileClk()){Files=fileRead():explode("\n")}
if(changed(Next)&Next){Song=Song+1},if(changed(Prev)&Prev){Song=Song-1}
if(Song>=Files:count()+1){Song=1},if(Song<=0){Song=Files:count()}
if((changed(Song)&Active)|(Active&changed(Active))|first()){
Line = Files[Song,string]:explode(",")
Dur = Line[2,string]:toNumber()
String = Line[3,string]
Title = Line[4,string]
if(Dur!=0){timer("continue",Dur)}}
if(clk("continue")&Active){Song=Song+1}
#Wow that was short, wasn't it?
[/CODE]
todays project is *drum roll pls*
[t]https://steamuserimages-a.akamaihd.net/ugc/851592877003322805/48E24BC892482CBB86A621FB348A845606D3CCA9/[/t]
who can guess what car this is
[QUOTE=Jack Kanoff;52389882]todays project is *drum roll pls*
[t]https://steamuserimages-a.akamaihd.net/ugc/851592877003322805/48E24BC892482CBB86A621FB348A845606D3CCA9/[/t]
who can guess what car this is[/QUOTE]
america in its purest form
[DEL]gumpert apollo[/DEL]:hammered:
[QUOTE=Sadogus;52389728]I made a public radio e2 to put in cars
It outputs a string for the link, which can be used in stream radio
[CODE]@name Radio
@inputs Next Prev Active
@outputs Song String:string Title:string
@persist Files:array Dur Line:array
@trigger Next Prev Active
#[
Please fucking read this i don't wanna help you do things that i've already listed in here cause you're too lazy to read this..
Link the stream radio "Stream URL" to the chips String output
Link the stream radio "Play" and the chips "Active" to a toggle input
Link Next and Prev to inputs to change song
Make .txt document at /garrysmod/data/e2files/ named "radio"
Variables are split by "," in the document
A song should look somewhat like:
1,230500,http://megan-allen.memory-of.com/uploads/audios/audio633701952397827500.mp3,Seven Nation Army
This is my first song in my radio.
The first number is the song number, first = 1 and so on
The second number is the song length in milliseconds, so 5 minutes is 300000 milliseconds
The number makes sure that the radio switches song when the song is over.
The string is the string for the stream radio, outputted by "String:string"
The fourth variable in this case "Seven Nation Army" will be outputted according to the current song.
The first number doesnt actually matter, however it makes changing songs and links easier, since many links expire after time.
You cannot upload music from youtube or soundcloud, and i wouldnt reccomend using "youtubeinmp4", since their links expire after time.
I use "musicpleer.audio/" to copy links for all my songs.
You can download my radio that i use for all my cars. I might update it and i might not...
https://pastebin.com/hd0uDSG5
good luck o/
oh and also be sure to validate your links once in a while and replace broken ones
]#
if(dupefinished()){reset()}
if(first()){runOnFile(1),Song=1,fileLoad("radio.txt")}
if(fileClk()){Files=fileRead():explode("\n")}
if(changed(Next)&Next){Song=Song+1},if(changed(Prev)&Prev){Song=Song-1}
if(Song>=Files:count()+1){Song=1},if(Song<=0){Song=Files:count()}
if((changed(Song)&Active)|(Active&changed(Active))|first()){
Line = Files[Song,string]:explode(",")
Dur = Line[2,string]:toNumber()
String = Line[3,string]
Title = Line[4,string]
if(Dur!=0){timer("continue",Dur)}}
if(clk("continue")&Active){Song=Song+1}
#Wow that was short, wasn't it?
[/CODE][/QUOTE]
can it play live eradio or just locally stored stuff?
[QUOTE=Jack Kanoff;52389882]todays project is *drum roll pls*
[t]https://steamuserimages-a.akamaihd.net/ugc/851592877003322805/48E24BC892482CBB86A621FB348A845606D3CCA9/[/t]
who can guess what car this is[/QUOTE]
Is it a Mopar?
[QUOTE=Supertoaster7;52389970]Is it a Mopar?[/QUOTE]
yup
little update just need to make it drive now
[t]https://steamuserimages-a.akamaihd.net/ugc/851592877004126949/0A53D2F2E8159AEB5F5EF4E187A208F32160F82E/[/t]
[QUOTE=TestECull;52389961]can it play live eradio or just locally stored stuff?[/QUOTE]
This is only made to play local links, however if you set one of them to the live radio and set the duration to a really high number then i think it works
[QUOTE=Jack Kanoff;52391193]little update just need to make it drive now
[t]https://steamuserimages-a.akamaihd.net/ugc/851592877004126949/0A53D2F2E8159AEB5F5EF4E187A208F32160F82E/[/t][/QUOTE]
Looks nice but you really need to use any other colour than dark gray / black. In GMod, it sucks out all the life and soul of an otherwise very nice shape since the curvature just blends together and becomes a big blob. Paint it any other colour on the spectrum and give it some chrome to contrast it - will make it pop much more.
Why is cheez' T55a being rated dumb? It's gorgeous
Also, 8x8 APC I plan to release, but I need more ideas for vehicles. Terminator suggested a modern light tank.
[t]https://my.mixtape.moe/zcsgyh.jpg[/t]
It's 26t, amphibious, speedy, and can carry around 8 dudes with some thick, but brittle armor.
-snip-
Progress has been made.
Turret container thingies isn't complete yet obviously, but it's coming together real nicely for me. So hyped to see this badgirl get painted in action because it looks ugly as hell with sprops material.
The 2a46m looks sick though. Thanks AW models for being gorgeous.
[T]https://steamuserimages-a.akamaihd.net/ugc/868481565964086156/FD789792A715B10003D3B88878CD549C2C957152/[/T] [T]https://steamuserimages-a.akamaihd.net/ugc/868481565964086493/5122D061E7A57D8412F8FCD13A8A5F702D768234/[/T]
[T]https://steamuserimages-a.akamaihd.net/ugc/868481565964086926/B2BADAD8C68E545AD4BA11482F5969691926C7CD/[/T] [T]https://steamuserimages-a.akamaihd.net/ugc/868481565964087495/EF73EF83125870BBB8BB0C46EC38B6E89033B745/[/T]
Once i'm done with it i'll move on to its brothers, sisters and cousins. (t72b m84 t72s t72b3? Asad Babil, bmt-72 and so on.)
Also something extra.
[T]https://steamuserimages-a.akamaihd.net/ugc/868481375599404107/0373B859BB74B98401B7CD563D90CF8A225524FC/[/T]
[QUOTE=Jackpody;52392549]Looks nice but you really need to use any other colour than dark gray / black. In GMod, it sucks out all the life and soul of an otherwise very nice shape since the curvature just blends together and becomes a big blob. Paint it any other colour on the spectrum and give it some chrome to contrast it - will make it pop much more.[/QUOTE]
thanks :D , and im really bad with color
[QUOTE=Jack Kanoff;52391193]little update just need to make it drive now
[t]https://steamuserimages-a.akamaihd.net/ugc/851592877004126949/0A53D2F2E8159AEB5F5EF4E187A208F32160F82E/[/t][/QUOTE]
[CODE]I see a mopar and I want to paint it BLACK[/CODE]
Left or Right?
[t]https://steamuserimages-a.akamaihd.net/ugc/851593088598494259/AACB225770C2A48A0039493517BD8102785A6A39/[/t]
[QUOTE=Amplar;52392573]Why is cheez' T55a being rated dumb? It's gorgeous[/QUOTE] Because it's a ridiculous amount of props/holos
Anyway, working on a M8 AGS/Thunderbolt ll/Buford
[T]http://i.imgur.com/yLkK89k.jpg[/T]
The 3d model next to it is from AW, its shit and broken and only using it for hull angles and scale.
[T]http://btvt.narod.ru/3/m8.files/M8_1.jpg[/T]
[QUOTE=Amplar;52392573]It's 26t, [B]amphibious[/B][/QUOTE]
[T]http://i.imgur.com/NG3KqKH.jpg[/T]
Haven't built anything in a solid 5 months.
Perhaps its time for a new MBT? Take a wild fucking guess.
[T]https://steamuserimages-a.akamaihd.net/ugc/854970836910725855/CB3E4D48F079CBE3F32A980DEE90BFD3AA99F5A7/[/T]
[T]https://steamuserimages-a.akamaihd.net/ugc/854970836910726421/830ABCCCE7D4F4405255E147ADA0B2207313CCB0/[/T]
[T]https://steamuserimages-a.akamaihd.net/ugc/854970836910726790/AECB8BFEDD075488876CE89186E31E6FDC4CEFC8/[/T]
just need to complete this bitch and get some colour schemes goin on
challenger 1?
Sorry, you need to Log In to post a reply to this thread.