Search found 28 matches

by McRad
Thu Sep 26, 2019 3:07 pm
Forum: We are a Commercial Project looking for Partners
Topic: [OPEN] Eastbound Stars: The Drowning Halls - UI PROGRAMMERS, ARTISTS, SITE HOSTING, AND MUSICIANS NEEDED
Replies: 21
Views: 3934

Re: [OPEN] Eastbound Stars: The Drowning Halls - UI PROGRAMMERS, ARTISTS, SITE HOSTING, AND MUSICIANS NEEDED

Hey everybody, just a reminder that we are still looking for people who would love to help us out! Make sure to read the first post in the thread!
by McRad
Thu Aug 29, 2019 5:03 pm
Forum: Works in Progress
Topic: Eastbound Stars: The Drowning Halls [RPG] [FIRST PERSON POINT AND CLICK] [FANTASY]
Replies: 8
Views: 2068

Re: Eastbound Stars: The Drowning Halls [RPG] [FIRST PERSON POINT AND CLICK] [FANTASY]

Quick Update:

We finally have a real prototype for the RPG system in the game. We're working hard on building it up more, but for now it's in it's most basic state
screenshotrpg.PNG
We hope to update to you soon about more exciting news on the game!
by McRad
Tue Aug 20, 2019 7:27 pm
Forum: We are a Commercial Project looking for Partners
Topic: [OPEN] Eastbound Stars: The Drowning Halls - UI PROGRAMMERS, ARTISTS, SITE HOSTING, AND MUSICIANS NEEDED
Replies: 21
Views: 3934

Re: [OPEN] Eastbound Stars: The Drowning Halls - UI PROGRAMMERS, ARTISTS, SITE HOSTING, AND MUSICIANS NEEDED

UPDATE:

I'm looking for somebody to handle the UI for the game as we move on. Hopefully, somebody might be interested by that prospect
by McRad
Tue Aug 06, 2019 8:59 pm
Forum: Ren'Py Questions and Announcements
Topic: Issue with returning item count and displaying only unique values in a list
Replies: 7
Views: 761

Re: Issue with returning item count and displaying only unique values in a list

I was thinking it over and maybe it could work... but I am very unsure of how I could get it to display all the unique data that I want it too... I want it in individual textbuttons you can click on to use or equip, I'm unsure of how storage works in dictionaries anyways. Can I call each unique one...
by McRad
Tue Aug 06, 2019 1:45 am
Forum: Ren'Py Questions and Announcements
Topic: Issue with returning item count and displaying only unique values in a list
Replies: 7
Views: 761

Re: Issue with returning item count and displaying only unique values in a list

No reason that should be the case. I was thinking it over and maybe it could work... but I am very unsure of how I could get it to display all the unique data that I want it too... I want it in individual textbuttons you can click on to use or equip, I'm unsure of how storage works in dictionaries ...
by McRad
Mon Aug 05, 2019 9:25 pm
Forum: Ren'Py Questions and Announcements
Topic: Issue with returning item count and displaying only unique values in a list
Replies: 7
Views: 761

Re: Issue with returning item count and displaying only unique values in a list

philat wrote: Mon Aug 05, 2019 9:05 pm Pretty sure just using a dictionary would make this much simpler.
I should explain that the items stored in here are instances of class values and I wouldn't believe that a dictionary could be compatible with that
by McRad
Mon Aug 05, 2019 7:26 pm
Forum: Ren'Py Questions and Announcements
Topic: Issue with returning item count and displaying only unique values in a list
Replies: 7
Views: 761

Issue with returning item count and displaying only unique values in a list

Hello everybody, I am currently working on my inventory system for the RPG I am developing. I am running into a small issue concerning renpy's handling of python code, as I want to incorporate a FF style display with text and item count as seen below. http://www.vanitstudios.com/Files/Mirrors/menu-i...
by McRad
Sat Aug 03, 2019 1:47 pm
Forum: We are a Commercial Project looking for Partners
Topic: [OPEN] Eastbound Stars: The Drowning Halls - UI PROGRAMMERS, ARTISTS, SITE HOSTING, AND MUSICIANS NEEDED
Replies: 21
Views: 3934

Re: [OPEN] Eastbound Stars: The Drowning Halls - PROGRAMMERS, ARTISTS, SITE HOSTING, AND MUSICIANS NEEDED

