Ik heb om gamevoice chats te kunnen hosten een .ini bestandje gedownload en geinstalleerd. Ik zou echter ook andere poorten willen mappen maar analogx en winroute werken niet 
Weet iemand wat daar in zo'n bestand in moet staan?
Hier heb je de portmapfile voor GV:
Kan ik gewoon in dat bestandje de poort die ik wil mappen aanpassen, udp veranderen in tcp en 0.0.0.0 veranderen in 192.168.0.2? Of word er ook rekening gehouden met die GameVoice_1.3 want ik gebruik nu GV 1.5 en het werkt nogaltijd.
Alvast veel dank
edit: ook de sleutel natuurijk, anders word de GV portmap overschreven
Weet iemand wat daar in zo'n bestand in moet staan?
Hier heb je de portmapfile voor GV:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
| [version] signature="$CHICAGO$" [DefaultInstall] AddReg=PortSample [DefaultUnInstall] DelReg=PORT_SAMPLE_DEL_REG [PortSample] ;**** The following entry points to the machine running the DirectPlay application. ;**** If your DirectPlay application is installed on the computer ;**** hosting ICS (the one with the Internet connection), use 0.0.0.0 ;**** If your DirectPlay application is installed on a different computer ;**** than the one that's running ICS, replace the 0.0.0.0 in the next ;**** line with the IP address of that machine. HKLM,%ICSACTIVE%,GameVoice_1.3,,"0.0.0.0" ;**** ;**** DO NOT CHANGE ANYTHING BELOW THIS POINT ;**** HKLM,%ICSINSTALLED%\GameVoice_1.3 HKLM,%ICSINSTALLED%\GameVoice_1.3,Name,,"PORTS REQUIRED FOR GameVoice_1.3 TO WORK WITH WINDOWS 98SE ICS" HKLM,%ICSINSTALLED%\GameVoice_1.3,Options,1,00,00,00,00 HKLM,%ICSINSTALLED%\GameVoice_1.3\0000 HKLM,%ICSINSTALLED%\GameVoice_1.3\0000,Type,,"UDP" ;**** The following port number is the default used by Game Voice ;**** If you are hosting a session on a different port number ;**** you need to change this HKLM,%ICSINSTALLED%\GameVoice_1.3\0000,Port,,"9110" HKLM,%ICSINSTALLED%\GameVoice_1.3\0000,Translation,,"NORMAL" [PORT_SAMPLE_DEL_REG] HKLM,%ICSINSTALLED%\GameVoice_1.3 HKLM,%ICSACTIVE%,GameVoice_1.3 [Strings] ICSINSTALLED="System\CurrentControlSet\Services\ICSharing\Mappings\Installed" ICSACTIVE="System\CurrentControlSet\Services\ICSharing\Mappings\Active" |
Kan ik gewoon in dat bestandje de poort die ik wil mappen aanpassen, udp veranderen in tcp en 0.0.0.0 veranderen in 192.168.0.2? Of word er ook rekening gehouden met die GameVoice_1.3 want ik gebruik nu GV 1.5 en het werkt nogaltijd.
Alvast veel dank
edit: ook de sleutel natuurijk, anders word de GV portmap overschreven