Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 268 269 [270] 271 272 ... 350

Author Topic: The Generic Computer Advice Thread  (Read 573083 times)

wierd

  • Bay Watcher
  • I like to eat small children.
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4035 on: March 08, 2020, 09:26:56 am »

Ghosting is not burn-in though.  I have seen ghosting, but not burn-in.  They are vastly different things.
Logged

Reelya

  • Bay Watcher
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4036 on: March 08, 2020, 10:10:14 am »

Well sorry, but it's easy to see how I could get the terminology confused, especially since the manual for my Philips screen mentions the term burn-in as being the primary phrase for this.

King Zultan

  • Bay Watcher
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4037 on: March 11, 2020, 05:36:10 am »

I've been downloading flash games recently and I've come across a few that no matter what won't work after I download them, some say I have to play on the website I got them from and others won't load past a point.

So is there a way to lie to the game and make it think its being played on the website it wants to get them to work?
Logged
The Lawyer opens a briefcase. It's full of lemons, the justice fruit only lawyers may touch.
Make sure not to step on any errant blood stains before we find our LIFE EXTINGUSHER.
but anyway, if you'll excuse me, I need to commit sebbaku.
Quote from: Leodanny
Can I have the sword when you’re done?

Reelya

  • Bay Watcher
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4038 on: March 11, 2020, 05:42:49 am »

Well that's a thing. New bill came out and i only got charged my normal rate for about a zillion GB of data. To put that in perspective, my total uncapped data for the month was supposed to be 20 GB, but I was download 35GB+ on some days.
« Last Edit: March 11, 2020, 05:44:32 am by Reelya »
Logged

wierd

  • Bay Watcher
  • I like to eat small children.
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4039 on: March 11, 2020, 06:55:30 am »

I've been downloading flash games recently and I've come across a few that no matter what won't work after I download them, some say I have to play on the website I got them from and others won't load past a point.

So is there a way to lie to the game and make it think its being played on the website it wants to get them to work?

A few choices;

1) Local HTTP server + HOSTS file entry, with assets in the right spots.
2) Hex edit the files looking for hard coded paths; alter as appropriate with local ones.
3) Decompile the .swf file, then recompile it again.
Logged

King Zultan

  • Bay Watcher
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4040 on: March 11, 2020, 10:43:52 am »

Which is easier for someone that knows nothing about this kind of thing Hex editing or Decompiling?
Logged
The Lawyer opens a briefcase. It's full of lemons, the justice fruit only lawyers may touch.
Make sure not to step on any errant blood stains before we find our LIFE EXTINGUSHER.
but anyway, if you'll excuse me, I need to commit sebbaku.
Quote from: Leodanny
Can I have the sword when you’re done?

Iduno

  • Bay Watcher
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4041 on: March 11, 2020, 12:33:14 pm »

Which is easier for someone that knows nothing about this kind of thing Hex editing or Decompiling?

I've done hex editing before, and I suck at computer. You point the editor at the file, and hope you can find the strings of words you're looking for with the search tool, then carefully change what needs changing.
Logged

Mephisto

  • Bay Watcher
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4042 on: March 11, 2020, 12:39:50 pm »

If you have any cmd experience (or hell, some console apps support dragging a file onto the executable), you might run something like strings on your file first and then scan its output to see if you should even bother with a hex editor.
Logged

Lord Shonus

  • Bay Watcher
  • Angle of Death
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4043 on: March 12, 2020, 11:00:53 pm »

This is only computer-adjacent, but I'm looking for a 1/8" to Bluetooth adapter to use headphones with an older TV. All the ones I can find online seem to be intended to act as inputs for stereos instead of outputs. Which should work because of the nature of Blutooth, but it pays to get a second opinion.
Logged
On Giant In the Playground and Something Awful I am Gnoman.
Man, ninja'd by a potentially inebriated Lord Shonus. I was gonna say to burn it.

King Zultan

  • Bay Watcher
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4045 on: March 13, 2020, 04:47:05 am »

So I've looked at the Hex editors and there seem to be a bunch of them, can anyone recommend one it doesn't need to be super fancy as I'm not going to be making a habit of messing with it.
Logged
The Lawyer opens a briefcase. It's full of lemons, the justice fruit only lawyers may touch.
Make sure not to step on any errant blood stains before we find our LIFE EXTINGUSHER.
but anyway, if you'll excuse me, I need to commit sebbaku.
Quote from: Leodanny
Can I have the sword when you’re done?

Reelya

  • Bay Watcher
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4046 on: March 13, 2020, 06:45:49 am »

Hex Editors are pretty much all the same in my experience. They're a very basic tool.

Just try HxD if on Windows.

But, generally you want to try and avoid needing to do this.

First, check thoroughly for anyone who already did the work, and see if there are downloadable already-hacked copies. Get them if possible.

Next, read thoroughly through any tutorials or forum discussions, guides from anyone who's already done this kind of stuff.

Then do the advised thing before, and just do a string-dump from the swf file, see what if any plaint-text urls you can see.

Fourth, is you can point those urls at a local files. This is only going to work if you can get copies of any resources it loads. You may still need to set up a webhost on your box to make it run (with a localhost path), and that's going to be a PITA just to run a couple of games. So you want to find ways to avoid that. Somebody online may have suggestions.

And finally, this might not even work. It's still possible that the game needs to access some remote database or some web technology we haven't mentioned, and you're not going to be able to just stick some files somewhere and make it work.
« Last Edit: March 13, 2020, 06:54:37 am by Reelya »
Logged

methylatedspirit

  • Bay Watcher
  • it/its
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4048 on: March 17, 2020, 04:49:23 pm »

Does running dual-channel RAM make DF run faster compared to a system running single-channel RAM, all else being equal?
Logged

wierd

  • Bay Watcher
  • I like to eat small children.
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #4049 on: March 17, 2020, 04:57:46 pm »

In most cases I have seen, there is a mild to moderate performance increase, but it depends a great deal on the system in question, and the kind of load contributing to the FPS loss. (path finding is a different beast than sorting data structures from a large item vector- etc)
Logged
Pages: 1 ... 268 269 [270] 271 272 ... 350