Reminder: Internet Explorer 6 or below are NOT supported.





There are currently 68 users playing Freelancer on
42 servers. | March. 3, 2021 |
The Starport Forum Index
>
All Posts (adoxa)
Re: FLStat data extraction tool |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1979
![]() |
I could verify that something works for me (assuming it worked when I fixed it, or has it taken you six years to check?), but that doesn't help with whatever's gone wrong with you.
Posted on: 2020/4/17 14:30
|
|||
|
Re: Compiling FLStat |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1979
![]() |
It's not the source to FLStat, only my patch, using the Multiline Ultimate Assembler plugin for OllyDbg/x64dbg. FLStat's parser is weird, so I'm afraid you might miss out on that one, just put 'em (or links to 'em) in EXE.
Posted on: 2020/4/14 1:31
|
|||
|
Re: PLUGIN-List regarding serverside/clientside-questions |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1979
![]() |
Mount/dismount equipment in space. I had another look and it looks to be pretty tied into the location, so I don't think it's feasible.
Posted on: 2020/4/12 13:31
|
|||
|
Re: [SOLVED] Fixing broken behaviour with NPC gunfire |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1979
![]() |
Turns out
CanSeeTargetObject has a parameter, which is the muzzle cone angle. It seems to be fixed to 3° for guns and 22.5° for missiles. Here's the patch for the guns:common.dll, 08A185, 0.0523599f = NPC muzzle cone angle (radians) PART 1 common.dll, 08AE95, 0.0523599f = NPC muzzle cone angle (radians) PART 2
Posted on: 2020/4/3 2:47
|
|||
|
Re: IZone Properties |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1979
![]() |
I'm using the names as they appear in the ini.
Code: iDunno1[1] iZoneID and iSystemID are really ID_String , too; FactionSpawn might be a std::pair .
Posted on: 2020/3/31 4:08
|
|||
|
Re: gls_workaround.txt file keeps erasing |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1979
![]() |
Bolte,
No, but it would probably be better for w0dk4 to add the user-agent to gls_workaround.dll .
Posted on: 2020/3/24 0:08
|
|||
|
Re: gls_workaround.txt file keeps erasing |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1979
![]() |
Looks like the server doesn't like a missing user-agent. Here's a
libcurl.dll which supplies one (agent/1 ).
Posted on: 2020/3/23 13:53
|
|||
|
Re: gls_workaround.txt file keeps erasing |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1979
![]() |
It would seem the server is returning 403 Forbidden, but I don't know why; curl from the command line works fine. Might have to let W0dk4 sort that out; in the meantime, make
gls_workaround.txt read-only to prevent the empty temp file overwriting it.
Posted on: 2020/3/23 2:43
|
|||
|
Re: [Freelancer Mod News]New demo of Freelancer: The Nomad Legacy released! |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1979
![]() |
JFLP already supports roll:
Quote: DATA\INTERFACE\keylist.ini Without a patch you need to explicitly turn off Auto Level and Rotation Lock in order to roll.
Posted on: 2020/3/16 1:06
|
|||
|
Re: Fixing broken behaviour with NPC gunfire |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1979
![]() |
The timing delay is governed by the GunBlock interval settings in
DATA\MISSIONS\pilots_population.ini - make 'em 0 and hey presto continuous fire. I'd say you probably already knew that.Your concern looks to be a targeting issue - the gun can't see the target ( CEGun::CanSeeTargetObject ), so it doesn't fire; players don't really have that problem, since they shoot at the cursor. I think it'd take a plugin to make configurable, but if you want to experiment with seeing everything: common.dll, 038590, 83EC345356->B001C20400.
Posted on: 2020/3/13 6:34
|
|||
|
Re: Fixing broken behaviour with NPC gunfire |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1979
![]() |
NPCs do use MUZZLE_CONE_ANGLE. It looks like each gun has a timing delay. I'll try and track down where it comes from tomorrow, but for now here's how to disable it, so NPCs continuously fire all available guns: common.dll, 08ADD7, 07->00.
Posted on: 2020/3/12 14:04
|
|||
|
Re: [Release] Basic FL Save Editor |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1979
![]() |
Here's a version that works with decrypted files.
Posted on: 2020/3/10 3:02
|
|||
|
Re: Singleplayer savegame editor |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1979
![]() |
It's not encrypted, just open it in your preferred editor. Neither of the editors work with decrypted files; I could make FLSaveEditor work, not sure about SSE (but there's no need).
Posted on: 2020/3/10 2:24
|
|||
|
Re: Singleplayer savegame editor |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1979
![]() |
Post it so I can have a look (downloading the mod will have to wait till tomorrow, when my data resets).
Posted on: 2020/3/9 0:10
|
|||
|
Re: Singleplayer savegame editor |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1979
![]() |
I just tried on my virtual 10 (still on 7) and it worked fine (although I did have to open twice for the file to appear).
Posted on: 2020/3/8 7:10
|
|||
|