Try using this link instead:
https://lh3.googleusercontent.com/pw/AMWts8CqjbrIp9CAcz-LYzGK2bTsyB-QrZyWewE3GJ-BHMfu0uPfO3VEDETdPd9Fik8Y1XEkTMwnfeVjKLmiZCVjw0kI3BwlDuV0of3urJKeacq6CJtFrmA7mIIa1uRQeIOndKnqI_AfRVJ44QeNm6--P8=w1030-h624-no
It's the direct link for the image you're trying to show, I think.
Yes, it's a fun flight sim but it's hard to find detailed planes sadly (with moving control surfaces and stuff, most seem to be static models for some reason).
It also went open-source a while ago, but it seems only documentation is getting made for now, maybe it'll get a feature update in the future.
See if you can find something to change the screen resolution from 1920x1080 to 1280x720 for me, I'd do it myself but I'm busy trying to rewrite that mess of an userscript I made a few months ago.
Though I do suspect it might be impossible, since the game seems to use some weird custom method for changing the screen size on fullscreen instead of what Windows normally does.
PID(70 * sum(Yaw), Heading, 0.1, 0, 0.1)
Replace sum(Yaw) with whatever input you want for the heading, the 70 * part is just there to make the input value change faster since sum() is normally very slow. The spaces are optional also, I just use them to make reading code a bit easier.
Hope that helps.
I should try building another replica some day, my last genuine attempt was... not fantastic, to say the least.
Probably won't do it very soon, but do you think a non-VR F-16 is a good starting point?
@BaconAircraft Why was this removed? Is it because of the word on the first screenshot or was it reported? If it's the former I can just censor it.
Edit: Edited out the word in case it was that.
@OPaiTaOn Se todos os posts com a palavra fossem automaticamente removidos, como saberíamos se uma conta foi hackeada? Não tem nenhum outro jeito de descobrir, melhor deixar que os posts sejam feitos e apareçam normalmente.
Man it feels really weird to write in portuguese here.
They also seem to be able to repeat the post if the original gets deleted, as I've seen u/SimpleAreospace do it.
The link also doesn't seem to do anything to your account (tried accessing it and even sending account info from @verifprotesttarget1), but it's still better to avoid it just to be sure.
@PlaneFlightX For my current account I really couldn't care less if it got hacked, since I have all my planes from it still on my pc.
My old account however, matters enough to me that I chose to lock myself out of it instead of deleting it like I did with basically every other account I had at the moment.
At least the password is pretty strong as a consequence, so maybe it won't be affected by this.
@Soardivision160th My guess is it's one of these things:
1. Dirty screen
2. Malware
3. Lag
4. An actual bug that only happens on specific devices for some reason.
Did you check if it's the first 3? If you did, and are absolutely sure that it's a bug, try using the contact option to send the developers a detailed email about this problem, including your device model, they're more likely to see it than if you make a forum (though the response can take a while, up to 2 weeks I think).
@Mantha Making cool stuff is pretty complicated, but also allows for a lot of control over how the builds end up. To be honest I don't really know how the designer could be improved, other than better tutorials.
Do you have any ideas that could make the game easier for new players without sacrificing compatibility with old builds or the level of detail we currently have?
@WNP78 @PhilipTarpley @AndrewGarrison You should take a look at this.
Not sure what the best approach to the situation is, but I think autodeleting posts with the full word using some kind of spam filter could work for now.
@ColonelStriker First go to the mods menu on the main menu and enable Overload, after that you should have a new button next to the play button that looks like a plane, if you click it while highlighting a part, a menu will open with a bunch of things you can change.
For the purposes of FT stuff, all that matters is the InputController section of things (click the button that says Part, change it to InputController), where you can change the inputId value to anything you want, as long as it's valid FT code.
You can do some pretty crazy stuff with this, but it also works for simpler things like combining inputs (inputhere + inputhere will work for most things, a minus sign will invert the input).
There is something called Funky Trees which you could use for that.
Example, to make a rotator move with pitch and trim, you'd use Pitch + Trim as the input, to add roll you'd need to use Pitch + Trim - Roll for the right rotator and Pitch + Trim + Roll for the left rotator, since it doesn't automatically invert the input.
@Auroren13 Don't take that personally, people jokingly say things like that all the time here.
It's very rare for someone to say something with the intent to offend you on this website, only seen it happen once or twice in my time here.
The name is misleading, but I'm not sure what else it could be called.
Simple implies the game is easy to play—which it was, 8 years ago when it first launched.
Maybe it should get a name change like SR2 did.
Quick question, was there any particular reason for you to set partCollisionResponse to DisconnectOnly? The entire rifle is still set to Default, so I'm curious as to why you changed it on the soldier.
There is also [url=example.com], but it doesn't seem to do anything since you can't click on text anywhere.
It's also impossible to check if it can be ended with [/url] for that same reason.
@FirstFish83828 That's how I did it, here's my bio from behind the scenes
If you're wondering where to upload it, I'd recommend imgbb, since images from postimages.org (which most people use) don't appear for some people for some reason.
@XAircraftManufacturer /Water>Transform.Translate 0,10,0 World
This would raise (aka. move along the Y axis) the water level by 10 meters. To move it down, use a negative number like -10. Feel free to also use different numbers, 10 is just an example.
You can also copy-paste this code, since it uses the code options the game assumes if you don't specify any.
wheelinputhere * clamp(inverselerp(25, 0, GS), 0.2, 1)
The wheels will move slower and slower the closer you get to 25 meters per second, if that's too low or high, just adjust the number to something else until it works the way you want.
Try using this link instead:
https://lh3.googleusercontent.com/pw/AMWts8CqjbrIp9CAcz-LYzGK2bTsyB-QrZyWewE3GJ-BHMfu0uPfO3VEDETdPd9Fik8Y1XEkTMwnfeVjKLmiZCVjw0kI3BwlDuV0of3urJKeacq6CJtFrmA7mIIa1uRQeIOndKnqI_AfRVJ44QeNm6--P8=w1030-h624-no
It's the direct link for the image you're trying to show, I think.
Yes, it's a fun flight sim but it's hard to find detailed planes sadly (with moving control surfaces and stuff, most seem to be static models for some reason).
It also went open-source a while ago, but it seems only documentation is getting made for now, maybe it'll get a feature update in the future.
See if you can find something to change the screen resolution from 1920x1080 to 1280x720 for me, I'd do it myself but I'm busy trying to rewrite that mess of an userscript I made a few months ago.
Though I do suspect it might be impossible, since the game seems to use some weird custom method for changing the screen size on fullscreen instead of what Windows normally does.
butter
\[†]/
Hmmm...
I would like to buy some shipping containers.
Edit: odd, guess it only works sometimes.
Man this bot really wants you to buy some shipping containers.
You have encountered Sea Raiders. You have 15 troops fit for battle against their 111.
PID(70 * sum(Yaw), Heading, 0.1, 0, 0.1)
Replace
sum(Yaw)
with whatever input you want for the heading, the70 *
part is just there to make the input value change faster since sum() is normally very slow. The spaces are optional also, I just use them to make reading code a bit easier.Hope that helps.
I should try building another replica some day, my last genuine attempt was... not fantastic, to say the least.
Probably won't do it very soon, but do you think a non-VR F-16 is a good starting point?
@BaconAircraft Why was this removed? Is it because of the word on the first screenshot or was it reported? If it's the former I can just censor it.
Edit: Edited out the word in case it was that.
@OPaiTaOn Se todos os posts com a palavra fossem automaticamente removidos, como saberíamos se uma conta foi hackeada? Não tem nenhum outro jeito de descobrir, melhor deixar que os posts sejam feitos e apareçam normalmente.
Man it feels really weird to write in portuguese here.
@AuroraPlanes don't comment on the posts, the bots will delete them if you do, making the moderators unable to see it.
They also seem to be able to repeat the post if the original gets deleted, as I've seen u/SimpleAreospace do it.
The link also doesn't seem to do anything to your account (tried accessing it and even sending account info from @verifprotesttarget1), but it's still better to avoid it just to be sure.
this one has already posted this... so they can repeat posts after deleting them, got it.
@PlaneFlightX For my current account I really couldn't care less if it got hacked, since I have all my planes from it still on my pc.
My old account however, matters enough to me that I chose to lock myself out of it instead of deleting it like I did with basically every other account I had at the moment.
At least the password is pretty strong as a consequence, so maybe it won't be affected by this.
oh no
rip
You also need 100 points (bronze) or more, otherwise this will just show as a normal link preceded by an exclamation mark.
@Soardivision160th My guess is it's one of these things:
1. Dirty screen
2. Malware
3. Lag
4. An actual bug that only happens on specific devices for some reason.
Did you check if it's the first 3? If you did, and are absolutely sure that it's a bug, try using the contact option to send the developers a detailed email about this problem, including your device model, they're more likely to see it than if you make a forum (though the response can take a while, up to 2 weeks I think).
@Sm10684 don't do that, these accounts delete the posts shortly after receiving a comment, which erases the evidence they were compromised.
@phrongus Question, what on earth is your name supposed to mean? I don't think I ever saw that word before, or whether it even is one.
@Mantha Making cool stuff is pretty complicated, but also allows for a lot of control over how the builds end up. To be honest I don't really know how the designer could be improved, other than better tutorials.
Do you have any ideas that could make the game easier for new players without sacrificing compatibility with old builds or the level of detail we currently have?
@WNP78 @PhilipTarpley @AndrewGarrison You should take a look at this.
Not sure what the best approach to the situation is, but I think autodeleting posts with the full word using some kind of spam filter could work for now.
@realSavageMan I'll try to grab some screenshots next time they show up.
The bots are smart enough to build now.
What's next? Will BeastHunter turn out to also be a bot reporting other bots to look more like a person?
oh now I know why the quality sucks
I downloaded the low res thumb file instead of UserView 0, whoops.
@WisconsinStatePolice lol 4 points away
Edit: nvm its over 1k now
@ColonelStriker First go to the mods menu on the main menu and enable Overload, after that you should have a new button next to the play button that looks like a plane, if you click it while highlighting a part, a menu will open with a bunch of things you can change.
For the purposes of FT stuff, all that matters is the
InputController
section of things (click the button that says Part, change it to InputController), where you can change theinputId
value to anything you want, as long as it's valid FT code.You can do some pretty crazy stuff with this, but it also works for simpler things like combining inputs (
inputhere + inputhere
will work for most things, a minus sign will invert the input).No
There is something called Funky Trees which you could use for that.
Example, to make a rotator move with pitch and trim, you'd use
Pitch + Trim
as the input, to add roll you'd need to usePitch + Trim - Roll
for the right rotator andPitch + Trim + Roll
for the left rotator, since it doesn't automatically invert the input.@Auroren13 Don't take that personally, people jokingly say things like that all the time here.
It's very rare for someone to say something with the intent to offend you on this website, only seen it happen once or twice in my time here.
The name is misleading, but I'm not sure what else it could be called.
Simple implies the game is easy to play—which it was, 8 years ago when it first launched.
Maybe it should get a name change like SR2 did.
It ain't called a beast for nothin'
One day I will discover a console command to change the window resolution... MARK MY WORDS RESOLUTION GLITCH !!
yes
@rexzion me when
Quick question, was there any particular reason for you to set
partCollisionResponse
toDisconnectOnly
? The entire rifle is still set toDefault
, so I'm curious as to why you changed it on the soldier.Here you go
Neat, will probably also help a lot with getting the scale right for a walker I'm planning to build.
I'll credit you for that.
@TheFlightGuySP
hey dude cool plane lemme look at the cockpi-
NEVER GONNA GIVE YOU UP! NEVER GONNA LET YOU DOWN!
There is also [url=example.com], but it doesn't seem to do anything since you can't click on text anywhere.
It's also impossible to check if it can be ended with [/url] for that same reason.
@IAlsoBuildPlane Also that does not seem to work anymore, I'll try adding that to my bio again to check.
@FirstFish83828 Oh right, forgot that link depends on who accesses it.
Here's the right one
@IAlsoBuildPlane no it was something different, that's just a regular image link with a link as the fallback text.
@FirstFish83828 That's how I did it, here's my bio from behind the scenes
If you're wondering where to upload it, I'd recommend imgbb, since images from postimages.org (which most people use) don't appear for some people for some reason.
@Gro Brave adds a dark mode here? How?
@ReinMcDeer Thanks, had no clue what that meant since the tag never changed for so long.
@XAircraftManufacturer
/Water>Transform.Translate 0,10,0 World
This would raise (aka. move along the Y axis) the water level by 10 meters. To move it down, use a negative number like -10. Feel free to also use different numbers, 10 is just an example.
You can also copy-paste this code, since it uses the code options the game assumes if you don't specify any.
If only I knew how to make an extension...
wheelinputhere * clamp(inverselerp(25, 0, GS), 0.2, 1)
The wheels will move slower and slower the closer you get to 25 meters per second, if that's too low or high, just adjust the number to something else until it works the way you want.
blocc