Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Zeblote

Pages: 1 ... 183 184 185 186 187 [188] 189 190 191 192 193 ... 727
2806
you still didn't explain what the use is

2807
Games / Re: Steam is allowing people to sell workshop content
« on: April 26, 2015, 07:01:36 AM »
skyrim reviews dropped below 90%

2808
Games / Re: Steam is allowing people to sell workshop content
« on: April 25, 2015, 07:25:48 PM »
Well that is a shame. The reviews should be based on the game itself and not the mods.
The mods are the game. They break the game, they get negative reviews.

Or do you honestly think anyone would buy skyrim with terrible modding support?

2809
Games / Re: Steam is allowing people to sell workshop content
« on: April 25, 2015, 07:21:59 PM »
It is still at Very Positive for me.

It was at "Overwhelmingly positive" just before the update. It takes a while for thousands of people to change their reviews.

2810
Games / Re: Steam is allowing people to sell workshop content
« on: April 25, 2015, 07:09:23 PM »
And always a pay what you want, no fixed prices for anyone
yes

(starting at $0, content creator cannot change this minimum)

2811
Games / Re: Steam is allowing people to sell workshop content
« on: April 25, 2015, 06:49:46 PM »
http://www.reddit.com/r/gaming/comments/33uplp/mods_and_steam/

I am still going to bet nothing will change.
Maybe all isnt lost yet...

Pay what you want system (starting at $0, content creator cannot change this minimum) is all we need.

2812
This is a very dirty fix:

Code: serverlistfix.cs (39 lines)
package ServerListSortFix
{
    function ServerInfoSO_UpdatePing(%ip, %ping)
    {
       %strIP = %ip;
       %strIP = strreplace(%strIP, ".", "_");
       %strIP = strreplace(%strIP, ":", "X");
       %idx = $ServerSOFromIP[%strIP];
       %obj = $ServerSO[%idx];

       if(isObject(%obj))
        {
           //No need to re-sort the list every time a ping is received...
            //%obj.ping = %ping;
            //%obj.Display();

           %obj.ping = %ping;
            JS_serverList.setRowByID(%obj.id, %obj.serialize());
        }
       else
       {
           error("ERROR: ServerInfoSO_UpdatePing() - No script object found for ip: ", %strIP);
        }
    }

    function ServerInfoSO_DisplayAll()
    {
       parent::ServerInfoSO_DisplayAll();

       //Sort the list once after adding all servers
       if(JS_serverList.sortedNumerical)
            JS_serverList.sortNumerical(JS_serverList.sortedBy, JS_serverList.sortedAsc);
       else
           JS_serverList.sort(JS_serverList.sortedBy, JS_serverList.sortedAsc);
    }
};

activatePackage(ServerListSortFix);


2813
Maybe make it sort them alphabetically.
You'd have to write a lame slow sort function in torquescript, the c++ sorting for the guitextlistctrl works on one comlumn only.

2814
The problem is that rows are deleted and inserted again as more servers get their ping results, which makes the sort function get different results.

It could be fixed by editing the rows instead of re-creating and not sorting the list again after getting ping results if it's not being sorted by ping.

2815
for what do you even need this

2816
Off Topic / Re: Does the Internet prefer cats or dogs?
« on: April 24, 2015, 09:06:31 AM »







Clearly, the internet prefers MORE CATS and LESS DOGS.

2817
Games / Re: Steam is allowing people to sell workshop content
« on: April 24, 2015, 08:45:52 AM »
when they push this out to other games, this is probably going to suck a lot for playing on multiplayer servers

"Sorry! but you can not play on this map until you Purchase it from the workshop for $5.55. would you like to go to the workshop page now?"
Let's hope consumer backlash stops this before bullstuff like that happens.

2818
Games / Re: Steam is allowing people to sell workshop content
« on: April 23, 2015, 09:21:50 PM »
http://steamcommunity.com/sharedfiles/filedetails/?id=429935220

I have to admit this armor looks loving epic. Might sell a few trading cards to get it
No. Find a free mirror instead.

2819
Games / Re: Steam is allowing people to sell workshop content
« on: April 23, 2015, 08:54:20 PM »
This has to be a late april fools joke? There is no loving way.

2820
General Discussion / Re: Sudden Realisation
« on: April 23, 2015, 12:59:30 PM »
I'm pretty sure the game is supposed to do that and there's a reason for it, but I forgot what it was.
Someone called himself blockhead[number] so it couldn't use that name for the actual guy with blid [number], resulting in blockhead[number+1]

This will keep going until badspot manually fixes it

Pages: 1 ... 183 184 185 186 187 [188] 189 190 191 192 193 ... 727