Previous Thread
Next Thread
Print Thread
Rate This Thread
Hop To
Page 5 of 7 1 2 3 4 5 6 7
#1773503 - 07/10/06 01:20 AM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: Jan 2001
Posts: 730
Raptor One Offline
Member
Raptor One  Offline
Member

Joined: Jan 2001
Posts: 730
New York, NY, USA
Well... you probably just thought I didn't know how to program anything related to to this debate, which is true. Scientific programming is a whole different world from software development for the masses.

Inline advert (2nd and 3rd post)

#1773504 - 07/10/06 01:23 AM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: Aug 2005
Posts: 545
TangoShadow Offline
Member
TangoShadow  Offline
Member

Joined: Aug 2005
Posts: 545
Likewise - I think I'd struggle with the stuff you're doing. Edited my post above (the last bit). I tend to write then edit. \:\(

Quote:
if you think the cheaters and hackers are beyond tweaking data after its been sent, circumventing the ACP checks, and the like, you are sadly underestimating them.
I certainly don't. ;\)

--TangoShadow

#1773505 - 07/10/06 01:42 AM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: Jan 2001
Posts: 730
Raptor One Offline
Member
Raptor One  Offline
Member

Joined: Jan 2001
Posts: 730
New York, NY, USA
Quote:
Originally posted by TangoShadow:
Likewise - I think I'd struggle with the stuff you're doing. Edited my post above (the last bit). I tend to write then edit. \:\(
The hardest stuff about scientific programming is not actually the programming language, but how to implement a numerical algorithm properly using whatever computer language. And then there is the issue of implementing it efficiently. The actual coding aspect of scientific computing is often pretty simple. For example, you'd never waste your time building a GUI for some CFD test code that might never see the outside of your hard drive.

Most of the programs I've written just look like a bunch of function calls and loops and strange looking equations within these multiple for loops. Lots of multidimensional arrays. Not hard to understand from a coding standpoint and not very difficult to implement most of the time either.

#1773506 - 07/10/06 03:08 PM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: Jun 2006
Posts: 30
Soprano Offline
Junior Member
Soprano  Offline
Junior Member

Joined: Jun 2006
Posts: 30
Columbus, Ohio
What a great discussion on the programming of an ACP. For those reading these latest posts, who don't have a clue about programming, but who love flying AF, it is good to see knowledgeable people sharing ideas on the best way to create an ACP.

For Tango, keep up the great work, who knows, you might be the first one to actually get a COMPLETED ACP. Let me know if you need any help testing.


#1773507 - 07/10/06 05:23 PM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: Jan 2001
Posts: 730
Raptor One Offline
Member
Raptor One  Offline
Member

Joined: Jan 2001
Posts: 730
New York, NY, USA
Quote:
Originally posted by Soprano:

For Tango, keep up the great work, who knows, you might be the first one to actually get a COMPLETED ACP. Let me know if you need any help testing.
There was a fully functional, operational ACP that saw a lot of use on the William Tell Pyramid. Unfortunatelly, the Pyramid and ACP are no longer active or supported. So the prize is for second place only I guess. \:\)

#1773508 - 07/10/06 05:46 PM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: Aug 2005
Posts: 545
TangoShadow Offline
Member
TangoShadow  Offline
Member

Joined: Aug 2005
Posts: 545
hehe. In terms of a working, generic ACP, we're all at least 10th place here. In terms of a working ACP for AF however...1st place is still open. ;\)

--TangoShadow

#1773509 - 07/11/06 02:56 AM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: Aug 2005
Posts: 795
CrashDome Offline
Member
CrashDome  Offline
Member

Joined: Aug 2005
Posts: 795
Beer City, WI
This is from memory, forgive me if I miss something....

Code:
using System;
using System.Security.Cryptography;
using System.IO;

namespace Test
{
    static class Class1
    {
        static public byte[] LockFileGetMD5(string filePath)
        {
            FileStream fs = File.Open(filePath, FileMode.Open, FileAccess.Read);
            fs.Lock(0, fs.Length);
            MD5CryptoServiceProvider md5 = new MD5CryptoServiceProvider();
            byte[] myHash = md5.ComputeHash(fs);
            return myHash;
        }
    }
}


Usually found simming in:
Falcon 4 BMS
iRacing
Arma 2 CO
#1773510 - 07/11/06 10:39 AM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: Dec 2005
Posts: 183
Red15 Offline
Member
Red15  Offline
Member

Joined: Dec 2005
Posts: 183
Lokeren, Belgium
This whole topic is full of flames, flamebaits and trolling IMHO.


A diplomat is a person who can tell you to go to hell in such a way,
that you actually look forward to the trip.
-- Caskie Stinnet
#1773511 - 07/11/06 07:27 PM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: Sep 2005
Posts: 245
CenterMass Offline
Member
CenterMass  Offline
Member

Joined: Sep 2005
Posts: 245
Texas
It has since calmed down.

At this point were waiting on a response from LP.


-CenterMass
Strike Fast Kick Ass
#1773512 - 07/11/06 09:29 PM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: Sep 2000
Posts: 2,299
John P Offline
Member
John P  Offline
Member

Joined: Sep 2000
Posts: 2,299
MN, USA
Quote:
Originally posted by CenterMass:
It has since calmed down.

At this point were waiting on a response from LP.
I predict a loooooong wait \:\)

