Search found 44 matches

by PoisionLullaby
Mon Jan 29, 2018 1:06 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 101112

Re: Dating Sim Engine (DSE) 4.0! Day Planner and Event Manager

Thank you so much. Everything is all fixed now. :)
by PoisionLullaby
Sat Jan 27, 2018 12:55 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 101112

Re: Dating Sim Engine (DSE) 4.0! Day Planner and Event Manager

Okay I think I got it. Thank you so much for your help btw. :)
by PoisionLullaby
Thu Jan 25, 2018 9:41 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 101112

Re: Dating Sim Engine (DSE) 4.0! Day Planner and Event Manager

I'm not very tech savy. How do I send only my code and not the whole game file? ^^'
by PoisionLullaby
Tue Jan 23, 2018 12:53 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 101112

Re: Dating Sim Engine (DSE) 4.0! Day Planner and Event Manager

Ah sorry. And nope, still get the same error.
by PoisionLullaby
Sat Jan 20, 2018 11:20 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 101112

Re: Dating Sim Engine (DSE) 4.0! Day Planner and Event Manager

That makes sense, so i'm confused what should I change then? And wait you want to see my screens.rpy? Or are you asking qirian? :P
by PoisionLullaby
Sat Jan 20, 2018 12:48 am
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 101112

Re: Dating Sim Engine (DSE) 4.0! Day Planner and Event Manager

I tried it and got this error. I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/dse-schedule.rpy", line 18: expected statement. intel python: ^ Ren'Py Version: Ren'Py 6.99.13.2919 this is all i changed # Set up a default ...
by PoisionLullaby
Fri Jan 19, 2018 9:38 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 101112

Re: Dating Sim Engine (DSE) 4.0! Day Planner and Event Manager

Yeah I figured that wasn't the issue because It was fine before hand. here is that page. # The Dating Sim Engine was written by PyTom, # with updates added by Andrea Landaker (qirien), # and contributions by Edmund Wilfong (Pneumonica) # # For support, see the Lemma Soft forums thread: # http://lemm...
by PoisionLullaby
Fri Jan 19, 2018 3:45 am
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 101112

Re: Dating Sim Engine (DSE) 4.0! Day Planner and Event Manager

Oh it is? Well now I know. :P And by "changing the () around '(store, s.var)" I had changed the parenthesis into brackets [] and other types of what I understood to be "strings" in a hope it was a simple problem. When all it did was cause the new but similar error I changed it ba...
by PoisionLullaby
Thu Jan 18, 2018 10:01 pm
Forum: Ren'Py Cookbook
Topic: Dating Sim Engine (DSE) 4.1! Day Planner and Event Manager
Replies: 193
Views: 101112

Re: Dating Sim Engine (DSE) 4.0! Day Planner and Event Manager

So, I don't know what exactly caused this error. I haven't touched this code. All I've done is add stats and change the names of them on a different tab as well as add some dialogue once again on a different tab. I'm new to coding so it is very possible that I typed something wrong and it confused t...
by PoisionLullaby
Thu Jan 18, 2018 12:05 pm
Forum: Ren'Py Questions and Announcements
Topic: TypeError: getattr(): attribute name must be string
Replies: 4
Views: 4844

Re: TypeError: getattr(): attribute name must be string

Sorry if this is obvious but are you saying for me to try replaceing "v = getattr(store, s.var)" this bit of code with one of these? "renpy.store[ s.var ] = v","store.__dict__[ s.var ] = v"? I don't know if it will help but here is the entirety of the code where the pro...
by PoisionLullaby
Thu Jan 18, 2018 5:09 am
Forum: Ren'Py Questions and Announcements
Topic: TypeError: getattr(): attribute name must be string
Replies: 4
Views: 4844

TypeError: getattr(): attribute name must be string

So I'm using qirien's Dating Sim Engine to both try to understand coding a bit better and well to test ideas and other codding things before really getting into making my game. The problem is I keep getting this error code. I'm sorry, but an uncaught exception occurred. While running game code: File...
by PoisionLullaby
Thu Jan 18, 2018 4:09 am
Forum: Creator Discussion
Topic: VN game play and experience questions
Replies: 4
Views: 1162

Re: VN game play and experience questions

Wow thank you so much for those answers they really answered everything! The sprite and art advice was especially helpful. I've already played the walking dead season one so i won't be spoiled, and I'll definitely be using that chart to help me with some of the choice's in my game. Thank you again! :D
by PoisionLullaby
Wed Jan 17, 2018 9:09 pm
Forum: Creator Discussion
Topic: What got you into making visual novels?
Replies: 36
Views: 5461

Re: What got you into making visual novels?

I was introduced to Visual Novels by a youtube/streamer I used to watch a lot. (She moved on from Visual Novel let's play stuff) She honestly sold me on them because of her goofy voices and the fact I was super into the story of one that she didn't finish. I've always had a passion for creating worl...
by PoisionLullaby
Wed Jan 17, 2018 8:52 pm
Forum: Creator Discussion
Topic: VN game play and experience questions
Replies: 4
Views: 1162

VN game play and experience questions

I want to start this off by saying i'm sorry if I ask an obvious or dumb question. I am new to game making and all this so I really just want some educated opinions and feedback. The game i'm making may be my first but that doesn't mean I don't have to try any less to make it the best I can do right...