traaaaaaannnnnnnnnns
Welcome to /c/traaaaaaannnnnnnnnns, an anti-capitalist meme community for transgender and gender diverse people.
-
Please follow the Hexbear Code of Conduct
-
Selfies are not permitted for the personal safety of users.
-
No personal identifying information may be posted or commented.
-
Stay on topic (trans/gender stuff).
-
Bring a trans friend!
-
Any image post that gets 200 upvotes with "banner" or "rule 6" in the title becomes the new banner.
-
Posts about dysphoria/trauma/transphobia should be NSFW tagged for community health purposes.
-
When made outside of NSFW tagged posts, comments about dysphoria/traumatic/transphobic material should be spoiler tagged.
-
Arguing in favor of transmedicalism is unacceptable. This is an inclusive and intersectional community.
-
While this is mostly a meme community, we allow most trans related posts as we grow the trans community on the fediverse.
If you need your neopronouns added to the list, please contact the site admins.
Remember to report rulebreaking posts, don't assume someone else has already done it!
Matrix Group Chat:
Suggested Matrix Client: Cinny
https://rentry.co/tracha (Includes rules and invite link)
WEBRINGS:
๐ณ๏ธโโง๏ธ Transmasculine Pride Ring ๐ณ๏ธโโง๏ธ
โฌ ๏ธ Left ๐ณ๏ธโโง๏ธ๐ณ๏ธโ๐ Be Crime Do Gay Webring ๐ณ๏ธโโง๏ธ๐ณ๏ธโ๐ Right โก๏ธ
view the rest of the comments
::: spoiler gamedev rambling The fun thing about working with Rust (or maybe Bevy?) is that every silly little thing feels like such a huge accomplishment. It's like studying the arcane arts, I'm deep into Bevy source code or sparse documentation and when 0.17 comes out some of my code will probably need to change (for the better, of course), and occasionally if you cancel compilation at the wrong time it corrupts your build directory.
Anyway, I present to you, loading .ron files from a folder to populate item stats! This is probably a one-liner in Unity, lol, but that just ain't me.
The file structure:
And partial code to actually deal with async loading:
I am not sure at this point whether I'll keep the "stripping the InventoryItem out of the Handle," it doesn't seem necessary but it might be handy to not have the items cloned into player inventories - to ensure all instances of an item are the same, but if I want to do item XP or anything like that that kind of precludes it.
Of course, all this is to say nothing of the actual design of the game which uh looks like this.
And once again, I am very proud of the view model, which is apparently a somewhat standard term for the view of the player's hands and weapons in first-person (although I just resized the window and its no longer visible, so that's a problem lol oh no). Several confused rounds in Blender as the co-ordinate systems are weird and I basically had to set up the camera view to roughly match the game by eyesight in Blender. Oh, and I guess the 5-hour donut tutorial paid off because look at that HIGH-DEF ART.
more lol
also this one time i accidentally right clicked in blender and accidentally selected a menu item that made the entire view the outliner:and I didn't know how to get it back and I nearly cried, even saving and loading didn't fix it. anyway turns out I had clicked this:
accidentally fucking up the blender viewport is such a mood lol, happens to me everytime I use it