Hi, what do you mean by hosting options exactly? Do you need your own static website for your team and for downloads, are you looking at also using another online store (itch, steam), do you need a website with the ability to sell things, etc.? Depending on how complicated it is I might be able to ...
by McRad
Wed Jul 24, 2019 5:24 pm
Forum: We are a Commercial Project looking for Partners
Topic: [OPEN] Eastbound Stars: The Drowning Halls - UI PROGRAMMERS, ARTISTS, SITE HOSTING, AND MUSICIANS NEEDED
Replies: 21
Views: 3934

Re: [OPEN] Eastbound Stars: The Drowning Halls - PROGRAMMERS, ARTISTS, SITE HOSTING, AND MUSICIANS NEEDED

Hello everybody,

I'm updating this as we are trying to figure out options for hosting our content. If you would like to help, please DM me or leave a reply to this thread!
by McRad
Fri Jul 19, 2019 5:42 pm
Forum: Works in Progress
Topic: Eastbound Stars: The Drowning Halls [RPG] [FIRST PERSON POINT AND CLICK] [FANTASY]
Replies: 8
Views: 2068

Re: Eastbound Stars: The Drowning Halls [RPG] [FIRST PERSON POINT AND CLICK] [FANTASY]

Wow! Thanks for the 1,000 views everyone!

I'm working hard on the game along with more content for Eastbound Stars, we are developing the battle system for the game and we hope to show you some of it in the near future!
by McRad
Sun Jul 07, 2019 6:28 pm
Forum: Works in Progress
Topic: Eastbound Stars: The Drowning Halls [RPG] [FIRST PERSON POINT AND CLICK] [FANTASY]
Replies: 8
Views: 2068

Re: Eastbound Stars: The Drowning Halls [RPG] [FIRST PERSON POINT AND CLICK] [FANTASY]

clairefinal.png
Here's a sprite from the game! We'll update this thread when the rest are done
by McRad
Fri Jun 21, 2019 1:53 am
Forum: Ren'Py Questions and Announcements
Topic: AttributeError: 'nonetype' object has no attribute 'rpartition' after I change a variable in a set in a class
Replies: 9
Views: 1234

Re: AttributeError: 'nonetype' object has no attribute 'rpartition' after I change a variable in a set in a class

It's relatively recent that SetVariable supports object attributes out of the box anyway, so it may not support a dictionary as an object attribute. *shrug* I hadn't bothered trying. Quick test seems to show that SetDict(MC.armor, "helm", itemselect) is probably what you want. Thank you! ...
by McRad
Fri Jun 21, 2019 1:27 am
Forum: Ren'Py Questions and Announcements
Topic: AttributeError: 'nonetype' object has no attribute 'rpartition' after I change a variable in a set in a class
Replies: 9
Views: 1234

Re: AttributeError: 'nonetype' object has no attribute 'rpartition' after I change a variable in a set in a class

philat wrote: Fri Jun 21, 2019 12:58 am ...no, I said SetVariable takes a string as the first argument. https://www.renpy.org/doc/html/screen_a ... etVariable

Code: Select all

SetVariable("MC.armor['helm']", itemselect)
Okay, I see what you're saying now...

However Renpy has gone to say that MC.armor['helm'] doesn't exist
by McRad
Fri Jun 21, 2019 12:51 am
Forum: Ren'Py Questions and Announcements
Topic: AttributeError: 'nonetype' object has no attribute 'rpartition' after I change a variable in a set in a class
Replies: 9
Views: 1234

Re: AttributeError: 'nonetype' object has no attribute 'rpartition' after I change a variable in a set in a class

I am really pretty sure it is. MC.armor["helm"], which you are supplying to SetVariable, is None by default. The error is saying saying None doesn't have the method rpartition, which SetVariable is trying to call because it's set up to take strings. I mean, it could technically be somethi...
by McRad
Fri Jun 21, 2019 12:31 am
Forum: Ren'Py Questions and Announcements
Topic: AttributeError: 'nonetype' object has no attribute 'rpartition' after I change a variable in a set in a class
Replies: 9
Views: 1234

Re: AttributeError: 'nonetype' object has no attribute 'rpartition' after I change a variable in a set in a class

Lots of minor issues in what you've posted, but pretty sure this is an issue of SetVariable needing a string ("MC.armor['helm']"). Nope... Renpy crashes when loading the game and it says it's a syntax issue... So I'm positive it's not that... Can you post the full traceback, please? Sure,...