• Home
  • Index
  • Search
  • Download
  • Server Rules
  • House Roleplay Laws
  • Player Utilities
  • Player Help
  • Forum Utilities
  • Returning Player?
  • Toggle Sidebar
Interactive Nav-Map
Tutorials
New Wiki
ID reference
Restart reference
Players Online
Player Activity
Faction Activity
Player Base Status
Discord Help Channel
DarkStat
Server public configs
POB Administration
Missing Powerplant
Stuck in Connecticut
Account Banned
Lost Ship/Account
POB Restoration
Disconnected
Member List
Forum Stats
Show Team
View New Posts
View Today's Posts
Calendar
Help
Archive Mode




Hi there Guest,  
Existing user?   Sign in    Create account
Login
Username:
Password: Lost Password?
 
  Discovery Gaming Community Welcome Help & Support
« Previous 1 … 261 262 263 264 265 … 496 Next »
Easy jump coords

Server Time (24h)

Players Online

Active Events - Scoreboard

Latest activity

Pages (2): 1 2 Next »
Easy jump coords
Offline Berny
09-20-2012, 06:56 AM, (This post was last modified: 10-28-2013, 09:37 AM by Berny.)
#1
Member
Posts: 303
Threads: 32
Joined: Feb 2009

I've noticed that many use Screenshots to save and share scan coords and actually type those manually xD

Once got my hands at one Jump Ship, was also given a massive and buggy "Jump script version 1.01 by Nightlight Alonso, May 2012."

Didn't like it and wrote my own one, based on simplicity. Now 38 coords + spacings to separate those + comments on each + few more shortcuts take 135 lines.

Here're some simple instructions to make scripts write coords for you
  • Download Autohotkey and install it.
  • Launch Autohotkey
  • Right click on Autohotkey icon (near clock) and select "Edit Script"
  • Delete everything in file that has been opened
  • Copy paste this script:
    Code:
    ;to write current date fast - type ds/ - it'll be replaced by current date automatically.
    ;Usefull when marking coords with datestamp or writting something elsewhere
    :*:ds/::
    FormatTime, CurrentDate,, yyyy-MM-dd
    SendInput %CurrentDate%
    return
    ;------------------------------------------------
    ;Shortcuts for Freelancer the Game
    #IfWinActive Freelancer
    ;------------------------------------------------
    ;Commonly used commands
    ;CTRL+L to write /stuck
    ^l::
    SetKeyDelay -1
    Send `n/stuck`n
    return

    ;------------------------------------------------
    ;Docking bay
    ;CTRL+SHIFT+A to /allowdock
    ; -> select ship which is requesting to dock first
    ^+a::
    SetKeyDelay -1
    Send `n/allowdock`n
    return
    ;------------------------------------------------
    ;Jumpdrive
    ;charge - ctrl-shift-c
    ^+c::
    SetKeyDelay -1
    Send `n/charge`n
    return

    ;jump - ctrl-shift-x
    ^+x::
    SetKeyDelay -1
    Send `n/g Jumping, tractor fuel`n
    Send `n/jump`n
    return

    ;Coords
    ;To set those, write /sc<number><spacebar> in ingame chat
    ;<number> - number of coords
    ;<spacebar> - once spacebar is pressed - /sc<number> will be replaced by /setcoords <coords by number>
    ;example: you press Enter to start chat, write /sc1 and once you hit space - you see /sc1 replaced by "/setcoords" and coords from this file


    ;System 1, planet X, 2012-09-20
    ::/sc1::/setcoords 12345678-ABCDEFGH-A1B2C3D4-E5F6G7H8-00000000-11111111-01010101

    ;System 2, planet y, 2012-09-20
    ::/sc2::/setcoords Yalalala

    ;<...>

    ;System 10, planet Z, 2012-09-20
    ::/sc10::/setcoords ARRRR!

    ; etc...

    return
    Everything after "#IfWinActive Freelancer" will only work inside freelancer, which means remapped shortcuts won't bother you outside of the game. (unless active wndow is named Freelancer of course)

    In rare cases, Autohotkey seems to not be working inside FL, while fully functioning outside. If that's the case - try downgrading to WinXP and if it doesn't help - SUX2BU

  • Replace coords (for example ARRR!) with your own, add more if needed and Save file
  • Right Click on Autohotkey Icon near clock and chose "Reload This Script"
  • Test if srcipt works by writing ds/ in any text editor (notepad, skype, web browser address input cell) - if ds/ gets replaced by current date - AHK works on your machine
  • Start Freelancer, log into discovery server and use any of the commands (CTRL+L for example)
  • Enjoy
To get coords from scanner in text form directly - simply copy it from Freelancer log file.

