Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more XNet symbols #73

Open
JayFoxRox opened this issue May 20, 2019 · 1 comment
Open

Support more XNet symbols #73

JayFoxRox opened this issue May 20, 2019 · 1 comment
Labels
help wanted Extra attention is needed OOVPA Any OOVPA change relative task

Comments

@JayFoxRox
Copy link
Contributor

I need support for the following symbols (which I have already manually found in those games).

(Take the addresses with a grain of salt, especially if marked with ???)


Burnout 3

XNetGetEthernetLinkStatus = 0x0020F9AE
XNetConfig = 0x00339288
XNetGetConfigStatus = 0x00339293
XNetRandom = 0x0033929E
XNetRegisterKey = 0x003392A9
XNetUnregisterKey = 0x003392B4
XNetXnAddrToInAddr = 0x003392BF
XNetDnsLookup = 0x003392D6
XNetDnsRelease = 0x003392ED
XNetQosListen = 0x003392F8
XNetQosLookup = 0x00339307
XNetQosRelease = 0x00339323
XNetGetTitleXnAddr = 0x0033932E
XNetServerToInAddr = 0x003394D9
XNetUnregisterInAddr = 0x003394F0
XNetConnect = 0x003394FB
XNetGetConnectStatus = 0x00339506
XNetQosServiceLookup = 0x00339511
XNetStartup = 0x00339722
XNetOpenConfigVolume = 0x0033BAB7
XNetCloseConfigVolume = 0x0033BB05
XNetLoadConfigSector = 0x0033BBD9
XNetSaveConfigSector = 0x0033BC90
XNetSaveConfigParams = 0x0033BD33
XNetLoadConfigParams = 0x0033BDDF
XNetUpdateConfigParams = 0x0033BE79
XNetConfigUPnP = 0x0033BEE3

Outrun 2006

XNetGetEthernetLinkStatus = 0x00084FFD
XNetCloseConfigVolume = 0x002146E7
XNetConfig = 0x00204ECA
XNetConfigUPnP = 0x00214AC5
XNetCreateKey = 0x00204EEB
XNetDnsLookup = 0x00204F23
XNetDnsRelease = 0x00204F3A
XNetGetConfigStatus = 0x00204ED5
XNetGetConnectStatus = 0x002050FA
XNetInAddrToXnAddr = 0x002050CD
XNetLoadConfigSector = 0x002147BB
XNetOpenConfigVolume = 0x00214699
XNetQosListen = 0x00204F45
XNetQosLookup = 0x00204F54
XNetQosRelease = 0x00204F70
XNetRandom = 0x00204EE0
XNetRegisterKey = 0x00204EF6
XNetSaveConfigSector = 0x00214872
XNetServerToInAddr = 0x002050B6
XNetStartup = 0x0020530B
XNetUnregisterKey = 0x00204F01
XNetUpdateConfigParams = 0x00214A5B
XNetXnAddrToInAddr = 0x00204F0C
@RadWolfie RadWolfie added help wanted Extra attention is needed OOVPA Any OOVPA change relative task labels May 20, 2019
@RadWolfie
Copy link
Member

List of missing signatures according to OP post: (ticked is equivalent to implemented)

  • XNetCloseConfigVolume
  • XNetConfig
  • XNetConfigUPnP
  • XNetConnect
  • XNetCreateKey
  • XNetDnsLookup
  • XNetDnsRelease
  • XNetGetConfigStatus
  • XNetGetConnectStatus
  • XNetGetEthernetLinkStatus (implemented except need verification)
  • XNetGetTitleXnAddr
  • XNetInAddrToXnAddr
  • XNetLoadConfigParams
  • XNetLoadConfigSector
  • XNetOpenConfigVolume
  • XNetQosListen
  • XNetQosLookup
  • XNetQosRelease
  • XNetQosServiceLookup
  • XNetRandom
  • XNetRegisterKey
  • XNetSaveConfigParams
  • XNetSaveConfigSector
  • XNetServerToInAddr
  • XNetStartup (implemented except need verification)
  • XNetUnregisterInAddr
  • XNetUnregisterKey
  • XNetUpdateConfigParams
  • XNetXnAddrToInAddr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed OOVPA Any OOVPA change relative task
Projects
None yet
Development

No branches or pull requests

2 participants