Search found 8 matches

by Baseliner88
Sun Apr 25, 2021 2:15 am
Forum: Completed Games
Topic: Crazy Tales [eng/ger][cards][free]
Replies: 0
Views: 2236

Crazy Tales [eng/ger][cards][free]

Hello Community, I've finally finished and published my first presentable game :D . It's not exactly a visual novel, but Ren'Py is just a great platform for developing games. In addition, this forum has saved my ass very often when I got stuck with problems. At this point just thank you again, and o...
by Baseliner88
Sat Feb 16, 2019 1:07 pm
Forum: Ren'Py Questions and Announcements
Topic: .remove() isn't removing an object from array
Replies: 4
Views: 443

Re: .remove() isn't removing an object from array

Ok cool, thx for your answer.
Pop sounds interesting. I will give it a try just to test it out :)
by Baseliner88
Wed Feb 13, 2019 7:16 pm
Forum: Ren'Py Questions and Announcements
Topic: .remove() isn't removing an object from array
Replies: 4
Views: 443

Re: .remove() isn't removing an object from array

Thank you for your fast reply.
It was an completely diffrent mistake by myself... I was testing and was filling, every round, the list with these 6 objects...
So .remove() is as well doing it's job. But shuffle is really more comfortable to use for.

Sorry for the stupid question here.
by Baseliner88
Wed Feb 13, 2019 6:55 am
Forum: Ren'Py Questions and Announcements
Topic: .remove() isn't removing an object from array
Replies: 4
Views: 443

.remove() isn't removing an object from array

Hi, i got a simple random.choise and want to remove the picked one from the array... But i get sometimes two same objects as result. What am I doning wrong??? Inside of deck01[] are six objects (diffrent ones of cause). $ deck01 = [] $ deck01.append(karte1) $ deck01.append(karte2) $ deck01.append(ka...
by Baseliner88
Wed Feb 13, 2019 6:44 am
Forum: Ren'Py Questions and Announcements
Topic: TCG Workaround for displaying your obtained cards
Replies: 7
Views: 858

Re: TCG Workaround for displaying your obtained cards

Ok, here am I again... I followed your advice and built my scripts object orientated. Everything works fine, BUT I am hanging at a "sorting loop". call screen sammlung screen sammlung: ### Calling the screen were all cards are displayed for i in (komplett): if i.vorhanden == True: ### Sear...
by Baseliner88
Thu Feb 07, 2019 3:14 am
Forum: Ren'Py Questions and Announcements
Topic: TCG Workaround for displaying your obtained cards
Replies: 7
Views: 858

Re: TCG Workaround for displaying your obtained cards

If you all really think so ... It must be true :-( I know object orientated pragramming class management but wanted to avoid it. In my opinion it's to huge for some kind of scripting (not the lines, meant more by OOP as a weapon). But seams to be nessesary to realise my Problem. Thanks for opening m...
by Baseliner88
Thu Feb 07, 2019 1:42 am
Forum: Ren'Py Questions and Announcements
Topic: TCG Workaround for displaying your obtained cards
Replies: 7
Views: 858

Re: TCG Workaround for displaying your obtained cards

Hi, thx for your reply. I knew this threat and yes, i think i got a beginner level of knowledge. But there must be a much easier way du do that. Without creating a card class and the inventory for the obtained ones. Also, there would be the Problem with the class workaround, that you don't get a cle...
by Baseliner88
Wed Feb 06, 2019 3:40 pm
Forum: Ren'Py Questions and Announcements
Topic: TCG Workaround for displaying your obtained cards
Replies: 7
Views: 858

TCG Workaround for displaying your obtained cards

Hi together, i used this forum for over two years since i was getting started with RenPy. Everytime i was stuck in my code, i found the perfect workaround here ^^ But now (stuck for about three weeks :shock: :? ) i'm running in circles and nothing i am figuring out is working. To my person, i'm 30 y...