• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Screenshots

It must be telepathy! I just sat down at the computer to do the same thing - remove the terrible rendition of the post-war Ross River Dam near Townsville.

Thanks Aussie!
 
Hi Kevin, well, I was putting a vibe out there when removing it. I was thinking, Kevin would love this 😂 UT inspired me last night to finally get it done.

Been working in the background with Martin lately on successfully adding landing lights. Martin worked out the scasm side and I worked out the asm side. Now we’re working on limiting stick movement in the cockpit. No success at this point on the asm side but between us I hope we’ll be able to get it sorted.

Cheers
Aussie
 
Aussie ... you can limit the stick, which is linked to the elevator keyframe by adding -10 to -15 to a set of zeros 0.00000000 in front of 0x76.... which would looklike " -10.0000000 0x76 " this short version , the code is longer, but this is what's added.... to stop the stick going thru the gauges..... if it makes sense.
 
Hi Mav,
Yep, that makes perfect sense but the dilemma is doing it directly in asm not scasm. Adding to the problem is that CFS2 doesn’t use keyframes for animating the elevator, it’s purely keyword based and uses the entries in the aircraft.cfg or .air file.

Adding dw2,x,x,x,x which is the begin code should solve it but with the limited time I have to spend on it I haven’t found the correct location in the code to add it and to implement the end code. I’ll eventually work it out 🤣

Cheers
Aussie
 
That's what i use to animate tthe stick or yoke in. VC elevator "0x76" for back and forward and left aileron "0x6E" for left and right.... works fine in scasm
 
Back
Top