Jump to content

Lee

Members
  • Posts

    730
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Lee

  1. Honestly though even if the server worked 100% perfectly this game would still manage to bug out, because of how bad a port job sega did from the xbox version.
  2. facekb, next time i add sarcasim tags.
  3. Music on the lobby? On which part do you put it, the counter?
  4. it's probably dep on windows 7 causing it.
  5. 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;
  6. best way to avoid bugs, don't play pso.
  7. without knowing the specs of your failtop it's hard to tell you whether it can be sped up or not.
  8. it's a program that no longer works on schtserv or ultima for that matter. It used code from my old pmt editor, but from memory. when i changed all my code over i never fixed this program, but i can actually add new mags to the client themselves and change them to doubles etc easily.
  9. The online.exe is packed and does a crc check and overwrite of the pso exe's if they are found to be different from the pat files, so yeah it's going to be flagged, and the option.exe access's your registry so save and load options and is also packed and will get flagged. Their is nothing intentionally harmful in either (not discounting bugs if any).
  10. this thing has no problem with multi client launching btw, so no excuse not to launch from it now.
  11. that's the direct x error message.
  12. I've always thought about max caps, and just lifting them to a very high number, but still having a material limit so you would have to chose the stats you spec in to. but because pso is so horribly balanced to begin with everyone would just dump 250 mats in atp lol even the forces.
  13. you know i really should just write my own online.exe, be fucking simpler.
  14. are my words invisible or something? Do people just not click either of these exe's? zzzzz
  15. Lee

    Event Idea

    So who want's a chuks dildo event.
  16. Lee

    Event Idea

    pitty you lost it then.
  17. they are not going to let you import your own data ever. can you not see how dumb that would be.
  18. tinkerbells dog is a converted dc quest, it contains gc flags which the dc used to use to save flag events on the charcter data, these still work on bb but cdfs lacks the flag detection needed (the bb one anyway), it's a simple correction to make it work, Not that it's worth it mind you, it's just a sonic knuckle.
  19. there's a difference between dropping the wrong item, and the drop charts actually being wrong about an items rate. I don't even know who generated these charts and from what, but they seem more inaccurate then they are accurate. Chances are they are made by someone from eden which probably explains alot.
×
×
  • Create New...