Freelancer-related Programming

no description available
92 Topics 1.2k Posts
  • Visit entries in character files

    Locked
    6
    0 Votes
    6 Posts
    8k Views

    Well, dunno if this helps but you can get the values with pub::Reputation::GetReputationGroup(…)

  • Irc

    Locked
    2
    0 Votes
    2 Posts
    6k Views

    Check out this. It’s an IRC bot SDK written in C++. I’m guessing you could probably use it in C# as well.

  • Programming Lessons

    Locked
    43
    0 Votes
    43 Posts
    33k Views

    lol its no problem im not gonna complain when your putting your time into teaching us amateurs how to do all this stuff 😄

  • 0 Votes
    13 Posts
    12k Views

    Hey MyBB is a good choise ;D
    I would also use it!

  • My unbelievable rookie question again…..

    Locked
    3
    0 Votes
    3 Posts
    6k Views

    This requires a little amount of network knowledge and the knowledge of any program language to pull it off however you wish:

    For this to work you will need a client/server architecture, meaning you will need to create two programs (harsh right?) - one of them is run at the server end - which will do the following:

    -When a player logs on it will send a message (like you asked)
    -Checks MD5 Hashes against files contained on the server when an MD5 hash is sent…
    -It will connect to the client and when client detects a connection, the client will then do it’s thing…

    and its thing is this:

    -Client will send (most likely) an MD5 hash of most of files in FL known for cheating (such as asteroid fields, speed modding etc.) to the server…
    -Server checks them against the MD5 hash of its own files…

    If of course the MD5 doesn’t match then something is different and well the player has to be kicked because…well he’s not allowed to be different in FL’s competitive multiplayer environment… lol

  • A trio of perl coded tools

    Locked
    4
    0 Votes
    4 Posts
    6k Views

    I mean that :

    If your tools can be make GUI version, that will be great. 😉

  • Requesting Dev Help!

    Locked
    8
    0 Votes
    8 Posts
    8k Views

    The gPhone ain’t, tho ;D

  • FLCodec algorithm rewritten in VB 6

    Locked
    8
    0 Votes
    8 Posts
    11k Views

    Thanks. It will be useful for me, as the freelancer account manager is written in VB6, and I might have an use for such code.

  • Mod version checker

    Locked
    7
    0 Votes
    7 Posts
    7k Views

    Sounds interesting. I pm’d you m8.

  • Directx 8 visual effects

    Locked
    14
    0 Votes
    14 Posts
    12k Views

    Of course of course; I’m letting your magic play again ;D

  • How do i change SP start location?

    Locked
    9
    0 Votes
    9 Posts
    9k Views

    lmao 😉

  • How do i change the nav text?

    Locked
    4
    0 Votes
    4 Posts
    6k Views

    ok THX!