09-27-2016, 07:31 AM
PocketBuddies!
|
09-27-2016, 07:57 AM
(09-27-2016, 06:35 AM)locusts Wrote: So that the coders don't have to write thousands of lines of buddy speech, I've made an editable spreadsheet so that we can contribute buddy speech ourselves. Feel free to add triggers and alternate lines. I'll take a crack at adding to this. Changed a couple of gendered pronouns to "they" forms for more flexibility.
09-27-2016, 08:01 AM
09-27-2016, 08:07 AM
Imo destroying someone else's Pocketbuddy feels like it should make your life forfeit, at least by the owner's hand. It's very rude and mean.
09-27-2016, 09:01 AM
(This post was last modified: 09-27-2016, 09:17 AM by Superlagg. Edited 1 time in total.
Edit Reason: Extrapocketular Activity
)
If the owner is borged, the pocketbuddy should fit into one of their upgrade slots, where it would sacrifice its own powercell to keep the borg powered should it run out.
And a little hoverdolly so it can float around and follow you outside of your pocket!
09-27-2016, 09:08 AM
(This post was last modified: 09-27-2016, 09:11 AM by Wire. Edited 1 time in total.)
Code notes: An overarching event messaging datum is probably a good idea for this (generic for global usage, with pocket buddy shit as a child datum). Pocketbuddy datum would ideally read from a dict file (list? file2list() parsed on world new?) for easy message tweaking in one place. Actual event firing would probably have to be a mix of specific procs (e.g. gib() on owner) and controller loops (e.g. checking for crit on owner), as such a separate loop handler might be an idea. The pocket buddy obj itself would also need to have a shit load of unique tracking vars to keep state correctly.
Basically I see this as non-trivial, but do-able. Edit: Note that this isn't me volunteering to actually do any of this.
09-28-2016, 03:28 AM
I'd possibly like to see this to be ported over to guardbuddies, because they are rarely used and could be a bit more vocal. A "bit", it would not detract from the pocketbuddies, in comparison they'd be a bit more mute, but all the same.
09-28-2016, 10:14 AM
(This post was last modified: 09-28-2016, 10:15 AM by APARTHEID. Edited 2 times in total.)
Isn't this getting way too out of hand for something only a few people will use, if ever? It's a dang Tamagotchi, I want to maybe push a button to play with it and have it say something about wanting to jump one day, not have it wail horribly over my death!
I don't put this lightly, but the scope and view of this thread is beginning to match something MaRCuS would have posted about a year ago.
09-28-2016, 10:20 AM
^ Not really? If it's trivial to impliment like wire said, then it's a fun little side project for people to do and having a pocketbuddy has some benefits while also being flavor text.
09-28-2016, 11:37 AM
I said it was non-trivial, not trivial. It's definitely a decently large project with all the event integration. I still like the idea though.
09-28-2016, 12:08 PM
Might be helpful to trim the list of responses down by a lot.
I think the basic idea of saying something on pickup, dropping, when the holder is injured/dying/dead, or when the buddy is destroyed as well as random sayings would be enough. Maybe it can be added to later but that's basic enough not to be incredibly daunting.
09-28-2016, 12:51 PM
The coders are free to add as much or as little as they want. The spreadsheet has gotten rather large, I would personally be happy with basic stuff. The main reason I set it up was to offer some variance and see of there were any finny scenarios that people might list as triggers, the honking one is one that I like, for example.
09-28-2016, 01:01 PM
(This post was last modified: 09-28-2016, 01:38 PM by atomic1fire. Edited 3 times in total.)
I'm okay with basic responses.
I still want emagged pocket buddy to be a jerk though. I'm the nerd who wrote "Ha ha, cripple" for the delimbed response, but that might be too ableist, but it fit with my idea of emagged pocket buddy being the worst companion ever. (09-27-2016, 09:08 AM)Wire Wrote: Code notes: An overarching event messaging datum is probably a good idea for this (generic for global usage, with pocket buddy shit as a child datum). Pocketbuddy datum would ideally read from a dict file (list? file2list() parsed on world new?) for easy message tweaking in one place. Actual event firing would probably have to be a mix of specific procs (e.g. gib() on owner) and controller loops (e.g. checking for crit on owner), as such a separate loop handler might be an idea. The pocket buddy obj itself would also need to have a shit load of unique tracking vars to keep state correctly.Getting a list out of a dictionary file actually sounds pretty easy. var/list/PocketBuddy = dd_file2list("strings/PocketBuddy.txt") Basically an exact copy of every other dialog text. I imagine other stuff like emagged could just be it's own distinct list and text file. Of course I don't know if copy and pasting the NT code is a good way of handling dialogue. https://github.com/goonstation/goonstati.../nt.dm#L10 Now that I think about it, using line number to get a specific location might break things if somebody removes a line later.
09-28-2016, 05:33 PM
You picked the absolute easiest part of my code notes to comment on :v.
09-29-2016, 06:10 AM
(This post was last modified: 09-29-2016, 06:11 AM by atomic1fire. Edited 1 time in total.)
|
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)