Search results

  1. QuantumApprentice

    Couple of questions regarding changeing Fallout videos

    Why are you using 32bit version of ffmpeg? They discontinued updating it like 2 years ago. I'm using the 64bit version and it never crashes unless I do something dumb with it. I'll run some tests when I start working on this problem directly, I'm curious if vdub actually does the job faster...
  2. QuantumApprentice

    help with HOOK_TOHIT?

    Cool! thanks for pointing me in the right direction, had no clue what terminology to use. Are there any specific SDK documents you think I should read first?
  3. QuantumApprentice

    Fallout 2 mod What happened to Last Hope mod download?

    I have! Sorry you missed it, it was just at the beginning of the month. I'm in the process of editing other things right now (which I hope to release in the next week or so), but I'll get around to that one soon...ish :P It's a solid mod, short but sweet. Being able to finish it in a single...
  4. QuantumApprentice

    Couple of questions regarding changeing Fallout videos

    lol yes! of course! absolutely! I'm not disagreeing with you here! :P I just thought your original problem was having difficulty in creating compatible .mve files because of an inability to create the correct video color type for the source file...which was preventing videos from being able to...
  5. QuantumApprentice

    help with HOOK_TOHIT?

    Awesome! Thanks for explaining...a little anyway :) It's probably the case that I simply don't understand what a ddraw.dll file does. For instance, I saw some stuff in the bgforge page about a virtual file system...does that mean the ddraw.dll is some sort of emulated operating system? Or is...
  6. QuantumApprentice

    Fallout 2 mod Sexual flavor edit for Miria Mod

    cool! I imagine it would be an enormous amount of work, but if you're up to the task then you have my support :) might have to make an entire mod manager, much like what most modders recommend for bethesda's games
  7. QuantumApprentice

    Couple of questions regarding changeing Fallout videos

    ok, you make a good point, but until the time when the big guys make it compatible, I found this on the ffmpeg news page: https://www.ffmpeg.org/index.html#news October 15th, 2017, FFmpeg 3.4 "Cantor" FFmpeg 3.4 "Cantor", a new major release, is now available! Some of the highlights: ...
  8. QuantumApprentice

    Fallout 2 utility Quantum's Fallout Modding 'How To' Videos

    Thanks for the tip! Hopefully others will find it useful :) Also, the translation was fine :)
  9. QuantumApprentice

    help with HOOK_TOHIT?

    When you say hook is run at a certain event, I don't understand how that differentiates it from critter scripts, or why it can't be used in one. Why does a hook script always run in the background? Is there a separate sfall engine running that ferry's the requests from the script to the engine...
  10. QuantumApprentice

    Couple of questions regarding changeing Fallout videos

    dang that's the nicest looking up-res I've seen of the original videos thanks for sharing! how did @hexer convert his videos? does he have some specific codec or piece of software?
  11. QuantumApprentice

    Fallout 2 mod Sexual flavor edit for Miria Mod

    It's true, something like that needs more expert modders contributing to the knowledge base. I'm familiar enough to understand the engine refers to items in a .lst file by their line number (at least the ones I'm familiar with), which is part of the problem making mods cross compatible. You...
  12. QuantumApprentice

    Fallout 2 mod Sexual flavor edit for Miria Mod

    There's a lot of stuff to take into account yes, so it's a tough job for anybody who would be interested in doing it, but I'm pretty sure it's not impossible. At this point, OP is probably just waiting for people to comment any specific details that answer their questions. I can answer a few...
  13. QuantumApprentice

    help with HOOK_TOHIT?

    I have a million questions about this, wish I wasn't falling asleep right now.
  14. QuantumApprentice

    Fallout 2 mod Sexual flavor edit for Miria Mod

    If you start a new game, the very first map you start on has a rock on the path on the other side of Klint. If you "look" at that rock it will tell you what version of RP mod you're playing. At least this used to be the case last time I played. This is difficult to explain and requires some...
  15. QuantumApprentice

    Fallout 2 mod Sexual flavor edit for Miria Mod

    Awesome! Thank you! I don't necessarily recommend building off of a platform as a beginner, unless you just want to add your mod specifically as an extension to their mod. This somewhat limits the accessibility of your mod. Lexx is right, because of the way the game keeps track of script...
  16. QuantumApprentice

    Fallout 2 mod Sexual flavor edit for Miria Mod

    I'm also learning fallout scripting, and I stream my learning process every saturday, so feel free to pop in and ask questions. I may even be able to answer some :P I'm starting to work on some scripting videos too, so any pointers on what questions I should answer first will also be helpful :)
  17. QuantumApprentice

    help with HOOK_TOHIT?

    lol yeah...NovaRain explained the basics of how global scripts work, but is there a more technical explanation why attaching a hook script to a critter won't work? I've been slowly reading through the sfall thread but I haven't found that explanation yet. Well, I've found 6 commands so far...
  18. QuantumApprentice

    help with HOOK_TOHIT?

    ok, so NovaRain has been educating me on Global Scripts, and the results are starting to make sense. sorry for the long post. For anybody new to global scripts as I am, apparently as long as the first three letters or the filename are "gl_" then sfall will load them in memory and run all of...
  19. QuantumApprentice

    Couple of questions regarding changeing Fallout videos

    I'm not sure what the video requirements are for playing one in sfall or even the original for that matter, but I do recommend ffmpeg for most converting needs. Open source, command line, super fast tool. It does have a higher than average learning curve though, so I'll happily help if you're...
  20. QuantumApprentice

    help with HOOK_TOHIT?

    I know I asked on the discord, but I feel like this needs a longer explanation with more pics than discord easily allows for. Over the weekend I spent some time messing with hook scripts to see if I could figure out how they worked. I think I have a basic understanding of them, but the TOHIT...
Back
Top