Search results

  1. TheDeuceII

    Please help fixing mve_join script..

    Thanks Guster...! Making some progress with the Joiner right now. Have a repository stood up and some code started. I haven't had a lot of free time to do much, but I had a few hours tonight, so I thought I'd work a bit on it. We can split the Interplay header out of the MVE, now. So that's...
  2. TheDeuceII

    Please help fixing mve_join script..

    An update: I've pulled down all, and I mean all of the MVE-related tools that are in the database (Fallout Database | No Mutants Allowed (nma-fallout.com)). So far, I haven't had much luck decompiling the MVE->AVI or AVI-MVE converters, however I have started porting the MVE-Joiner to python as...
  3. TheDeuceII

    Please help fixing mve_join script..

    Looks like ABel wrote that MVE2AVI16 app, too. My guess is that was written in pascal too, hopefully. Probably size limited on the in and out file sizes is my guess. I don’t know. I’ll see about pulling the files down and see what’s there and see about decompiling them tonight! EDIT #1: So I...
  4. TheDeuceII

    Please help fixing mve_join script..

    Changing the integer types now... Reserving this post for edits. Done and posted below. I think it did the thing... https://ibb.co/W2QFm6r https://ibb.co/rQWtJvy https://ibb.co/MZmnq0T Here is the code, friend! Please try it and report back...
  5. TheDeuceII

    Please help fixing mve_join script..

    Nope, 'twasn't me, mate... I don't comment on Youtube, sorry. But anyway the error... Hmm... Is there any way you can share some large files to me? All I have is very small MVE from FO1/2 folders (e.g. BOIL1.MVE, BOIL2.MVE, BOIL3.MVE, etc...) and from Fallout Et Tu. As for the 400k...
  6. TheDeuceII

    Enginerding all the things

    Enginerding all the things
  7. TheDeuceII

    Please help fixing mve_join script..

    Hey Guster, What ini file are you speaking of? Is there another exe out there I'm unawares of? I'd like to find it and help fis it if I can! I couldn't find anything but mve_joiner_v0.1_byABel.zip on the database, and that contains that Delphi Pascal project file I mentioned in my edit (.dpr)...
  8. TheDeuceII

    Please help fixing mve_join script..

    So I joined just to reply to this, specifically. Long time lurker.... Not sure if you've figured out you're issue or not. Looking through your code, it looks like the bytes_read might be overflowing when it reaches the high side of an unsigned 32-bit integer e.g. a basic integer (even on a...
Back
Top