Recent content by fink

  1. fink

    Using AI images to create new game UI

    Hi Erachiro, nice gumps! I agree, you can also create full UI and use those directly. I just feel like everytime you have to make a change to your you are stuck with a fixed image and you have to fiddle with AI. My idea is to create new gumps textures to build traditional "à la pièce" gumps in...
  2. fink

    Using AI images to create new game UI

    Indeed, with no Photoshop / drawing skills I feel like someone can get very acceptable results. Here's a try I just did. I instructed Bing to generate images without "lighting" and with a matte finish. I think this helped in having images that can be easily repeated without clashing with the...
  3. fink

    Using AI images to create new game UI

    Hi all, I messed with this idea this morning and wanted to share my small progress. Maybe it can help others with ideas. The idea is to use AI to create new gumps backgrounds, buttons, etc. I started with background since I believe they are the most useful and hard to do. Here are the steps I...
  4. fink

    Gump Studio (moddification)

    Is this software still available for download somewhere? Nevermind, found it here: Gump Studio
  5. fink

    Lockpicking mini-game

    This one looks much better! How is the mechanic working exactly? The gumps are nice too!
  6. fink

    Lockpicking mini-game

    I don't plan to, but you would only need to change the IDs of the up and down pins as well as the height and width constants. If you know which gump you would like to have instead, tell me and I'll see. From what I've seen OSI doesn't have anything that fits.
  7. fink

    Sandboxed System Serialization

    @Korasek Yes, they are called "Extension Methods". Here's a quote from Microsoft's page: I have 2 questions: Is there a way to mimic polymorphism with this code architecture? Is there a way to extend the class' property with our added features when using [props? 1. Polymorphism / overriding...
  8. fink

    Lockpicking mini-game

    fink updated Lockpicking mini-game with a new update entry: Cleaned the code, added sound effects and a delay with checking the combination. Read the rest of this update entry...
  9. fink

    Lockpicking mini-game - Cleaned the code, added sound effects and a delay when checking the combination.

    Cleaned the code and renamed some variables. Added the following: 25% chance of a broken lockpick with a sound effect. Randomized metal sound effects (a bit aggressive, couldn't find better for now) when picking. Lockpicking sound when a combination is checked. 500 ms delay before refreshing...
  10. fink

    Lockpicking mini-game

    fink submitted a new resource: Lockpicking mini-game - Lockpicking mini-game with custom a gump to make the lockpicking experience more engaging Read more about this resource...
  11. fink

    Lockpicking mini-game v0.1

    This is a first pitch to gather opinions and ideas. Custom script and gumps to handle the lockpicking differently. It opens a gump with a total of 10 lock parts to chose from. In order to unlock a lock, the player must find the correct lock order. Depending on the player's skill level, the...
  12. fink

    Tile Object Placer (TOP)

    fink updated Tile Object Placer (TOP) with a new update entry: Code & positioning fixes. Read the rest of this update entry...
  13. fink

    Misc Tile Object Placer (TOP) - Code & positioning fixes.

    This is a usable copy. If someone uses the software, please let me know if it is any useful to you or what could make it useful. This is mostly a learning project so I don't really mind being told it's not useful at all. Thanks!
  14. fink

    Tile Object Placer (TOP)

    fink submitted a new resource: Tile Object Placer (TOP) - Python app that allows to place a PNG tileart and generate the BMP for client use. Read more about this resource...
  15. fink

    Misc Tile Object Placer (TOP) v0.0.1

    First Python app ever. Code is not clean, pre-release. Done following a discussion here. Included ZIP allows to run without a Python install. Functions: Load: scans the targeted directory for all PNG files. Save: saves the BMP according to current object placement. Next image: loads the next...
Back