diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-10-21 21:34:15 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-10-21 21:34:15 -0400 |
commit | 68990b97476ce787025765388d137be1d906ed7a (patch) | |
tree | c0b8d55fbc3891f2feb61f3b020c64ef00e64914 | |
parent | 2f5ea4d741f2b4c125849c3c19772fef6e1ee9b4 (diff) | |
download | 53hor-68990b97476ce787025765388d137be1d906ed7a.tar.xz 53hor-68990b97476ce787025765388d137be1d906ed7a.zip |
-rw-r--r-- | drafts/flatout2mods.md | 13 | ||||
-rw-r--r-- | pages/now.php | 20 |
2 files changed, 17 insertions, 16 deletions
diff --git a/drafts/flatout2mods.md b/drafts/flatout2mods.md index ff3a8f3..f3d4420 100644 --- a/drafts/flatout2mods.md +++ b/drafts/flatout2mods.md @@ -8,12 +8,13 @@ the world of game modding. I've never actually produced a mod for a game, let alone a 3D racing game, so I saw this as my opportunity to realize a childhood dream. -Here's how to make a car skin mod for FlatOut 2 in 2025 and publish it on the -Stema Workshop. +Here's how to make a car skin mod for FlatOut 2 in 2025 and publish it +on the Steam Workshop. I used these tools -- https://github.com/xNyaDev/bfstool, which is bundled with the steam install - and mod manager -- Gimp https://www.gimp.org/ -- notes on dds files from steam +- <https://github.com/xNyaDev/bfstool>, which is bundled with the + steam install and mod manager +- Gimp <https://www.gimp.org/> +- notes on dds files from steam, open without mipmaps and regenerate + on save diff --git a/pages/now.php b/pages/now.php index cf33a9e..3485b15 100644 --- a/pages/now.php +++ b/pages/now.php @@ -13,27 +13,27 @@ if ("/now" == $_SERVER['REQUEST_URI']) { <h3>Work</h3> <ul> - <li>Returned from two awesome on-sites with my team at Azara Healthcare</li> - <li>Trying to refine process and smooth out releases</li> - <li>Finding ways to make feature flags safer to use; also what really defines a SPA?</li> + <li>Refactor, refactor, refactor</li> + <li>Spurring attention toward technical debt remediation</li> + <li>Lunch and learns on network security and probing, parallel processing</li> </ul> <h3>Hobbies</h3> <ul> - <li>Ol' Blue got that new power brake booster; it's quieter and stops the car beautifully</li> - <li>Enjoying the wonderful world of TTRPGs playing Dungeons and Dragons for over a year</li> - <li>Dabbling with GameBoy Color game making as a form of storytelling</li> + <li>New brake calipers and tires for Ol' Blue!</li> + <li>New DnD campaign!</li> + <li>Writing lots of fiction, esp. short stories</li> </ul> <h3>Life</h3> <ul> - <li>The fire pit is done; it was back-breaking but worth it</li> - <li>All three of us are back from the Lake but the boating adventures continue (happy Clementine!)</li> - <li>Keeping up with the house seemingly falling apart around us (hooray for home ownership but where'd this water come from?)</li> + <li>Dolphin-watching on the James River via Jetski (happy Clementine!)</li> + <li>Praying for owls to show up in my owl house</li> + <li>Hitting 30, #oof</li> </ul> <p> - <em>Last updated 2024-10-06</em> + <em>Last updated 2025-10-21</em> </p> |