Search results

  1. QuantumApprentice

    Text printing functions in Fallout 1/F2.

    Is pseudo-C code good enough to figure out the answer to the op's question?
  2. QuantumApprentice

    Text printing functions in Fallout 1/F2.

    He means the source code is not available. All we have is reverse engineered/decompiled code from the machine code executable. And even that isn't readily available.
  3. QuantumApprentice

    Change the interface location in SFall.

    Can you link any write-ups as to how this is done?
  4. QuantumApprentice

    Fallout 2 mod Olympus 2207 problems

    If you have the note it tells you to check Livos.
  5. QuantumApprentice

    Fallout 2 mod Do you have to manually edit every single sprite when modding critters?

    Alternatively, if you wanted to make new critters you could follow this blender tutorial:
  6. QuantumApprentice

    Fallout 2 mod Do you have to manually edit every single sprite when modding critters?

    You can export the file as a gif using Titanium as mentioned above, and you can import the gif into just about any competent image editing software and edit the individual frames. Photoshop will work, but so will gimp, which is free :)
  7. QuantumApprentice

    Fallout 2 utility anywav2

    Yeah I couldn't get it to work either, but AWESOME for the links! I had no idea there would be an open source version. Now I just need to figure out how to combine this code and create a full program that handles all the stuff! :P
  8. QuantumApprentice

    Fallout 2 utility scripting (101)

    I'll add that to the description, thanks!
  9. QuantumApprentice

    Fallout 2 utility anywav2

    ah ok...well ffmpeg has an acm decoder(not sure how well it works): https://github.com/FFmpeg/FFmpeg/blob/5541cffa17a8c45004e5ceeda52d4d6b2acee037/libavcodec/interplayacm.c could we use this information to use ffmpeg as an encoder?
  10. QuantumApprentice

    Fallout 2 utility scripting (101)

    3 Ways to Write a Follow Script. My first full length scripting video...complicated and long...but I hope the editing at least makes sense. I'd love any feedback on how to better explain what's going on with the scripting process. And, though I hesitate to ask, I'd love any feedback on...
  11. QuantumApprentice

    Fallout 2 utility anywav2

    hmm...ok you're making it sound like we need a new conversion tool that does all these jobs?
  12. QuantumApprentice

    Fallout 2 utility anywav2

    Dude that's awesome! Thanks for the links! Doesn't snd2acm just convert from WAV to ACM format? It looks like the cmd scripts included in the zip file make use of ffmpeg to do some conversions...doesn't that take care of snd2acm's function?
  13. QuantumApprentice

    Fallout 2 utility anywav2

    Hey this is an excellent collection. I noticed you credited some specific people in the bin readme, you wouldn't happen to have contact information for any of them? I'm hoping to find open source code for modding utilities.
  14. QuantumApprentice

    Fallout 2 utility ProtoManager virus?

    Thanks for the link, navigating github is still new to me. Also I added a link to the VirusTotal report, sorry I missed it when creating this post earlier. I've read that it's possible to offer files to antivirus software companies to be scanned to verify they don't contain viruses and possibly...
  15. QuantumApprentice

    Fallout 2 utility ProtoManager virus?

    https://www.nma-fallout.com/resources/fallout-2-proto-manager.73/ https://github.com/FakelsHub/F2_ProtoManager/ I've been getting a couple of reports from viewers that the Fallout 2 Proto Manager is setting off their antivirus software. Because it's not setting off mine (Avira) I've just been...
  16. QuantumApprentice

    Fallout 2 utility Translating a mod?

    I dunno for sure, but this is what the link under source information points to: https://github.com/BGforgeNet/fallout-fixt-translation/blob/master/english/data/text/english/cuts/intro.sve lol I tend to agree, but my intent wasn't specifically to translate, it was to gain an understanding how...
  17. QuantumApprentice

    Fallout 2 utility Translating a mod?

    Ok so I created an account and tried translating the French section of the Fallout/Fixt mod. I only did about 30 lines so it's easy to clean up my mess if you don't like them...but I noticed something. The first lines to translate were the standard intro movie subtitles for Fallout 1. Earlier...
  18. QuantumApprentice

    Fallout 2 utility avi2mve

    yup, I know that, just like you said earlier, and that wasn't my question That was my question, thanks for answering :) The command line structure isn't my problem, it's trying to figure out the exact format that makes a video and audio track compatible with avi2mve. Thanks for helping me get...
  19. QuantumApprentice

    Fallout 2 utility Translating a mod?

    Awesome thanks! Well I was hoping for your opinion from your experience, but I'll go ahead and try and use the tool myself since you suggested it :)
Back
Top