• 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 … 39 40 41 42 43 … 497 Next »
Huge lag spikes when NPC pops up

Server Time (24h)

Players Online

Active Events - Scoreboard

Latest activity

Huge lag spikes when NPC pops up
Offline Wraga
05-15-2020, 05:29 AM,
#1
Storm Chaser
Posts: 1,767
Threads: 260
Joined: Sep 2010

Hello ladies and gents,

Any suggestions how to fix huge lag drops when NPC pops up? Game is running with basic setup, there is no mod or anything else installed and my pc should be able to handle the game req easily.

Thanks in advance

[Image: giphy.gif]
  Reply  
Offline Kazinsal
05-15-2020, 06:29 AM,
#2
Wizard
Posts: 4,541
Threads: 230
Joined: Sep 2009

That's just something Freelancer does. Quirks of a 20-year-old game engine.

Retired, permanently.
Reply  
Offline Wraga
05-15-2020, 06:39 AM,
#3
Storm Chaser
Posts: 1,767
Threads: 260
Joined: Sep 2010

(05-15-2020, 06:29 AM)Kazinsal Wrote: That's just something Freelancer does. Quirks of a 20-year-old game engine.

Thanks for the swift reply. According to my memories it was not bad like now in the past but maybe just my memory tricks me.

So its quite normal.

[Image: giphy.gif]
  Reply  
Offline Skorak
05-15-2020, 06:59 AM,
#4
3x Custom User Title
Posts: 4,421
Threads: 503
Joined: Mar 2008

Once I moved the game to an ssd it was less bad for me.

[Image: 4M4UTts.png]
[Image: IDgpvpG.png][Image: T5nJFSb.png] [Image: R2wbzfN.png] [Image: dAW1eot.png111] [Image: R2wbzfN.png] [Image: OECngVP.png77] [Image: R2wbzfN.png] [Image: 7ODm3kk.png33] [Image: R2wbzfN.png] [Image: RKgpLfI.png88]
Reply  
Offline Arcana
05-15-2020, 07:11 AM,
#5
Dublin Duster
Posts: 375
Threads: 11
Joined: Dec 2018

Got this freeze/lag too when the game is loading new objects and sometimes for no reason it just freezes for 2-3 secs. It is very strange cause on the 9 years old Toshiba it is running smoothly and on a new laptop it freezes Big Grin . Was wondering is the graphic card making some huge cloak spikes.. But as Kaz said, freelancer is 20 years old, we must be happy it still runs ^^
Reply  
Offline sindroms
05-15-2020, 07:50 AM,
#6
Member
Posts: 9,437
Threads: 985
Joined: Feb 2008

It loads the whole asset when it does that.
The reason why you don't remember it being this bad was that the poly count for new ships is drastically higher than the originals.

--------------
PSA: If you have been having stutter/FPS lag on Disco where it does not run as smoothly as other games, please look at the fix here: https://discoverygc.com/forums/showthrea...pid2306502
----------
Reply  
Offline Lemon
05-15-2020, 08:11 AM,
#7
The Legendary Lemon
Posts: 2,392
Threads: 114
Joined: Apr 2020

(05-15-2020, 07:50 AM)sindroms Wrote: It loads the whole asset when it does that.
The reason why you don't remember it being this bad was that the poly count for new ships is drastically higher than the originals.
Reply  
Offline Wraga
05-15-2020, 08:51 AM,
#8
Storm Chaser
Posts: 1,767
Threads: 260
Joined: Sep 2010

(05-15-2020, 07:50 AM)sindroms Wrote: It loads the whole asset when it does that.
The reason why you don't remember it being this bad was that the poly count for new ships is drastically higher than the originals.

That makes sense.

Alright guys, thanks for the replies, so its something what everyone experiences.

[Image: giphy.gif]
  Reply  
Offline Kazinsal
05-15-2020, 08:51 AM, (This post was last modified: 05-15-2020, 08:55 AM by Kazinsal.)
#9
Wizard
Posts: 4,541
Threads: 230
Joined: Sep 2009

Yeah, Freelancer is *really* bad at loading stuff. Blocks everything while it loads, loads as slow as humanly possible (it has is own virtual filesystem layer and I/O code! y'know, instead of just asking the OS to do it, which is what every other program under the sun does)... Plus, it's written by Digital Anvil, a horribly mismanaged company that missed its release targets for pretty much everything they ever did and still had issues after a proper software development company bought them out.

Significant portions of this engine date back to 1997. It wasn't great when it was released in 2003. It's even worse now, for a lot of reasons. We do what we can to keep Discovery working almost two decades after Freelancer came out, but there are concessions that we just have to make.

e: Loading and parsing a handful of 5000-vertex models in real time is *super* easy. Freelancer just does it in some really complex ways with "optimized" code that was written with 10 GB 3600 rpm hard drives and Windows 98 in mind. Doesn't really work in 2020.

Retired, permanently.
Reply  
Offline Wraga
05-15-2020, 09:00 AM,
#10
Storm Chaser
Posts: 1,767
Threads: 260
Joined: Sep 2010

(05-15-2020, 08:51 AM)Kazinsal Wrote: Yeah, Freelancer is *really* bad at loading stuff. Blocks everything while it loads, loads as slow as humanly possible (it has is own virtual filesystem layer and I/O code! y'know, instead of just asking the OS to do it, which is what every other program under the sun does)... Plus, it's written by Digital Anvil, a horribly mismanaged company that missed its release targets for pretty much everything they ever did and still had issues after a proper software development company bought them out.

Significant portions of this engine date back to 1997. It wasn't great when it was released in 2003. It's even worse now, for a lot of reasons. We do what we can to keep Discovery working almost two decades after Freelancer came out, but there are concessions that we just have to make.

e: Loading and parsing a handful of 5000-vertex models in real time is *super* easy. Freelancer just does it in some really complex ways with "optimized" code that was written with 10 GB 3600 rpm hard drives and Windows 98 in mind. Doesn't really work in 2020.

I do appreciate all the effort you have been doing to keep this game running and evolving so dont take it wrong. Simply thought it might be an issue from my side, since it was different in my memories, and quite surprising experience about a 15+ years old game.

Thank you for the explanation, its clear now.

[Image: giphy.gif]
  Reply  


  • 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