Jump to content

Nescioquis

Member
  • Posts

    26
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Nescioquis's Achievements

Curious Artila

Curious Artila (3/17)

  1. Originally Posted By: Dintiradan Originally Posted By: Rowen With the RW is that game of his that was like gemcraft or something. Its been so long I haven't seen it I've forgotten. But that game did have a little following that stuck to that one form mostly. SubTerra. By the way, people I remember being connected to SubTerra are Radiant and The Stew Boy. SubTerra was by Crystal Shard (Pieter Simoons) and was unrelated to Richard White and the RW forum, as far as I know, though.
  2. Googling that MD5 found a nice analysis of the code, written almost a year ago. I wonder how widespread and how proprietary this code is.
  3. Originally Posted By: BMA 1) They would not have doubted it if they had seen this screenshot and the "experiment" which was posted earlier. 2) We won't touch the source code. We'll be creating a new game altogether. So you need to create the following: Damage formulas based on guesses about how G5 works. A database of monsters (with stats, attack options and preferences, etc.) A database of items (with descriptions and stats) A database of attacks, spells, and effects A dialogue system, integrated with your scripting language An AI system, integrated with your scripting language The world, including dialogue for all NPCs, item placing, monster encounters, etc. And, of course, many other mundane problems in both engine creation and world creation - choosing a map format and scripting language to begin with, GUI programming, possibly issues associated with making the game cross-platform? Then you'll need to test the whole thing, find bugs and balance issues, (multiple players should make for some interesting bugs and balance issues, as well as some interesting scripting challenges) and fix them without breaking anything elsewhere. That's a lot of work. Certainly not impossible, but a huge time investment, especially for something that relies on Jeff's graphics and IP and may be shut down based on his whim. And will it be playable without other players around, or can it only be enjoyed when there happen to be fellow Geneforge 5 Fan Game With Multiplayer players who feel like spending their time doing quests with you? (Quests that they haven't already done and grown bored with, and that they happen to have a character of the right level for, etc.) Originally Posted By: (MMXPERT) Spiderweb thinks that failure of this is imminent, and will not grant permission for distribution because they think so. I'm not surprised Jeff seems skeptical; most fan projects of even a fraction of this one's scale fail to come to anything.
  4. Originally Posted By: Vespers at Dawn There's still the major stumbling block: you can't edit any version, because you don't have the source code. Jeff almost certainly won't give it out. Creating an edited version would not require the source code. Disassembling and reverse engineering compiled machine code is entirely within the realm of possibility, and in fact has been done on numerous occasions to add new features to games without the source code.
  5. Recreating the entire game engine from scratch without source code would be prohibitively difficult, but that's not necessary. It would be much easier to create a mod that would hook into/patch the compiled game code to allow a synchronized game world. Even hooking a few script execution functions might be sufficient to handle most of the game synchronization problems.
  6. Fortunately, Wikipedia isn't as off as it could be. Disabling Javascript bypasses their blackout.
  7. Mathematics actually does lead to philosophy if you use the original rules (the first link in the article text not in parentheses or italics.) Mathematics > Quantity > Property (philosophy) > Modern philosophy > Philosophy. Once you reach philosophy, though, you quickly encounter a loop: Philosophy > Ontology > Philosophy.
  8. Originally Posted By: Mod. ... "Medals are stored in preference file as far as I can tell for determining if you have been award them." By preference file I think you mean the AvScenData file? I already tried that. On my (Windows Vista) computer, medals appear to be stored in AvadonSettings.dat, which is located in the {USERNAME}/Documents/Spiderweb Software/Avadon Saved Games folder. Annoyingly, the location of Avadon Saved Games probably varies from OS to OS.
  9. I believe I can set your spellcraft to whatever you want, as long as you are using Windows. If you're using Mac, I'm afraid that (IIRC) Windows and Mac use different save formats, and I can't help due to not owning a Mac If you are using Windows, and could upload your save file somewhere on the internet, I can make the modification, and either tell you what to change in the save file, or upload the modified version for you. Though I'm also pretty sure Earth Empires is correct
  10. And if you're on Windows, do you use the Directx version or the regular (opengl) version?
  11. You could change the game scripts, but for a slightly simpler (and more temporary) method, I created a little mod which might help you. The Avernum 4 Unencumbrance Mod will create a slightly modified copy of Avernum 4.exe with a different filename. When you run the newly created executable file, encumbrance will not exist. (It should totally remove the effects of encumbrance, but I can only verify that it removes AP penalties.) If you get tired of playing without encumbrance, you can just run the original Avernum 4.exe. Your party won't be changed in any way. The zip file contains instructions for how to apply this mod manually without the use of my exe file in case you're paranoid like I am
  12. I am interested in helping, but I'm not sure how much time I can dedicate to the project.
  13. Just wonderin', how different are the Windows and Mac source codes? It seems like it should be possible to put all platform-specific functions in separate files, and have relatively cross-platform source files otherwise, which would make modifications easier, but I have no knowledge about BoE. Basically, I'm interested in whether the differences are primarily in the rendering portions of the code, or if Jeff practically re-wrote the whole thing for Mac/Windows, whichever came later.
×
×
  • Create New...