• 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 Discovery Development Discovery Mod General Discussion
« Previous 1 2 3 4 5 … 547 Next »
Community Input: Freelancer HD Starspheres

Server Time (24h)

Players Online

Active Events - Scoreboard

Latest activity

Poll: Would you like to see Freelancer HD starspheres added to Discovery?
You do not have permission to vote in this poll.
Yes.
69.84%
44 69.84%
No.
22.22%
14 22.22%
Yes, but only some. Write below which systems exactly.
7.94%
5 7.94%
Total 63 vote(s) 100%
* You voted for this item. [Show Results]

Pages (4): « Previous 1 2 3 4 Next »
Community Input: Freelancer HD Starspheres
Offline Antonio
12-14-2024, 12:15 AM,
#21
PvP = RP
Posts: 3,194
Threads: 196
Joined: Nov 2009
Staff roles: Systems Lead

(12-12-2024, 11:01 PM)Lord Caedus Wrote: Could we see examples of some of the more unique starspheres, such as the Manchester one for example?

I have added the link to the Freelancer HD ModDB site, best try it out yourself for specific systems. It is a 5 minute install.

Appreciate the feedback people, keep it up.

[Image: BMdBL0j.png]
SNAC Montage Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Thruster SNAC
Reply  
Offline Ramke
12-14-2024, 12:18 AM,
#22
Member
Posts: 1,771
Threads: 76
Joined: Dec 2008

I think it would be cool to have this as an optional thing, upon further thought.

I already use it so I'm not fussed if it's available generally or not - maybe a toggle on the launcher that downloads the files? I don't know if the developer of it is still around.

[Image: Ramkerawr.gif]
Reply  
Online Kauket
12-14-2024, 12:33 AM,
#23
Dark Lord of the Birbs
Posts: 6,548
Threads: 506
Joined: Nov 2014
Staff roles:
Art Developer

I think the new launcher should just have capabilities for 'modding' your files, like most mod managers where you click on and off stuff anyway.

If it were up to me, I'd honestly hand go over any 'visual upgrades' to ensure consistency rather than shoving it in. Because majority of these are actually a downgrade and do not properly represent the regions. But would love an option for seamless modding rather than hand picking files.

[Image: kauket.gif]
Reply  
Offline Laz
12-14-2024, 06:02 AM, (This post was last modified: 12-14-2024, 06:03 AM by Laz.)
#24
(Sorta) Retired Code Monkey
Posts: 1,905
Threads: 106
Joined: Jan 2014

(12-14-2024, 12:18 AM)Ramke Wrote: maybe a toggle on the launcher that downloads the files? I don't know if the developer of it is still around.

If you mean the person that made the launcher, then hello that is me.
The launcher (even when I wrote it) is in a bad need of rewriting. It's a shitty winform app that has no place in modern code. Sadly I have neither the time nor inclantion to make any changes; I am too occupied with FLHook and FLUF for disco launcher work. However I cannot deny the need. Perhaps if I am bored one day and decide it's worth pursuing.

Worth noting that the 'patching system' as a whole needs reworking. Ideally with support for multiple installs. Currently the approach of "download many zip files" has some rather obvious pitfalls.

Reply  
Offline darkwind
12-14-2024, 01:38 PM, (This post was last modified: 12-14-2024, 01:39 PM by darkwind.)
#25
Frontier Sheriff
Posts: 1,153
Threads: 138
Joined: Oct 2019
Staff roles:
Coding Developer

(12-14-2024, 06:02 AM)Laz Wrote:
(12-14-2024, 12:18 AM)Ramke Wrote: maybe a toggle on the launcher that downloads the files? I don't know if the developer of it is still around.

If you mean the person that made the launcher, then hello that is me.
The launcher (even when I wrote it) is in a bad need of rewriting. It's a shitty winform app that has no place in modern code. Sadly I have neither the time nor inclantion to make any changes; I am too occupied with FLHook and FLUF for disco launcher work. However I cannot deny the need. Perhaps if I am bored one day and decide it's worth pursuing.

Worth noting that the 'patching system' as a whole needs reworking. Ideally with support for multiple installs. Currently the approach of "download many zip files" has some rather obvious pitfalls.

@Laz @Ramke as far as i am aware @Treewyrm spends effort onto launcher remake already with smth in js/ts probably.


Interstellar Autogit Ctrl-V Encryptor Discovery At Linux
Dark Tools DarkBot DarkLint DarkStat DarkMap
Reply  
Offline Ramke
12-14-2024, 01:55 PM,
#26
Member
Posts: 1,771
Threads: 76
Joined: Dec 2008

(12-14-2024, 06:02 AM)Laz Wrote: The launcher (even when I wrote it) is in a bad need of rewriting. It's a shitty winform app that has no place in modern code.

For what it's worth it doesn't feel like a shitty app and is very reliable from a user perspective. Smile

[Image: Ramkerawr.gif]
Reply  
Offline Kloun
12-14-2024, 02:00 PM,
#27
Member
Posts: 4
Threads: 0
Joined: Nov 2023

I'd also like to see HD asteroids/rocks, planets, and nebulas from that HD mod. Thanks.
Reply  
Offline darkwind
12-14-2024, 02:12 PM, (This post was last modified: 12-14-2024, 02:17 PM by darkwind.)
#28
Frontier Sheriff
Posts: 1,153
Threads: 138
Joined: Oct 2019
Staff roles:
Coding Developer

(12-14-2024, 01:55 PM)Ramke Wrote:
(12-14-2024, 06:02 AM)Laz Wrote: The launcher (even when I wrote it) is in a bad need of rewriting. It's a shitty winform app that has no place in modern code.

For what it's worth it doesn't feel like a shitty app and is very reliable from a user perspective. Smile

That too. Current launcher looks reliable from user perspective, and it is made in C#, it can't be too bad in terms of code.
I anticipate remake planned in js will be less in code quality, just because it is js and without unit testing. C# with its language features can provide easier higher quality with minimum effort (that is possible to improve despite badly written any code with relative easiness in comparison to dynamic typed languages) (on the level where no unit testing is made yet in both launchers, their code qualities are strongly affected by language features) Angel but probably js remake better will be from user perspective, may be.


Interstellar Autogit Ctrl-V Encryptor Discovery At Linux
Dark Tools DarkBot DarkLint DarkStat DarkMap
Reply  
Offline Antonio
12-15-2024, 07:40 PM,
#29
PvP = RP
Posts: 3,194
Threads: 196
Joined: Nov 2009
Staff roles: Systems Lead

I’ll give this one more bump before we have an internal discussion.

[Image: BMdBL0j.png]
SNAC Montage Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Thruster SNAC
Reply  
Offline Proselyte
12-15-2024, 08:16 PM,
#30
Member
Posts: 278
Threads: 43
Joined: Jan 2023

Well, I did some flying around with an intent to scrutinize the backgrounds of each system as I went and that definitely reinvigorated my appreciation for them. To the point that I wonder whether their charm and in-universe consistency would survive a total HD replacement. Like a few other people have mentioned in here, I think they'd have to be painstaking reproductions of the current starspheres with minimal artistic deviation for it to not feel a little "off" when playing, if you're tuned in to this kind of thing. Even then it might catch your eye in an "odd", rather than "cool" way eventually.

Really, this game is old. It doesn't need to try to look more modern than it already does to look damn good. It has a style of its own and it's easy to buy into. Plus, people install HD packs on their own with little difficulty anyway.
Reply  
Pages (4): « Previous 1 2 3 4 Next »


  • View a Printable Version
  • Subscribe to this thread


Users browsing this thread:
1 Guest(s)



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