Reminder: Internet Explorer 6 or below are NOT supported.





|
There are currently 90 users playing Freelancer on
86 servers. | May. 22, 2013 |
The Starport Forum Index
>
All Posts (adoxa)
Re: Save game modding |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1400
![]() |
Might be easier to install Console, then you could just jump to the base that has the ship, give yourself some extra cash, and buy it as usual. Save games have to be decoded (but encoding is not necessary) and possibly dehashed (but for what you want, you could probably get away without it). (Bear in mind, most of my utils are command line driven.)
Posted on: Yesterday 13:08
|
|||
|
||||
Re: Launch to space - key binding |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1400
![]() |
This is on my todo list (it came up earlier, since my Console had a command to launch). The intention is to make the dock key (F3) also work as a launch key. Might still be a while yet, though...
Posted on: 5/14 10:46
|
|||
|
||||
Re: VMesh material could not find |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1400
![]() |
If CRCTool didn't find it, then it's probable that it doesn't exist (i.e. the material number no longer corresponds to any material name). You might at least be able to find which object references it by using XML Project to dump all the .cmp/.3db files and a search utility to scan for the number (I think I did these in hex, so 0xF3D8BD3E).
Posted on: 5/5 3:29
|
|||
|
||||
Re: VMesh material could not find |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1400
![]() |
0 sounds like a missing material line. As for the other one, try CRCTool.
Posted on: 5/1 15:48
|
|||
|
||||
Re: Hack Turret View??? |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1400
![]() |
You might find some insights at the original thread.
Posted on: 4/30 6:29
|
|||
|
||||
Re: Converting mod to open single player |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1400
![]() |
There's also SP from MP, which creates a "New Game" based on the initial multiplayer character.
Posted on: 4/8 6:55
|
|||
|
||||
Re: FLMM -> Open-Source? |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1400
![]() |
Just overwrite, atm; still haven't found the energy to get back into it, yet.
Posted on: 3/15 1:29
|
|||
|
||||
Re: Where to add dump cargo fuse |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1400
![]() |
Yep, removing those lines should stop the crash, so you shouldn't need anything else.
Posted on: 3/14 15:44
|
|||
|
||||
Re: Where to add dump cargo fuse |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1400
![]() |
Quote: ... Delete the red lines and you should be right. Quote: How do I get the [code] block to have a scroll so it doesn't take up so much room? If you can use Stylish: Code: @namespace url(http://www.w3.org/1999/xhtml);That will restrict it to about 20 lines.
Posted on: 3/14 10:17
|
|||
|
||||
Re: Problems with new factions |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1400
![]() |
Code: freelancer.exe, 01CDA4, 64->FF = display additional factions in missionsI think. The offer tests if there are more than 100 factions and refuses to display if so; the above eliminates that test, just doing the +131834 like the objective does. I was going to do a plugin (handle the zones as well), but then saw the original post was old, so you got this hack instead. And it looks like the +0 values aren't required - there's no %F0v0.
Posted on: 3/5 12:34
|
|||
|
||||
Re: Play the Story mod after completing the OpenSP |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1400
![]() |
I have a save game that starts off the mission with a decked-out Eagle. I also have a tool to edit save games, so if you really want to use your own ship/equipment, you could decode the saves and copy yours to mine. You may also want to copy all your visited stuff, if you still want to see everything you've visited.
Posted on: 2/19 13:37
|
|||
|
||||
Re: How to get factions to scan only some factions |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1400
![]() |
Sorry, works for me. Are you sure you copied it to DLLS\BIN? And it's installed there and in freelancer.ini because it modifies content.dll, which isn't loaded until after the stuff in dacomsrv.ini (and on every loaded game in SP). As for the ini file, well, you can have multiples of both:
Code: [FactionScan]What normal behavior? If you could already control what factions would be scanned, why did I write this plugin? But if it's not listed in scan, it won't be scanned. Isn't that the point? (Alternatively, if it is listed in dont_scan, it won't be scanned, but everyone else will be.)
Posted on: 2/8 5:51
|
|||
|
||||
Re: Starspheres again...... dont say use search. |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1400
![]() |
Wasn't there a bug with that exporter, where you have to save the settings then load them for the scale to be recognized? i.e. all you should have to do is: set the scale to 1 (and whatever other settings you need); Save Settings; Load Settings; Continue.
Posted on: 1/31 1:40
|
|||
|
||||
Re: How to get factions to scan only some factions |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1400
![]() |
Faction Scan. Testing really has been minimal (didn't even try MP), but it seems okay.
Posted on: 1/30 8:25
|
|||
|
||||
Re: Character Animations |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2009/8/16 2:58 From Qld, Aus.
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
1400
![]() |
@mknote: If there are timing issues, iirc the spew will have something like
Code: E:\FL\Scratch\Source\Client\Gf\ScriptDeformable.cpp(12345) : TRACE_1:General:(null)@Livsi: FLScan just makes it worse; better to use my patched FLEd_Thorn, which fixes it, or dethorn, which uses another method entirely.
Posted on: 1/29 14:35
|
|||
|
||||










Donations
Forum