#1773513 - 07/12/06 12:18 AM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: May 2000
Posts: 2,536
AV8R Offline
Senior Member
AV8R  Offline
Senior Member

Joined: May 2000
Posts: 2,536
Southern California USA
As with FPShooters,

Ive learned that the only cheat free environment
is simming with buddies who have accountability
and personal relationships that are more important than egos and online victories.

For every code measure, there will be a countermeasure.
Which is why I fly with folks I know and trust.

At the end of the day, its all about having fun,
isnt it?
If we cannot trust eachother, whats the point.


AV8R
#1773514 - 07/12/06 01:06 AM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: Aug 2005
Posts: 545
TangoShadow Offline
Member
TangoShadow  Offline
Member

Joined: Aug 2005
Posts: 545
Hi,

One thing that I think might have got missed, is as you said:

Quote:
For every code measure, there will be a countermeasure.
Very true, and what I've been trying to say. You'll never stop the hardcore hackers out there, but you can make it harder for those who would have tweaked the odd file.

Ultimately, LP need to tighten Falcon. ACPs are only ever a work-around to a problem.

--TangoShadow

#1773515 - 07/12/06 04:42 PM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: Jun 2006
Posts: 30
Soprano Offline
Junior Member
Soprano  Offline
Junior Member

Joined: Jun 2006
Posts: 30
Columbus, Ohio
AV8R,

I agree with you to a point, however, for me I personally enjoy meeting new people, from all different backgrounds and countries and developing new friendships. Further, I personally enjoy competing with others to test my skills, as well as to learn from others who have developed thier skills independant from those I have had contact with. For example, in the IDL we have almost an entire wing of guys from Turkey, who are excellent pilots and DF'ers, who I would have never met, but for the open competition of the IDL. I have learned many new techniques from my interaction wiht these guys.

I feel that once the ACP is done and\or Falcon patches the "tweak" problems, that these types of "open" competitions will grow the Falcon community, while bringing together many different cultures and backgrounds.

Just my POV.


#1773516 - 07/13/06 05:31 AM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: Apr 2002
Posts: 3,814
Plainsman Offline
Senior Member
Plainsman  Offline
Senior Member

Joined: Apr 2002
Posts: 3,814
Vikings Season Ticket Holder
Quote:
Originally posted by AV8R:
As with FPShooters,

Ive learned that the only cheat free environment
is simming with buddies who have accountability
and personal relationships that are more important than egos and online victories.

For every code measure, there will be a countermeasure.
Which is why I fly with folks I know and trust.

At the end of the day, its all about having fun,
isnt it?
If we cannot trust eachother, whats the point.
There is another way. Simply don't play online. Most PC games, including flight sim enthusiasts, rarely if ever play online. Most people are offline gamers, so this isn't a crisis.


Acer: XB 280HK 28" 3840 X 2160, 1ms, w/Nvidia GSync
Corsair: White Graphite 760T Full Tower
Corsair: 16GB Vengeance LPX 2800MHz RAM
Corsair: SP2500 2.1 Gaming Speaker System
INTEL: Six-Core, i7 5820K CPU @4.2Hz
ASUS RTX OC 2080
Logitech 920 Wheel and Pedal System with Wheel Stand Pro
Saitek Pro Flight Control System with Wheel Stand Pro
Saitek X55 HOTAS
XBOX One S
Track IR5

#1773517 - 07/13/06 05:39 AM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: Sep 2005
Posts: 245
CenterMass Offline
Member
CenterMass  Offline
Member

Joined: Sep 2005
Posts: 245
Texas
Quote:
Originally posted by Plainsman:
There is another way. Simply don't play online. Most PC games, including flight sim enthusiasts, rarely if ever play online. Most people are offline gamers, so this isn't a crisis.
This is just ridiculous. Makes me laugh. \:D


-CenterMass
Strike Fast Kick Ass
#1773518 - 07/13/06 01:36 PM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: Aug 2005
Posts: 545
TangoShadow Offline
Member
TangoShadow  Offline
Member

Joined: Aug 2005
Posts: 545
Hi,

Quote:
Most PC games, including flight sim enthusiasts, rarely if ever play online.
I'd like to see your research on that!! \:D

Ever heard of Massively Multiplayer Online Role Playing Games (MMORPGs)? \:D Hundereds of thousands of gamers, all playing in a single online world??? Damn. That isn't much at all!

XBox Live.

