Search found 51 matches

by hyperionthunder
Fri May 18, 2018 9:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Issues with Generating Lists
Replies: 17
Views: 1609

Re: Issues with Generating Lists

I made some progress with the codes, right now i am at the point i will need to create two separate lists that is side by side horizontaly. The equipped will be on the left, and Available codes will be on the right. In each row they will list the code icon, the name, the element icon, the target typ...
by hyperionthunder
Fri May 18, 2018 3:14 pm
Forum: Works in Progress
Topic: The Wanderers Project [BxB][Fantasy][VN-RPG Hybrid][Furry]
Replies: 4
Views: 1066

The Wanderers Project [BxB][Fantasy][VN-RPG Hybrid][Furry]

I want to introduce my project to you guys to check it out and provide feedback. I have posted it to demo / beta testing board. The game is The Wanderers, and is a story about a human, while struggling with depression, finds himself in a new fantasy world. He discovers new friends with interesting p...
by hyperionthunder
Fri May 18, 2018 3:07 pm
Forum: Demos & Beta Testing
Topic: The Wanderers Project [Demo Available]
Replies: 12
Views: 2399

The Wanderers Project [Demo Available]

I am working on a new renpy project The Wanderers. I currently have two chapters completed, the Prelude and Chapter 1. I am still working out the better system for implementing RPG battle system and a way to manage the player's custom abilities. Right now it's scripted based on the location in the s...
by hyperionthunder
Fri May 18, 2018 2:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Issues with Generating Lists
Replies: 17
Views: 1609

Re: Issues with Generating Lists

Now I am trying to get the screen to display toggle-able buttons to mark items equipped by the player. Here is the image displayed on screen . ## Ability Codes screen ######################################################## ## ## This is an Ability Codes menu for configuring the player's five. ## ab...
by hyperionthunder
Fri May 18, 2018 2:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Issues with Generating Lists
Replies: 17
Views: 1609

Re: Issues with Generating Lists

I forgot a comma in each of the list. it now works correct. derp!
by hyperionthunder
Fri May 18, 2018 2:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Issues with Generating Lists
Replies: 17
Views: 1609

Issues with Generating Lists

I am having issues with my codes I am working on for the game project. I am trying to compile a list to be filled in automatically at launch for the player to adjust and customize the abilities available. init python: #sets up max config for displayables maxnumx = 7 maxnumy = 5 #creates class Abilit...