Search results

  1. QuantumApprentice

    Text printing functions in Fallout 1/F2.

    Would you be willing to post a link?
  2. QuantumApprentice

    Change the interface location in SFall.

    Sure, but you could make an overlay with new artwork. The most difficult thing would probably be figuring out how to move where the text is displayed for the log panel.
  3. QuantumApprentice

    Change the interface location in SFall.

    I found the Inventory Filter github page recently, and it occurs to me that mr stalin created new buttons and a clickable interface. Having a peak at the code might be helpful for adjusting the main interface to suit your preference. https://github.com/FakelsHub/InventoryFilter
  4. QuantumApprentice

    Text printing functions in Fallout 1/F2.

    Is pseudo-C code good enough to figure out the answer to the op's question?
  5. 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.
  6. QuantumApprentice

    Change the interface location in SFall.

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

    Fallout 2 mod Olympus 2207 problems

    If you have the note it tells you to check Livos.
  8. 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:
  9. 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 :)
  10. 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
  11. QuantumApprentice

    Fallout 2 utility scripting (101)

    I'll add that to the description, thanks!
  12. 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?
  13. 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...
  14. QuantumApprentice

    Fallout 2 utility anywav2

    hmm...ok you're making it sound like we need a new conversion tool that does all these jobs?
  15. 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?
  16. 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.
  17. 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...
  18. 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...
  19. 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...
Back
Top