Freelancer Community Network
Reminder: Internet Explorer 6 or below are NOT supported.
HomeHome
ForumForum
WikiWiki
DownloadsDownloads
ForgeForge
Multiplayer Connection Tutorial
Collapse/Expand Random Image
Collapse/Expand Login
Username:

Password:

Remember me



Lost Password?

Register now!
Collapse/Expand Chat
Collapse/Expand Who's Online
263 user(s) are online (214 user(s) are browsing Forum)

Members: 0
Guests: 263

more...
Collapse/Expand Donations
Monthly costs: -30€
Income (ads): +5€
Donations (last month): +0€

Current balance: 55€
(last updated 04/2021)

Please make a donation if you want to help keeping The-Starport online:

Thanks!
Collapse/Expand Links
Collapse/Expand Advertisement
There are currently 74 users playing Freelancer on 45 servers.
May. 31, 2023
The Starport Forum Index > All Posts (traversal)

Bottom Bottom   Previous Topic   Next Topic

(1) 2 3 »


Re: Looking for a specific soundtrack from a mod

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
While we're talking about liquid drum and bass, check out Adam F - Circles for another chill vibe.

Posted on: 2/6 23:25
Top
Topic | Forum


Re: New Renderer (OpenGL 3.3)

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
Looks amazing! Wow, really great work. Everything is smooth, even the skyboxes. Looks beautiful. Will it require vanilla or also work in HD?

Posted on: 2/1 7:50
Top
Topic | Forum


Re: It's been a long time... Who else is from TLR?

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
Welcome back! I remember some of those names. I miss Gibbon, Cannon and Glock36, though I cannot recall if Cannon was on TLR, now that I think about it... I was Anarchael. I didn't do much, but I made a mod that got featured on RPGDot back in the day and had 1100 downloads or so, which for a kid in high school in the mid 00s, was pretty cool. Modding FL sparked my interest in game design.

Posted on: 1/18 9:06
Top
Topic | Forum


Re: Do you want help me? I don't know how to (re)start.

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
Do you have some examples of such mods for single player? Besides Discovery and Crossfire (ew), I've not seen many that extend SP to a deep degree, or add ship models that appear quite fitting. I remember a lot of cross-over ships from other franchises and some systems mods here and there that never really added much.

Posted on: 1/18 8:00
Top
Topic | Forum


Re: Do you want help me? I don't know how to (re)start.

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
Welcome back!

I'd recommend installing Freelancer HD Edition and going from there. In terms of mods, there's not a lot of amazing ones that add a good amount of depth, lore and so on. Discovery is probably the best of them, however it makes a lot of its own lore as it is set after the base game. That's likely your best mod to look into after you've played the main storyline again.

There's not really any other mods that expand well into story, graphics and new systems. Most are just too much eye candy and mismatched features/models/textures, such as random Star Wars ships or added systems with no real need for them to be there.

Posted on: 1/18 5:50
Top
Topic | Forum


Re: Hello!

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
Welcome to FL!

Posted on: 1/18 5:48
Top
Topic | Forum


Re: New Renderer (OpenGL 3.3)

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
Happy New Year 2023, Schmackbolzen! Hope you and family had a good holiday period.

I saw you posted another comment here on TSP and remembered this new shader project. How has the project fared across 2022? It was looking amazing in the last footage.

Posted on: 1/18 5:46
Top
Topic | Forum


Re: It's been a while

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
Welcome back to FL!

Posted on: 2022/8/1 1:26
Top
Topic | Forum


Re: Modding in vanilla Stations of Glorious (dublin) and Ryuku (tohoku)

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
Glad you got it all working! Sorry, did not know you meant in Discovery, I thought you meant Vanilla FL. We are all helpful here, so stop by any time. Modding FL is fun, you should come learn

Posted on: 2022/6/17 9:25
Top
Topic | Forum


Re: Modding in vanilla Stations of Glorious (dublin) and Ryuku (tohoku)

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
Unfortunately, there's no way to make dynamic storage where you can store your own items. The only place in the game that holds what you pick up is your ship, which stores everything loosely when it's unequipped.

If you want to get into modding, I suppose you could just keep track of what you own, make a station and give it a Trader NPC that sells copies of those items. Since you wanted them to be 0 (free) you'd have to double-up on existing items by making copies that had a price of 0.

So, let's say you wanted to 'store' a Justice Mk I. You would make a copy of li_gun01_mark01, give it a price of 0 and a new nickname, then sell it at that Trader NPC. You'd then dispose of your one in-game manually for self-imposed balance.

That would be a bit hacky and messy, though it would achieve what you want - having everything you own sold back to you whenever you wanted for $0, as many times as you needed. You'd just need to update the mod yourself with the items whenever you wanted to 'store' them.

Posted on: 2022/6/16 10:57
Top
Topic | Forum


