its not that hard at all.
i could write it in VB or C in like an hour.
you could go line by line comparing the two files (host and client) and make a list of all the lines the host has changed (using yours as a compare element).
civ 2 example:
YOURS:
3 ; Road movement multiplier
HOSTS:
200 ; Road movement multiplier
that would set up a little popup that says
and then gives you the option to connect or disconnect.
i could write it in VB or C in like an hour.
you could go line by line comparing the two files (host and client) and make a list of all the lines the host has changed (using yours as a compare element).
civ 2 example:
YOURS:
3 ; Road movement multiplier
HOSTS:
200 ; Road movement multiplier
that would set up a little popup that says
"THE HOST'S RULES.TXT CONTAINS THE FOLLOWING CHANGES
200 ; Road movement multiplier
"
and then gives you the option to connect or disconnect.
Comment