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 - iL

Pages: 1 ... 94 95 [96] 97 98 ... 113
1426
Server.War2.ru / Re: iL appreciation thread D
« on: January 14, 2015, 12:00:27 AM »
oh, lol, thanks to all of you also :P

1427
Server.War2.ru / Re: War2PLoader released - UPNP and more
« on: January 13, 2015, 11:58:42 PM »
Normally when i change the volume on my laptop i hear "BEEP". If i turn the volume up, the BEEP gets louder. If i turn the volume down, the BEEP gets quieter.
Fn+up/down?
When I load War2PLoader i cannot hear the "beeps" when i change volume.
During the war2 playing in fullscreen? Did if work while playing via war2nocd or wppatch?

1428
Server.War2.ru / Re: freed accounts
« on: January 13, 2015, 11:54:47 PM »
ess than 20 games + no game in last 365 dayzzzz?
last time i wiped less than 3 games+no game in last 3 months, deleted 2/3 of player database...
Accounts could also be used to collect stats, so, i'll think about it...

1429
Server.War2.ru / freed accounts
« on: January 13, 2015, 06:21:48 PM »
Just deleted old accounts in state "Awaiting Activation":

ouin
BHC-ICE..
nickifrascellafid
Warrenvazy
ericrenzisjz
woofy
coraleeaus2om
cYhNaKvXnF
Michaeljoms
bentonjoostenpa8
Vicentecix
troggy
Mauricefrog
AlbertRord
Tester
MichaelEl

You can recreate your account for different email if you had problems with activation

1430
Server.War2.ru / Re: Live Streams
« on: January 13, 2015, 05:59:52 PM »
$14...
Not sure how it works exactly and if it will help for our project or no.
I'd tried it for free, not sure about to buy it...

1431
Server.War2.ru / Re: War2PLoader released - UPNP and more
« on: January 13, 2015, 05:30:17 PM »
i just tried it and it worked. i turned off port forwarding, ran War2PLoader, and people were able to join my game no problem
Great! I see your connection, looks fine.
can we make it so the first time you ever host a game on a fresh install, it loads up garden of war high resources even faster as the default?
thanks
Hm, that's food idea for new people. I'll add it to the next combat version.

So, next version 1.0.0.3 is released.
Just some code refactoring, several additional checks for stability, also added the messagebox if your network connection is down or blocked by firewall.
Let's update to this version.

1432
Server.War2.ru / Re: War2PLoader released - UPNP and more
« on: January 13, 2015, 07:04:12 AM »
i extracted the 2 files and started war2... it didnt ask me to update anything/version check.
Did you start War2PLoader.exe? You should start war2 using it. Then it checks itself and then it starts war2...
Maybe some problems with connection caused if it didn't get an update...

1433
Mods & Development / need to make plugin for twitch.tv
« on: January 13, 2015, 05:58:59 AM »
Googling twitch.tv API showed this stuff:
https://api.twitch.tv/kraken/

I absolutely didn't find any working scripts to use as examples.

Here's how to work with that API:
Example is Lance's channel:
Code: [Select]
//$hue = file_get_contents('https://api.twitch.tv/kraken/channels/twilight_zne');
$hue = file_get_contents('https://api.twitch.tv/kraken/streams/twilight_zne');
//$hue = file_get_contents('https://api.twitch.tv/kraken/channels/twilight_zne/videos');
$hue = json_decode($hue);
print_r($hue);
You can get any of the link received from these pages to get that array with new links.

Some kind of self-documented API.

Looks interesting and quite easy, but requires much time again.
Does anybody want to get this?

What we need is script: requested params are links to streamers, result is a page with list of videos, ordered by popularity, with embedded videos, number of viewers, names, descriptions, etc.
To add beatiful block with that to our site.

1434
Server.War2.ru / Re: War2PLoader released - UPNP and more
« on: January 13, 2015, 03:46:02 AM »
did not seem to work for me ... no issues, but nobody could join my game. "high latency"
Hm, you started it, it requested update from the site?
I don't see your attempts to start it ever...
Either you didn't start it or your firewall blocked it's connection to the world or any internal error occured...
I'll add the messagebox for possible connection problems to new version...

Remember that UPnP wont punch holes through the built in Winblowz firewall or any Antivirus firewalls (many come with one by default)
Yes, i don't touch any firewalls.
But i tried it with internal windows firewall, it requested me to allow several outgoing connections for this program, so you should get it before starting the game. I'll check that for the firewalls rejecting packets by default.

I deleted the old War2PLoader and re-upgraded it when it was extracted from the file and now it shows 1.0.0.2 and is working with no color problems and no big delay anymore but the hosting doesn't work.
Hm, you just deleted current 1.0.0.1 from combat, unpacked it again there, started, got the update dialog, accepted and got 1.0.0.2, right?
And how did you do before? Unpacked 1.0.0.1 from the archive, started, then updated, retruned back to 1.0.0.1 from archive to make video and then you had problem with update it again?
I wonder how it works for you...

I also didn't change anything with palette between versions, so i wonder how that problem appeared for you...

Your router 19.268.0.1 is not listed as existing UPNP device (that means UPNP is eighter disabled or not supported), that's why this loader definitely will not help you to resolve your port forwarding problems, but i appreciate your help with autoupdate mechanism. Loader could have serious problems with it, i hope to resolve it with your help.

You should reset and then reconfigure your router if you want to resolve your hosting problems and lost the password.

1435
Server.War2.ru / Re: Live Streams
« on: January 13, 2015, 01:46:40 AM »
This needs to be stickied.
I'd say we need even more than just stick the topic:
To add some module to put that twitch block to some visible place on the site or forum.

Is everybody experienced in twitch.tv API for their content sharing? To get the block of the available videos for required videos and online streamers?

1436
Server.War2.ru / Re: Advertising for Server.War2.Ru
« on: January 13, 2015, 01:24:13 AM »
Mousetopher needs to install google analytics on server.war2.ru website, that way you will be able to see how many people come from the ad to the server.war2.ru websie and download the game.

Already.
Here it is:

1437
Server.War2.ru / Re: War2PLoader released - UPNP and more
« on: January 12, 2015, 02:36:21 PM »
Nope UAC disabled.
That's strange...
Also I looked up my router and it indeed does support uPnP.
That's even more strange.
Maybe it's UPNP feature is disabled now? Can you send me an internal ip of your router? Maybe PM if you don't want to post it to forum...

1438
Server.War2.ru / How to play full war2 version without the disc
« on: January 12, 2015, 02:32:28 PM »
Quote
I found my old war2 disc and installed it. Works fine and all but i forgot how to make it where i can run it without the disc. Do i create a disc image?

The easiest way:
1. to run War2noCD.reg from the combat folder, to add it to registry.
2. to copy install.exe from your disc to war2 folder.
3. to copy War2noCDloader.exe from combat to your newly installed war2 folder and use it to start war2.

1439
Server.War2.ru / Re: War2PLoader released - UPNP and more
« on: January 12, 2015, 02:29:04 PM »
I wonder how it works for you...
I see it's starting as the lastest version, but working as 1.0.0.1...

Version update don't depend on UPNP. My thoughts: maybe it's a result of some UAC feature? Do you have UAC enabed? I have no idea what it can be else...

1440
Server.War2.ru / Re: why am i banned?
« on: January 12, 2015, 02:11:27 PM »
PM me your public ip you trying to join from.
I'll check if it's being banned...

Pages: 1 ... 94 95 [96] 97 98 ... 113