Re: Is there a way to add new ships to the game (using the same model as existing ships)?

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
All good points! Yeah, I was just presenting the easiest approach to get them started. I know that when I first started, getting hung up on specifics was a big barrier to entry compared to just getting something I made working, and learning more/refining later.

Thanks for the ship explanations, too. I didn't know there were missing ships in the code! I've only just recently started looking at what was left in and not implemented, like the Pygar landing zone, so first thing I want to do is make it dock-able again. I thought maybe they were just never intended to be player-operated.

Looking forward to more exploration.

Posted on: 2022/6/9 11:51
Top
Topic | Forum


Re: Is there a way to add new ships to the game (using the same model as existing ships)?

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
No worries. Yep, same process. Just duplicate the sections of the files you've been editing, and then change the relevant ID for the copied ship to refer to the stats of another.

If you want your own custom stats, you'll need to use FLDev to create a custom entry in an infocard, and if you do that, you might as well make a custom ship name and description, too, since those require custom infocards, too. Then you'd refer to the ID of the new infocard.

Good to see someone else getting into FL modding again! I'm going to make some tutorial videos on what I know. I'm trying to learn how to model custom ships and get them appearing in the game, but currently still having issues with that. Once I learn how to do that successfully, I think I can cover all the basics in videos. Hopefully we'll get even more people having fun with FL modding again.

Posted on: 2022/6/7 3:45
Top
Topic | Forum


Re: Is there a way to add new ships to the game (using the same model as existing ships)?

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
Nice! Yeah, if the stats display there, then you've done it properly. You can test it out against enemies, too. Jump into a normal Dragon and note the damage, then go up against the same enemies in the Red Dragon and see. Since the Stiletto has more shields, the damage should appear as less taken off the shield bar.

Correct! Juni's Defender is actually even easier, because it is already set up in shiparch.ini and uses the normal Defender cockpit.

Look up "nickname = li_elite2" and you'll see her Defender. All you need to do is make a hull and ship package separately for it in goods.ini, then in market_ships.ini, sell that package at the base you want.

For example, add these to your goods.ini:

[Good]
nickname = le2_hull
category = shiphull
ship = li_elite2
price = 10
ids_name = 237033
item_icon = Equipment\models\commodities\nn_icons\li_elite.3db

[Good]
nickname = le2_package
category = ship
hull = le2_hull
addon = ge_le_engine_01, internal, 1
addon = li_elite_power01, internal, 1
addon = ge_s_scanner_01, internal, 1
addon = ge_s_tractor_01, internal, 1
addon = shield01_mark02_hf, HpShield01, 1
addon = LargeWhiteSpecial, HpHeadlight, 1
addon = SlowSmallBlue, HpRunningLight01, 1
addon = SlowSmallBlue, HpRunningLight02, 1
addon = SlowSmallBlue, HpRunningLight03, 1
addon = SlowSmallBlue, HpRunningLight04, 1
addon = contrail01, HpContrail01, 1
addon = contrail01, HpContrail02, 1
addon = DockingLightRedSmall, HpDockLight01, 1
addon = DockingLightRedSmall, HpDockLight02, 1

Then, add this to the base you want to sell it at in market_goods.ini:

marketgood = le2_package, 0, -1, 1, 1, 0, 1, 1

Posted on: 2022/6/5 8:52
Top
Topic | Forum


Re: Is there a way to add new ships to the game (using the same model as existing ships)?

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
Technically, yes, you could just reuse those IDS to have the same stats. But that'll mean the ship will also have the same name and description. If that's not a problem though, go for it!

DLL editing is easy using something like FLDev, though.

1 - Load it up.
2 - In the Home tab, select the Freelancer.ini and resources.dll file using their Browse buttons.
3 - Click the DLL Editor tab. Select a DLL file in the DLLs List (in top-left) and click the Active checkbox just beneath it to see what's in the selected DLL file.
4 - Search for whatever you need in the middle search bar and hit Enter or the Search button to perform the search.
5 - Click on the entry you want to change, change it in the text field, then click Update. They're not yet applied, though.
6 - In the lower-middle you can see your changes and untick any you change your mind on before you Apply.
7 - Click Apply Changes when ready. You will get a warning that this is not reversible.

Not that this is for editing of existing datacards, not making new ones. You can download the FLDev starter DLL files, which are blank DLLs for you to write new infocards to.

Posted on: 2022/6/3 7:57
Top
Topic | Forum


Re: 3D Model Showroom

Joined:
2021/1/22 12:23
Group:
Registered Users
Posts: 38
Offline
Oops! Well done @Alucard!

Yeah @Kuze, would be cool to check them out!

Posted on: 2022/5/31 11:00
Top
Topic | Forum



Top Top
(1) 2 3 »



[Advanced Search]