Instructions to non-code guys:
  • Make sure Log is on (Cannon's tutorial or use Freelancer Launcher or Discovery launchpad v1.3 (tutorial+Download link) - Recomended)
  • Do a /survey ingame
  • Write something ingame to mark location
  • open DSAce.log (My docs > My games > Freelancer > DSAce.log) with notepad/notepad2/notepad++/VIM/Word/What ever you like
  • Srcoll down, select last line and search the way up for Hyperspace survey complete
  • Copy Coords to autohotkey script, timestamp it and write few comments
  • Eat a sandwitch
I hope this will help someone.

//To code guys - indentation got removed, as forums scripts replaced them with trash text &nbsp;

EDIT: if it's illegal, I can be sanctioned for using /pingtarget and "/time -> print screen" shortcuts for half a year or even more now xD
  Reply  
Offline lw'nafh
09-20-2012, 06:58 AM,
#2
Member
Posts: 2,648
Threads: 115
Joined: Dec 2006

I thought using macros was considered cheating...

вellυм ѕe ιpѕυм aleт
  Reply  
Offline Berny
09-20-2012, 07:04 AM,
#3
Member
Posts: 303
Threads: 32
Joined: Feb 2009

' Wrote:I thought using macros was considered cheating...
If you use it to automatise strafing or what ever during PvP - it is cheating.

And now you see many people spamming /stuck in conn. Quite a big portion of server is already using autohotkey for /stuck /allowdock /base login, Jumps and such.

So, why not to help the rest to adapt it?

Plus - this tutorial doesn't show you how to remap keys, repeat cycles, sleep or such, which would be needed for PvP Automatisation. Those thingies will need one to be a coder to find out - AKA - cheat creator and maybe cheater if he decides to be one.
  Reply  
Offline lw'nafh
09-20-2012, 07:05 AM,
#4
Member
Posts: 2,648
Threads: 115
Joined: Dec 2006

I just remember some guy getting hit by cheatdetect for using a macro to trade. *shrugs*


вellυм ѕe ιpѕυм aleт
  Reply  
Offline Berny
09-20-2012, 07:09 AM,
#5
Member
Posts: 303
Threads: 32
Joined: Feb 2009

' Wrote:I just remember some guy getting hit by cheatdetect for using a macro to trade. *shrugs*
Smart guy. If he can write Image Aquisition and Proccessing program to simulate Human and do the trading for him - he's much more then just a gamer/cheater
  Reply  
Offline SparkyRailgun
09-20-2012, 07:16 AM,
#6
Member
Posts: 1,454
Threads: 26
Joined: Jan 2012

I was told by Zelot perhaps two years ago that using any sorts of Macros was considered against the rules, even ones to write your character's name before a message.

He went as far as to lock the thread.
Dunno if the admin team's position on them has changed in the months since.

[Image: TQBpX.png]
Reply  
Offline Berny
09-20-2012, 07:20 AM,
#7
Member
Posts: 303
Threads: 32
Joined: Feb 2009

' Wrote:I was told by Zelot perhaps two years ago that using any sorts of Macros was considered against the rules, even ones to write your character's name before a message.

He went as far as to lock the thread.
Dunno if the admin team's position on them has changed in the months since.
Possible. But then there were no /stuck, no /base no /jump and such commands (well, maybe just /stuck). It's undetectable by server. It's used by masses today.

Reason to deny was to prevent spambots and motivate one to communicate not by /setmsg without actual limit of preset msgs, but by using own imagination
  Reply  
Offline lw'nafh
09-20-2012, 07:22 AM,
#8
Member
Posts: 2,648
Threads: 115
Joined: Dec 2006

' Wrote:Possible. But then there were no /stuck, no /base no /jump and such commands (well, maybe just /stuck). It's undetectable by server. It's used by masses today.

Reason to deny was to prevent spambots and motivate one to communicate not by /setmsg without actual limit of preset msgs, but by using own imagination
It doesn't make this macro any more legitimate.

вellυм ѕe ιpѕυм aleт
  Reply  
Offline Berny
09-20-2012, 07:25 AM,
#9
Member
Posts: 303
Threads: 32
Joined: Feb 2009

' Wrote:It doesn't make this macro any more legitimate.
Consider it "Copy paste" of coords. Using those for strafing or any type of PvP interaction automatisation is lame, boring and infact detectable -> guaranteed permaban if spotted by right person
  Reply  
Offline Zelot
09-20-2012, 07:36 AM, (This post was last modified: 09-20-2012, 09:17 AM by Tanker.)
#10
Member
Posts: 7,539
Threads: 379
Joined: Jun 2007

Using any mod or program not included with FL or discovery mod or approved by cannon is against the rules of the server. If you want to try to get this program approved for use, send it to Cannon to check out. Untill then its use is against the rules and using it will open you up to a sanction.

Edit: consider this to be in admin green, I am just on my phone, and that makes the colors hard.


Fixed this for you.

Tanker

[Image: 13121_s.gif]  
Reply  
Pages (2): 1 2 Next »


  • View a Printable Version
  • Subscribe to this thread


Users browsing this thread:
1 Guest(s)



Powered By MyBB, © 2002-2026 MyBB Group. Theme © 2014 iAndrew & DiscoveryGC
  • Contact Us
  •  Lite mode
Linear Mode
Threaded Mode