Search results

  1. QuantumApprentice

    Fallout 2 utility RegSnd.exe download?

    I'm sorry about this, but I've got a bit of a problem here. When I click on the link while logged in to github it takes me to the download page correctly and I'm able to download the zip directly with no 404 errors. But when I log out and try to click the link I get a big ol' 404 just like...
  2. QuantumApprentice

    Fallout 2 utility RegSnd.exe download?

    cool thanks, I'll follow your format :)
  3. QuantumApprentice

    Fallout 2 utility RegSnd.exe download?

    Umm...that doesn't explain how to add the sound to a proto file, and I'm not sure I could get that to work with mapper2.exe, since the mapper relies on sndlist.lst to access new audio files (as does the Proto Manager). I think this can be used for scripting though? with play_sfall_sound()...
  4. QuantumApprentice

    Fallout 2 utility RegSnd.exe download?

    The vanilla one works, it just had several hits on virustotal.com. I'm pretty sure I recompiled it with modern c++ and it didn't have any hits at the time, but I have no idea where I left the compiled executable on my pc. The link I'm trying to replace was for my Sound Effects modding video, so...
  5. QuantumApprentice

    Fallout 2 utility RegSnd.exe download?

    oh, you know what? looks like the source code was included with the zip file... wonder if I recompiled it myself and forgot? :facepalm: Anyway, does ABel have a github? Would it be in poor taste if I committed the source code to my github along with a recompiled version?
  6. QuantumApprentice

    Fallout 2 utility RegSnd.exe download?

    Can anybody point me to the modern recompile of RegSnd.exe utility? I used to have a copy linked here: https://mega.nz/file/iRoihLwJ#pz2aZwhDTfzrquciJxSfLisxl6bKca0dNutW3PjDUOc but it seems the host has removed it recently. For what its worth the description I had for it was "RegSnd (NEW 2024...
  7. QuantumApprentice

    Advice for modding new companions into fallout total conversion mods

    dude https://www.nma-fallout.com/threads/quantums-fallout-modding-how-to-videos.220015/ Most of the problems you're going to run into with a unique companion are scripting issues. I stream scripting on Saturdays, I'll happily answer your modding questions (as best I can) if you drop by :)
  8. QuantumApprentice

    Fallout 2 mod Mutants Rising...

    I stream my debugging (currently working on low int dialog for a couple main npcs) on twitch on saturdays if you're interested in learning to script :)
  9. QuantumApprentice

    Fallout 2 mod Remove Town Map Tile Limit? (increasing from 4096?)

    Just wanted to check if there's any way to increase the town map tile limit in fallout 2. I know it's 4096 by default, but was wondering if there wasn't something in sfall that would allow for more tiles? Although now that I think of it, that wouldn't necessarily apply to the mapper... is there...
  10. QuantumApprentice

    Fallout 2 utility Fallout - ProtoManager

    Sounds like you might have mapper configuration issues. What's your mapper2.cfg look like? Specifically the critter_dat, critter_patches, master_dat, master_patches entries. Also, you don't need to copy the mapper into the game folder, these config entries should handle your game location issues.
  11. QuantumApprentice

    Fallout 2 mod Fallout: Nevada (extended)

    It should be packed into the dat file, probably Patch001.dat. And you'll need one of the dat explorers to browse it https://nma-fallout.com/resources/fallout-dat-explorer-ii.140/
  12. QuantumApprentice

    Fallout 2 mod Fallout Sonora 1.15 and Sonora Dayglow 1.15 Vanilla Translation

    oh thank you! glad you're catching the typos, I was considering making a list of the few that I've caught so far, but there are only like...3? maybe 4? it's a damn nice translation! thanks for making it! :)
  13. QuantumApprentice

    Fallout 2 mod I'm looking to start modding Fallout 2.

    Yeah these guys are right. While making a map with a few critters on it is relatively easy, scripting is going to be the most difficult part of making any mod. My feedback: Try to make a small map, with just a couple of NPCs, and script some basic dialogue for them. Try to add some global...
  14. QuantumApprentice

    Fallout 2 mod Fallout Sonora 1.15 and Sonora Dayglow 1.15 Vanilla Translation

    @gustarballs1983 Oh I'm not complaining about the installer, its the fact that his instructions include adding an exception to your antivirus for something that's flagging as a virus. It may be a false flag, but I don't agree with the solution. And I'm pretty sure MrStalin knows how to write a...
  15. QuantumApprentice

    Fallout 2 mod Fallout Sonora 1.15 and Sonora Dayglow 1.15 Vanilla Translation

    actually, steam comes with proton built in, which is steam's version of wine they use for their steam-deck console. dude! that's awesome! thank you for the instructions! (might want to make an official post of some sort) :) how in the world did you get those changes? just a byte compare of the...
  16. QuantumApprentice

    Fallout 2 mod Fallout Sonora 1.15 and Sonora Dayglow 1.15 Vanilla Translation

    I did copy all three f2_res.ini/dll/dat files into the folder, they work, just the in-game menu is missing. And yeah, I'm not keen on using Mr.Stalin's sfall5, especially when the installer says you need to white-list it in your anti-virus....just seems like a bad idea all around. For that...
  17. QuantumApprentice

    Fallout 2 mod Fallout Sonora 1.15 and Sonora Dayglow 1.15 Vanilla Translation

    If you have steam, you can configure a new game entry like this, and set the compatibility to use whatever version of wine you want. Running this will open a Windows Explorer window and allow you to browse and run .exe's without messing too much with wine. (this is how I'm doing all my modding...
  18. QuantumApprentice

    Fallout 2 mod Mutants Rising...

    Yup, work is still being done. I'm working on a few special encounters, and you can catch me streaming working on it on saturdays if you're interested.
  19. QuantumApprentice

    Fallout 2 mod Fallout Sonora 1.15 and Sonora Dayglow 1.15 Vanilla Translation

    Is there a standard install procedure for this translation patch? I've been trying to follow the directions at https://cambragol.github.io/Fallout-Sonora/download/ but I don't want to use Fallout 2 CE because of the lack of sfall support (hope Alex is still working on it). My process so far...
  20. QuantumApprentice

    Fallout 2 Interactive Random Encounter Map (HTML)

    Hey @phobos2077 I tried using this tool earlier today, but it turns out modern browsers block some of the javascript used in page.js by default. Also, apparently modern python3 crashes when running worldmapparser.py with this error: World map parser v0.1 Loading worldmap.txt... Traceback (most...
Back
Top