The list goes on...............

--TangoShadow

#1773519 - 07/13/06 06:58 PM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: Jan 2001
Posts: 2,222
Bard Offline
Member
Bard  Offline
Member

Joined: Jan 2001
Posts: 2,222
Victoria BC Canada
hehe.. when the choice is 'play online' or 'not play at all' what do you think is going to happen ;\)


What WW2 Fighter pilots say about Angels and Airspeed:

"Nice job of getting down to the basics - love your choice of a cover!" Col. Clarence 'Bud' Anderson

"I have enjoyed reading angels and airspeed, it should prove good reading for all interested in combat tactics and their application related to the fluid air environment and state of technology in WWII years. All the best as you make it available." - Col. Charles McGee - Tuskegee Airman

NEVER ENGAGE STUPID.
#1773520 - 07/14/06 01:36 AM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: May 2006
Posts: 2
Sierra Echo Offline
Junior Member
Sierra Echo  Offline
Junior Member

Joined: May 2006
Posts: 2
San Diego, CA
ACP, anti-cheat programs do not work and are a total waste of computational and bandwidth capability. Hecklers/hackers consistently get by them. ACPs are marketing gimmicks to reasure n00bs and ignorant addicts.

If the simulation is to be cheat resistant, then program must run entirely on the server, with the client PC being a dumb monitor. You cannot trust the PC client with the simulation's program. This means very high bandwidth requirements and more limited numbers of players. Until this happens, cheating will continue to run rampant with successful multiplayer games.

You cannot expect large scale multiplayer games to run secure using current industry technology.

#1773521 - 07/14/06 12:25 PM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: Jul 2005
Posts: 159
PumpyHead Offline
Member
PumpyHead  Offline
Member

Joined: Jul 2005
Posts: 159
Quote:
Originally posted by CenterMass:
Quote:
Originally posted by Plainsman:
There is another way. Simply don't play online. Most PC games, including flight sim enthusiasts, rarely if ever play online. Most people are offline gamers, so this isn't a crisis.
This is just ridiculous. Makes me laugh. \:D
Here's a quote from the CEO of LP:

Quote:
Froglips: Fair enough. That is a real balance. One of the things that I will let you in on is that the online community represents somewhere between 5-10% of our total sales. It is really eye opening when you study the demographics and marketing research that we have carried out with the help of Atari and Graphsim to understand what we are selling and where we are selling it. Frankly if you can believe this, about 9 out of 10 people who would buy Falcon would not even be aware that there was a patch option available unless it was built in as an auto-patcher.
-PumpyHead

#1773522 - 07/14/06 02:18 PM Re: Serious flaws with Allied Force / Falcon 4.0  
Joined: Sep 2005
Posts: 245
CenterMass Offline
Member
CenterMass  Offline
Member

Joined: Sep 2005
Posts: 245
Texas
Quote:
Originally posted by PumpyHead:
Quote:
Originally posted by CenterMass:
Quote:
Originally posted by Plainsman:
There is another way. Simply don't play online. Most PC games, including flight sim enthusiasts, rarely if ever play online. Most people are offline gamers, so this isn't a crisis.
This is just ridiculous. Makes me laugh. \:D
Here's a quote from the CEO of LP:

Quote:
Froglips: Fair enough. That is a real balance. One of the things that I will let you in on is that the online community represents somewhere between 5-10% of our total sales. It is really eye opening when you study the demographics and marketing research that we have carried out with the help of Atari and Graphsim to understand what we are selling and where we are selling it. Frankly if you can believe this, about 9 out of 10 people who would buy Falcon would not even be aware that there was a patch option available unless it was built in as an auto-patcher.
-PumpyHead
Why not post the link whre this post came from instead of one quote that can be taken out of context?

This one quote alone is meaningless.


-CenterMass
Strike Fast Kick Ass
Page 5 of 7 1 2 3 4 5 6 7

Moderated by  RacerGT 

Quick Search
Recent Articles
Support SimHQ

If you shop on Amazon use this Amazon link to support SimHQ
.
Social


Recent Topics
K2-18b - Life?
by RossUK. 04/27/24 10:46 AM
Jim Scoutten was 77
by F4UDash4. 04/27/24 10:35 AM
How Many WW2 Veterans Still Alive 2024?
by F4UDash4. 04/26/24 02:45 AM
Headphones
by RossUK. 04/24/24 03:48 PM
Skymaster down.
by Mr_Blastman. 04/24/24 03:28 PM
The Old Breed and the Costs of War
by wormfood. 04/24/24 01:39 PM
Actors portraying British Prime Ministers
by Tarnsman. 04/24/24 01:11 AM
Roy Cross is 100 Years Old
by F4UDash4. 04/23/24 11:22 AM
Copyright 1997-2016, SimHQ Inc. All Rights Reserved.

Powered by UBB.threads™ PHP Forum Software 7.6.0