BlameThePixel!

BTForum » Wormy Discussion » Worms World Party Discussion » IP Override 2

Poll: Do you want a WWP IP Override v3 in non-beta status?
Yes 1 users
No 1 users
Abstain 3 votes
(5 votes have been cast so far)Can't Vote While Logged Out!

[]Ch3ck3r
I m not in here, im out there
Send PM
Posts: 3
Threads: 1
Money: £19.10 (D)
(+ Friend)
Not online within the last half an hour
Since approximately a month Worms IP Override 2 Tool does not work anymore.
The website, from where the tool gets the ip address isnt online any longer and manually entering the ip number did not work for me and was not my favour.

So I sit down and developed my own Worms IP Override Programm "Worms IP Override v3 beta"
You can find it here: http://www.blamethepixel.com/file.php?id=3106

As the name says, it is beta software only. So you have to do 4 things before you can use it, because it is not automatically:
1. Extract the archiv to a folder of your choice - you should create a new directory for it.
2. In the extracted files there is a wwp shortcut named "wwp.lnk". Make sure this file links to your wwp.exe
3. Start the program by clicking the "WWP IP Override v3 beta.exe"
4. Have fun and report bugs to me

I hope this helps anyone. :)

greez
01.01.08 20:02
Post #1
Last edited: 01.01.08 20:30 (Ch3ck3r - 1 times) [Hide Sig (0)] [Profile] [Quote]
[]Ch3ck3r
I m not in here, im out there
Send PM
Posts: 3
Threads: 1
Money: £19.10 (D)
(+ Friend)
Not online within the last half an hour
It's me again.

I ve build an ultimate hosting tool

It checks all necessary things for hosting and sums up all information.

After a short test if the ports are free and after getting your ip address it sets up the registry entries with your ip and gives you the startbutton.

Press on it and you are able to host!

If you are not able to host the program will give you an error message saying why you cant host and what to do to make you able to host!

VERY GOOD PROGRAM *PROUD*

Because it is too big i cant upload it here, so download here
[6,7MB] http://www.road-of-design.de/hosthelp.zip

An image!
02.01.08 01:13
Post #2
Last edited: 02.01.08 01:24 (Ch3ck3r - 4 times) [Hide Sig (0)] [Profile] [Quote]
[S]Bloopy
Lazy, Busy, Fizzy, Crazy
Send PM
An Avatar
Posts: 2996
Threads: 145
WA Clan: WwA
Money: £764.65 (D)
(+ Friend)
Not online within the last half an hour
Looks really nice!

For the record, the Team17 FAQ has always been inaccurate. You definitely don't need port 6667 to host. I believe WWP connects to wormnet on port 6677, but that's just an outgoing connection, and not used for hosting. And if WWP is anything like WA, then the only port you host on is 17011, and 17010 and 17012 are unused.

So 17011 is it! :)

________________

Quoted :: Bloopy

Quoted :: thomasp
I suppose that's one "good" thing about my degree (aero engineering), there aren't too many terms/words/etc that have "alternative" meanings.
What, like cockpits, turboshafts, thrust, nozzles, corkscrews, ram drag, payload, flaps, and wind tunnels?
02.01.08 20:13
Post #3
[Planet Bloopy] [Hide Sig (7)] [Profile] [Quote]
[ES]Pioneer322
Orangie Orgy
Send PM
An Avatar
Posts: 2375
Threads: 38
Mood: FFFFFFFFFFF
Money: £1289.13 (D)
User Tax: -322%
(+ Friend)
Not online within the last half an hour
Looks great, I haven't checked it out but what puzzles me is why is it 6.7 MB? that seems kinda big for a hosting utility
02.01.08 21:40
Post #4
[Hide Sig (2)] [Profile] [Quote]
[]RunT
Statusless
Send PM
Posts: 2600
Threads: 106
Money: £29.56 (D)
(+ Friend)
Not online within the last half an hour
Good job, make one for W:A and you'll be a very rich man

*Note: by rich i mean very popular*

________________


02.01.08 22:46
Post #5
[Hide Sig (10)] [Profile] [Quote]
[S]Bloopy
Lazy, Busy, Fizzy, Crazy
Send PM
An Avatar
Posts: 2996
Threads: 145
WA Clan: WwA
Money: £764.65 (D)
(+ Friend)
Not online within the last half an hour

Quoted :: Pioneer322

Looks great, I haven't checked it out but what puzzles me is why is it 6.7 MB? that seems kinda big for a hosting utility


Depends on the programming language. If it was C++ then Windows would probably already have all the libraries needed. If it was VB you'd need to download any dependencies you don't already have. If it was C#, you'd need MS .NET Framework installed. If the download's big then it probably comes with the dependencies/libraries that you need. :o

________________

Quoted :: Bloopy

