Jump to content

help cant download patch read plz


Recommended Posts

im having trouble playing this server everytime I start it when I log on and it said patch is downloading then it said it was complete then it closes then I reopen then it does download patch over and over again everytime I log in I cannot play someone help

Link to comment

wonline.exe is not used any more, online.exe (the ultima logo'd one) now deals with both widescreen and 4:3 patching.

  PSONCRC := CRC32ofFile(extractfilepath(application.ExeName) + 'PsoBB.exe');
  PSOWCRC := CRC32ofFile(extractfilepath(application.ExeName) + 'PsOBw.exe');
  PATNCRC := CRC32ofFile(extractfilepath(application.ExeName) + 'PsoBB.pat');
  PATWCRC := CRC32ofFile(extractfilepath(application.ExeName) + 'PsOBw.pat');

  if PATWCRC <> PSOWCRC then
  Begin
    copyfile(PChar(extractfilepath(application.ExeName) + 'PsOBw.pat'),
      PChar(extractfilepath(application.ExeName) + 'PsOBw.exe'), false);
    // memo1.Lines.Append('PSOBW.EXE Patched');
  End;

  if PATNCRC <> PSONCRC then
  Begin
    copyfile(PChar(extractfilepath(application.ExeName) + 'PsOBB.pat'),
      PChar(extractfilepath(application.ExeName) + 'PsOBB.exe'), false);
    // memo1.Lines.Append('PSOBB.EXE Patched');
  End;
 


Edited by Lee
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...