Channels (Channel 'Public' (Public discussion))
Public discussion
23-09-13 01:31:58: Kassien: hey 23-09-13 01:35:16: failedreality: hello 23-09-13 01:35:33: Kassien: so you should be able to use +dbentry. It's going to show you all the Django apps that I've set up for information storage. 23-09-13 01:35:44: Kassien: it's an EvMenu 23-09-13 01:35:54: Kassien: so you may not be able to chat while in it 23-09-13 01:36:20: failedreality: ok 23-09-13 01:37:34: Kassien: for anything that should be typically Null, I have to figure out how to do it. 23-09-13 01:38:00: Kassien: Quit is always accessible in the menu, so you can type q or quit at any time. 23-09-13 01:38:17: Kassien: everything but descriptions should be put into lower case 23-09-13 01:38:31: Kassien: I need to put this into the code for it, but haven't gotten that far. 23-09-13 01:39:35: failedreality: ok 23-09-13 01:40:35: Kassien: It's all automatically drive on the field names and the code finds which fields the model is looking for 23-09-13 01:41:27: Kassien: Skill specializations I think I have them as a python list so example, ['bows', 'crossbows', ] 23-09-13 01:42:02: Kassien: and honestly I can adapt the skills to make it work if it just goes in as a string 23-09-13 01:43:51: Kassien: so just a bows, crossbows, ... 23-09-13 01:44:28: failedreality: either way,, im familiar with lists 23-09-13 01:50:10: Kassien: honestly, I had (before my fuck up yesterday) one of each thing the model, so there may be some room for changes to the model itself. 23-09-13 01:52:03: Kassien: I need to adapt the code to allow for editing of the entry, but right now it's just add and delete. 23-09-13 01:52:23: Kassien: deleting kicks out a traceback, but if you just look again or go back, it doesn't break the code. 23-09-13 01:53:35: failedreality: ah ok, so then careful on the input lol 23-09-13 01:58:33: Kassien: no, feel free to experiment. There isn't much we can't fix. if you see a thing like sbonus or abonus, it's skill bonus and attribute bonus. 23-09-13 01:59:03: Kassien: there is a dpbonus, stbonus, lbonus but I can't remember what those are to be honest. 23-09-13 01:59:10: failedreality: ok understood 23-09-13 01:59:11: Kassien: thats the qualities model 23-09-13 02:00:29: Kassien: some of these models I put the most basic info from the core rule book, but when I made the model I scanned the information from chummer5a nightly to try and figure out a common model 23-09-13 02:07:26: Kassien: some of this we'll have to figure out as we go 23-09-13 02:08:02: Kassien: maybe I'll take a break from the Character Creation and look at altering the dbentry code to edit fields as well. 23-09-13 02:09:01: failedreality: ok well if there is anything you want me to look up or check out let me know.. 23-09-13 02:10:12: failedreality: I am about to switch to my desktop so you might see a disco for a few then Ill be back 23-09-13 02:11:04: Kassien: no worries, I'm just on right now as a means to try and catch anyone else who logs in. alt-tab between this and starfield 23-09-13 02:11:57: failedreality: ah yes the game that everyone but me is playing lol... 23-09-13 02:15:34: Kassien: It's pretty addictive 23-09-13 02:15:52: Kassien: I really had my hopes up for Star Citizen, but...yeah.,, 23-09-13 03:08:57: failedreality: to be honest I havent played either of them 23-09-13 03:58:42: Kassien: let me know tomorrow if you have any questions, I've got to call it a night. 23-09-13 04:02:17: failedreality: Ok sounds good 23-09-13 14:22:34: Kassien: hey 23-09-13 14:28:37: failedreality: hey there 23-09-13 15:50:40: Kassien: you know another thing you can help with if you want to be more involved in the code, and give some creativity for Shadowrun, is in the Introduction rooms, I am creating a few NPCs to discuss things about Shadowrun and / or Deep Shadows. 23-09-13 16:43:03: failedreality: ok sounds good. but on the data entry stuff do you have what needs to be entered in? 23-09-13 17:07:50: Kassien: it's just the info from the books 23-09-13 17:07:59: Kassien: you have a copy of SR5? 23-09-13 17:08:31: Kassien: you can ignore the Events one, that's another project but I kept it in that code. 23-09-13 17:11:13: Kassien: I used this to build the interactive NPCs for the introduction initially. https://www.evennia.com/docs/0.9.5/EvMenu.html, there is an example in the first Introduction room. |/|/However, there is also https://www.evennia.com/docs/latest/Howtos/Tutorial-NPC-Listening.html, and https://www.evennia.com/docs/latest/Howtos/Tutorial-NPC-Reacting.html that you can use too 23-09-13 17:11:31: Kassien: the 0.9.5 works still as well 23-09-13 17:12:13: Kassien: do you have a gitlab account? 23-09-13 17:40:28: failedreality: yes 23-09-13 17:52:00: Kassien: I can add you to the repo if you want, or I can just have you send me the .py via discord, either way. 23-09-13 17:54:33: Kassien: I think I did this right but I added you to some discord channels which should allow you to see some bboard staff information 23-09-13 18:02:02: failedreality: ok and let me check I think gitlab is failedreality but let me double check 23-09-13 18:02:57: failedreality: yeah its failedreality, and I will check those links out shortly 23-09-13 18:11:02: Kassien: there is some repo rules I've tried to put together, probably won't hold up to professional ones, but I try :) 23-09-13 18:17:10: failedreality: yeah of course and I started reading them.. also started a local evennia install as well. and reading through the various discord forums... you have done quite a lot of work on this.. well done 23-09-13 21:16:29: Kassien: thank you, it's been a long time development, so I've had time to maul things over. 23-09-13 22:32:14: failedreality: ok got it 23-09-13 23:12:49: failedreality: I switched computers and the browser closed and I didnt get all those links you sent in chat :( 23-09-14 18:06:39: failedreality: :waves 23-09-18 17:01:43: Kassien: :Waves 23-09-18 17:01:57: failedreality: :waves 23-09-22 15:38:37: Kassien: hey 23-09-22 15:39:55: failedreality: hey 23-09-22 15:41:44: Kassien: how's it going? 23-09-22 15:43:53: failedreality: great for a friday, and a partial work day, 3.5 hours left... 23-09-22 15:45:31: Kassien: Nice! 23-09-22 15:46:00: Kassien: yeah, today is a FOF day for me. Trying to get ChatGPT generate an ASCII Map 23-09-22 15:46:40: failedreality: wow never thought about trying that, does it work? or maybe not since you said trying 23-09-22 15:47:19: Kassien: it's oay 23-09-22 15:47:31: Kassien: okay* 23-09-22 15:47:46: Kassien: give me a second and I'll upload the latest to the command and see what it does. 23-09-22 15:51:57: Kassien: You know...right now +map gives the google map location. I was just going to use the link and put it at the bottom of the ASCII map. But if you want to experiment on how to display it better. 23-09-22 15:54:16: Kassien: that's something I've been wanting to play around with myself that would be very helpful 23-09-22 15:56:20: failedreality: I could check it out if you point me in the right direction.. the +map I guess doesnt work on a client.. 23-09-22 15:57:41: Kassien: Oh... one second, just pushed an updated, i'll pull it 23-09-22 15:58:21: Kassien: it's not perfect...but it's a start 23-09-22 15:59:55: Kassien: it's pretty big, and needs to be scaled down 23-09-22 16:00:19: failedreality: ah ok its working and that is ..... cool.. without the google link I was like.. what in the hell is this lol.. I know you have to start somewhere.. It looked like digital thrown up on an art display 23-09-22 16:00:48: Kassien: oh for sure 23-09-22 16:00:58: Kassien: the only reason I recognize it, is because I built the google map 23-09-22 16:01:37: Kassien: as far as a starting point ... https://pythonhosted.org/pykml/ ... maybe 23-09-22 16:04:55: failedreality: ok, let me set up a virt env and install that 23-09-22 16:05:14: failedreality: what version of python is this running under 23-09-22 16:05:52: Kassien: 3.114 23-09-22 16:05:56: Kassien: 3.11.4 23-09-22 16:06:13: failedreality: ok 23-09-22 16:11:16: Kassien: So what's kinda cool is how I got ChatGPT to do it. I exported the CSV, kept only the border related information. From that chat GPT generated png (contracted black background white borders). Now I'm trying to get it to recognize the PNG. 23-09-22 16:13:23: Kassien: so on the bottom and side, where it has that funky art, is actual Latitude and Longitudes of the city. It replaced it with ASCII art though 23-09-22 16:13:38: failedreality: that is interesting 23-09-22 16:15:56: Kassien: if I was at home, I would send some of the files so you can see what it's coming up with 23-09-22 16:16:56: Kassien: oh....I just thought of something... 23-09-22 16:21:58: failedreality: whats that 23-09-22 16:29:23: Kassien: So...I'm manually editting that map, and adding some details (grid and district key) and I know evennia can do hyperlinks. So I was trying to think of some means of hyperlinking the key to then show the district map. 23-09-22 16:29:53: Kassien: similar to how you would use your mouse button to zoom in and out of a google map. 23-09-22 18:16:13: failedreality: do you know if there is a way to configure the time out or is that a server setting 23-09-22 18:20:25: Kassien: Game time? 23-09-22 18:21:01: Kassien: yes, Evennia has a Gametime, but the code in the +time command I did long before Evennia implemented theirs 23-09-22 18:21:51: failedreality: more like a timeout sorry I wasnt really clear.. its a short idle and it drops the connection 23-09-22 18:23:24: Kassien: oh yeah, it should be an hour idle period. Odd. but I don't remember the anti-idle command to send, I'll have to look it up. 23-09-22 18:24:12: failedreality: no worries, I guess I didnt realize I was idle for 1 hr.. 23-09-22 18:24:47: Kassien: well, hopefully it's also working 23-10-28 15:56:48: Kassien: Testing 23-10-28 15:57:10: Kassien: still a bunch of disconnects and reconnects... 23-10-28 16:10:26: Kassien: testing 23-10-28 16:20:32: Kassien: testing this once again 23-10-28 16:21:57: Kassien: test 23-10-28 16:26:38: Kassien: test 23-10-28 16:44:10: Kassien: Perfect! 23-11-04 05:04:50: Kassien: Testing 23-11-10 13:53:20: Kassien: Good morning @everyone, happy Friday 23-11-22 23:00:16: Kassien: :waves 24-01-05 20:21:27: Kassien: hello! Welcome 24-01-11 19:58:05: Kassien: I have to run for a little bit, if you need me, I should be back < an hour
- Name
- Public
- Subscriptions
- 61