Quoted :: thomasp
I suppose that's one "good" thing about my degree (aero engineering), there aren't too many terms/words/etc that have "alternative" meanings.
What, like cockpits, turboshafts, thrust, nozzles, corkscrews, ram drag, payload, flaps, and wind tunnels?
03.01.08 01:08
Post #6
[Planet Bloopy] [Hide Sig (7)] [Profile] [Quote]
[]Ch3ck3r
I m not in here, im out there
Send PM
Posts: 3
Threads: 1
Money: £19.10 (D)
(+ Friend)
Not online within the last half an hour
It is written in python, then compiled to windows exe format.

By Compiling it includes all implemented modules which are quite a lot:

from Tkinter import *
from tkMessageBox import *
import urllib
import sys
import os
import socket
import subprocess
import time
import _winreg
import win32com.client

All these together compiled have a size of 2,5 MB
The second thing is, that the programm uses TCL (a windows window manager) which has a size of another 2,2 MB
that makes 4,7 MB already!

The Programm itself is just 25 KB big

If you are interested in the source code, just let me know it.


The problem is, that i have not W:A so i dont know how to make the program for W:A.
I think i will go and buy W:A next week and make a programm for you xD
03.01.08 17:55
Post #7
Last edited: 03.01.08 17:57 (Ch3ck3r - 1 times) [Hide Sig (0)] [Profile] [Quote]
[ES]Pioneer322
Orangie Orgy
Send PM
An Avatar
Posts: 2375
Threads: 38
Mood: FFFFFFFFFFF
Money: £1289.13 (D)
User Tax: -322%
(+ Friend)
Not online within the last half an hour

Quoted :: Ch3ck3r

It is written in python, then compiled to windows exe format.

By Compiling it includes all implemented modules which are quite a lot:

from Tkinter import *
from tkMessageBox import *
import urllib
import sys
import os
import socket
import subprocess
import time
import _winreg
import win32com.client

All these together compiled have a size of 2,5 MB
The second thing is, that the programm uses TCL (a windows window manager) which has a size of another 2,2 MB
that makes 4,7 MB already!

The Programm itself is just 25 KB big

If you are interested in the source code, just let me know it.


The problem is, that i have not W:A so i dont know how to make the program for W:A.
I think i will go and buy W:A next week and make a programm for you xD



Ah that makes sense now.
And yeah, you should get W:A :P, totally worth it
03.01.08 18:57
Post #8
[Hide Sig (2)] [Profile] [Quote]
[S]Bloopy
Lazy, Busy, Fizzy, Crazy
Send PM
An Avatar
Posts: 2996
Threads: 145
WA Clan: WwA
Money: £764.65 (D)
(+ Friend)
Not online within the last half an hour

Quoted :: Ch3ck3r
The problem is, that i have not W:A so i dont know how to make the program for W:A.
I think i will go and buy W:A next week and make a programm for you xD


The only relevant differences are:
- The latest beta of WA can detect what IP to host on automatically, so IP Override isn't needed
- The latest beta of WA has settings to host on a different port instead of 17011. So you would just need to let the user choose a port, set the port in WA, and check that hosting on that port works.

Also, don't buy the TryMedia download version of WA, it doesn't support the beta updates.

________________

Quoted :: Bloopy

Quoted :: thomasp
I suppose that's one "good" thing about my degree (aero engineering), there aren't too many terms/words/etc that have "alternative" meanings.
What, like cockpits, turboshafts, thrust, nozzles, corkscrews, ram drag, payload, flaps, and wind tunnels?
03.01.08 21:22
Post #9
[Planet Bloopy] [Hide Sig (7)] [Profile] [Quote]

Post Reply

Jump To:


Your Comments:

Donate to BlameThePixel:
Donate to BTP Via PayPal


[22 Queries, Page Loaded in 0.185472 Seconds]

ShoutMeUp

Xmas Greetings from waka waka waka waka []Unvalidated EmailChristmasRiddle MERRY CHRISTMAS EVERYONE! []Spleet Except for Spleet. []TheAbdBoy Always bummin' a brother out. []Spleet Happy New Year everyone! But Spleet. []TheAbdBoy

Word Association

All

-10 Ago-

MiddleEastern []AlphaWolf camel [S]Bloopy toe []TheAbdBoy moose knuckle [S]Bloopy MeatLoaf []Spleet IdDoAnything4Lo ve []AlphaWolf rub n tug []TheAbdBoy tugboat []The Pope rope [S]Bloopy race []TheAbdBoy

-Latest-


Must be logged in to add new words

FictoLeague

You have to be logged in to vote...

Member Stats

Date: 29.04.24.
Members: 4731.
Latest: []Unvalidated Emailsdsakldsaldklasdsdsa
Active:
0 user(s)
1 guest(s)

On chat:
Lots of people

Files: 3330

Bloopy's Site
Get Firefox Get Opera Donate to BTP Via PayPal