GAMERS LAIR

BurningPixels

Well-known member
Messages
4,191
Points
113
Fragment'ts Moonrise
open world fantasy rts game
(this game seems will turn soon from free into paid game so
redeem it now and it will be free forever)

from today's dev notes: "the game will be transitioning out of Free-to-Play and into a paid model. Don't worry, the price of the game won't increase dramatically, and equally as importantly if you already own the game, you won't have to buy it again. All the more reason to snag a copy of the game now!"

 

WhatNitrous

Well-known member
Messages
23,475
Points
113
Fragment'ts Moonrise
open world fantasy rts game
(this game seems will turn soon from free into paid game so
redeem it now and it will be free forever)

from today's dev notes: "the game will be transitioning out of Free-to-Play and into a paid model. Don't worry, the price of the game won't increase dramatically, and equally as importantly if you already own the game, you won't have to buy it again. All the more reason to snag a copy of the game now!"

Snagged it, thanks (y)
 
Messages
2,571
Points
113
F*CK, read some message about uni from lucky
He wasn't a god to snap his fingers and make magic.. He also wasn't stupid.. And could take advantage of things

How many times did I say that Google isn't a valid source of information?.. How many times did I say look on valid sources?..
Still.. It's still not correct use


I somehow missed this lol xD
Anyway.. I simply don't want to write an essay and I'm bored to go and photograph entire pages of books.. For Nazism, for sources, for validity, for arguments and so on..

What I will say as a closing remark is to go check offline sources and what a valid source is. How we crosscheck sources and so on.. And how definitions of words change.

We are all tired I think and you linking me Google made me lose all interest.. Same goes for rabbit's psychological speeches.. Anyone that has read 2 things upon those things understands perfectly the paranoia of this
i'm lazy to read again all mesages, but when u wrote about those who do uni can't use google as a source made my heart bleed.

f*ck, how the hell i'm supposed to abandon a friend? an old one at it, like around 10 years of my life, a lot of work from school XD.

i had to... sorry wikipedia... and i'd trade you(wikipedia) for a coxinha
 
Messages
2,571
Points
113
I just bought the last damn game :LOL:

Too soon!

And i found this while running my queue heh.

No idea, added and continued.

a new one for me to wish for, but ll never have?
 
Messages
2,571
Points
113
lol you replied to my msg before I'd edited it .. all g man😁
If that link is only to the Anti Spyware, I would think the defrag tool is separate software.

Stupidity, but likely.
i was going to ask, is it good? i think windows have a function that does the same thing XD
 

WhatNitrous

Well-known member
Messages
23,475
Points
113
i was going to ask, is it good? i think windows have a function that does the same thing XD
Windows does, its also a DOS command, and it can be done in powershell or C++ etc with a small script or function using WMI commands.

MOST defrag programs rely on the same principle as the script and they don't do much more than windows, except add a few pre-configured options that windows doesn't show.

Generally not worth it.

SOME are actually made the hard way using DeviceIoControl and the Windows API...others even read the file table manually and lock the drive, those type differ because they actually move the data in ways the script is not configured to do.

These are another story entirely, since they do things that make other things possible like allow you to shrink a drive that before you couldn't (one of the best purposes I've found), etc etc.

I don't know which way this program does it, so I can't really say...I forget the name of the one I used to use myself, auslogics I believe it was called.
Anyone wants a 7% off discount code for Fanatical Bundles?
I'll take it anyways :LOL:

I spend a fortune at that site lmao...usually for here.

EDIT:

Thanks Ken, I'll put it to good use.

I could use one of these for every other day of the month, accepting all coupon donations :ROFLMAO:
 
Last edited:

WhatNitrous

Well-known member
Messages
23,475
Points
113
I'm waiting for a new mystery bundle. Absolutely hate the current one - it's the only mystery bundle I bought twice and didn't find one game I'd like or didn't have.
I was able to collect almost the entire DOOM series from it, as well as Quake enhanced. Nothing else too grand to speak of.

I avoided the Mystery bundles before, so thats probably not all that great heh.

Oh, and Smurfs :ROFLMAO:
 

silent_passenger

Well-known member
Messages
3,699
Points
113
I was able to collect almost the entire DOOM series from it, as well as Quake enhanced. Nothing else too grand to speak of.

I avoided the Mystery bundles before, so thats probably not all that great heh.

Oh, and Smurfs :ROFLMAO:
Did you ever find one of the prizes - either a big AAA title or 100$ coupons - in any Fanatical bundle ever?
 

BurningPixels

Well-known member
Messages
4,191
Points
113
Windows does, its also a DOS command, and it can be done in powershell or C++ etc with a small script or function using WMI commands.

MOST defrag programs rely on the same principle as the script and they don't do much more than windows, except add a few pre-configured options that windows doesn't show.

Generally not worth it.

SOME are actually made the hard way using DeviceIoControl and the Windows API...others even read the file table manually and lock the drive, those type differ because they actually move the data in ways the script is not configured to do.

These are another story entirely, since they do things that make other things possible like allow you to shrink a drive that before you couldn't (one of the best purposes I've found), etc etc.

I don't know which way this program does it, so I can't really say...I forget the name of the one I used to use myself, auslogics I believe it was called.
Interesting explanation :D
I'll take it anyways :LOL:

I spend a fortune at that site lmao...usually for here.
sent you!
Did it find spyware? if not, you really can't say either :LOL:

That name is the worst program name ever, makes me want to tell the dev to shutup lol.
who says if the program itself is spyware?! :LOL: with O&O shutup there are lot of option you can even do it by yourself without the program. Some disabled feature can even break the correct working of Win10
 

WhatNitrous

Well-known member
Messages
23,475
Points
113
sent you!
Thanked you on the original post lol.
who says if the program itself is spyware?! :LOL: with O&O shutup there are lot of option you can even do it by yourself without the program. Some disabled feature can even break the correct working of Win10
Well I'm interested now :ROFLMAO:
Interesting explanation :D
Like I said, i was working on one myself. The hard way, obviously :LOL:

Your handy enough in DOS ken, so I assume you can use Powershell to some extent (or learn)

Heres a quick reference for you.


This is an example from the page for an SSD (unsure if its the right powershell version for your system), run powershell as an administrator add these to the code box and click the run button ;)

C#:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
Optimize-Volume -DriveLetter C -ReTrim -Verbose
Set-ExecutionPolicy -ExecutionPolicy restricted

You need to add the execution policy and click a message box that asks for permission, page neglected that part :rolleyes:

Note that this is different than the original method i mentioned, this runs a cmd file already coded in Windows.

It wasn't easy enough ALREADY :LOL:
 
Last edited:
Top