Search results

  1. QuantumApprentice

    Fallout 2 utility ProtoManager virus?

    same no-script warning for me, but Avira doesn't block the site, but it does flag and quarantine the exe when I try to extract it from the zip. www.virustotal.com still has 34 flags on 1.3.0.4_test as of this afternoon (up from 31 this morning)...
  2. QuantumApprentice

    Yeah, I've opened a thread on this before, it's really frustrating that half the existing...

    Yeah, I've opened a thread on this before, it's really frustrating that half the existing anti-virus programs flag the proto manager. Sorry I took so long to respond.
  3. QuantumApprentice

    lol any characters you want to convert to fallout 2 sounds like fun to me! Whether they'll work...

    lol any characters you want to convert to fallout 2 sounds like fun to me! Whether they'll work with a normal game is up to how much time you're willing to take troubleshooting problems that may come up. But as long as you convert them to the right format, and attach them to the right critter...
  4. QuantumApprentice

    Fallout 2 utility ProtoManager virus?

    awesome, I wasn't able to get this one when I made my video
  5. QuantumApprentice

    Fallout 2 utility ProtoManager virus?

    Yeah, it probably is a false positive, but when 39 out of 69 anti-virus softwares ping it on virus total, it looks less and less likely. If you've had experience where antivirus software has false flagged a program you've worked on, did you determine which section of code was causing the false...
  6. QuantumApprentice

    Fallout 2 utility ProtoManager virus?

    I believe you when you say there's no virus, but I don't know enough to make counter arguments for what virus total shows. This one definitely sets off the anti-virus programs, so there probably is some insecure code or something, just wish I knew what.
  7. QuantumApprentice

    Fallout 2 utility ProtoManager virus?

    I was under that impression too, given that it was open source (until recently). Would you happen to know what was setting off the anti-virus software? I have limited experience making programs, but I've had one C# gui interface set off my antivirus when I added an open file dialogue.
  8. QuantumApprentice

    Fallout 2 utility ProtoManager virus?

    Yeah, sorry, I'll update the link, but no promises on whether or not it doesn't actually have a virus, given recent events.
  9. QuantumApprentice

    Fallout 2 mod Inventory Filter mod

    lol also, sorry for derailing the thread :P
  10. QuantumApprentice

    Fallout 2 mod Inventory Filter mod

    Can you link the original? I have the last version he made, was making a video about it until I discovered it was removed. Would it be considered against board rules (or particularly rude?) to drop a google drive link here?
  11. QuantumApprentice

    Fallout 2 mod Inventory Filter mod

    Yeah I asked and apparently it's a political statement. I asked if he would made a public statement explaining his decision, so people aren't left wondering what's going on, but have not heard anything yet. Shame too, I was in the middle of making a video about his mod.
  12. QuantumApprentice

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    wait wait wait...I thought (since it's sfall) the options would be in ddraw.ini. So this sfall hi-res mod will just re-use the same f2_res.ini? just doesn't need the f2_res.dll?
  13. QuantumApprentice

    Fallout 2 mod FO2 Engine Tweaks (Sfall)

    This is definitely needed for ease of use. One other thing I'd like to see: The original hi-res mod had a setting that changed the maximum pathfinding range, and the menu had a slider to turn it up or down. I couldn't figure out how to change this in the config file, and if it hasn't been...
  14. QuantumApprentice

    load_map command

    Awesome thank you! I couldn't get GVAR_LOAD_MAP_INDEX to change by just using load_map, but that override_map_start command did the trick. Thanks again :)
  15. QuantumApprentice

    load_map command

    Digging through the manual, it looks like there are a couple of other commands that may work better, can anybody give me their opinions on these? goto_xy Map (Moves the character to the specific map?) Sduibek (talk) 18:03, August 4, 2012 (UTC) ...and... move_to int Map obj (ObjectPtr)...
  16. QuantumApprentice

    load_map command

    The load_map command is used to change maps for the player using some trigger. The definition for this command is listed in the map scripting document as this: load_map void Map map_name (string or int) start_location (int) Loads a new map (map_name), removing all scripts currently running...
  17. QuantumApprentice

    Text printing functions in Fallout 1/F2.

    Would you be willing to post a link?
  18. 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.
  19. 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
Back
Top