Search found 55 matches

by Sehaf
Thu Nov 30, 2017 5:52 pm
Forum: Development of Ren'Py
Topic: Serching strings
Replies: 1
Views: 829

Serching strings

Hi simple question really, but found no answers in search. When the player is alowed to enter any text, I can check the text for key words if "Lego" in yc: p "LotR fan are you?" Like so... My question is, how do I have it check without bothering with if its capslock or not? Tried...
by Sehaf
Tue Nov 21, 2017 12:46 pm
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 130
Views: 116621

Re: Simple minigames (Screen Language only).

EDIT*** Scratch that, found the issues. Forgot to assign who went first and confused the poor thing. Still, awesome code. Thanks both of you, did help and solved that issue. It did however start to complaint that there is risk of infinite loop. Not sure how I will brake that however, but I assume I ...
by Sehaf
Mon Nov 20, 2017 4:51 pm
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 130
Views: 116621

Re: Simple minigames (Screen Language only).

So, made my own little version of this memory game in order to try having a combat code. Half the code is based on my own combat engine that works like any classic JRPG combat code, but I wanted to see if it could be combined with the memoria game to give it some flair. have been reading it over and...
by Sehaf
Thu Nov 09, 2017 6:40 am
Forum: We are a Commercial Project looking for Partners
Topic: Songs and Symphonies: [CLOSED]
Replies: 11
Views: 2143

Re: Songs and Symphonies; looking for BG Artist, Sprite Artist

I do both sprites and Backgrounds. https://sehad.deviantart.com/ My portfolio is not that updated. But if you look around there are some pictures form different projects I have been on. My art style is pretty varied depending on what one needs. Though Anime'esk is what I do best and most. Depending ...
by Sehaf
Thu Nov 09, 2017 6:05 am
Forum: We are offering Paid Work
Topic: Looking for programer
Replies: 0
Views: 383

Looking for programer

Hello, I'm looking for a programmer who can make a fighting system playing in real time. Inspiration is Punch out!! https://www.youtube.com/watch?v=eiuq4gHxCIU It will be used for a RPG made in Renpy, While I already have a turn based system, I would like to try having a action based one. This is pa...
by Sehaf
Tue Oct 31, 2017 9:46 am
Forum: I am a Programmer, Director, or Other
Topic: Ren'Py Programmer [closed]
Replies: 1
Views: 1112

Re: Experienced Ren'Py Programmer [paid]

Do you do anything more advanced then scripting? I'm looking for programmer to help with mini game.
by Sehaf
Thu Oct 05, 2017 8:24 am
Forum: Demos & Beta Testing
Topic: Yuki Academy [GxG][GxB]
Replies: 7
Views: 5580

Re: Yuki Academy [GxG][GxB]

So, in case people still follow this thread. No progress other then the demo that was created. All people that where invited to the project left it one way or another. And I did not have the writing skill to make this project come even close to alive at the time, and as things stands, I have other p...
by Sehaf
Wed Oct 04, 2017 4:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Match 3 mini game
Replies: 0
Views: 979

Match 3 mini game

So, another problem. This time I'm trying to make a somewhat minigame with a simplified version of match 3 game. The code I'm doing is as follow: class Boxx(object): def __init__(self, color="None", row=0, line=0, **kwargs): self.color = color self.row = row self.line = line def seedBoard(...
by Sehaf
Mon Jul 17, 2017 6:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Animate screen with imagebutton
Replies: 2
Views: 539

Re: Animate screen with imagebutton

I tried just that with the transition I had made myself noted in OP, but realize now that your purposed solution that it was a transform, so most likely therefor it did not work. However, Now I tried with what you suggested and while it does not crash, there is no animation still. It only disappear ...
by Sehaf
Mon Jul 17, 2017 5:06 am
Forum: Ren'Py Questions and Announcements
Topic: Animate screen with imagebutton
Replies: 2
Views: 539

Animate screen with imagebutton

Hi, I'm trying to animate the removal of a screen with images when using an image button. Code goes like this: screen potion_brake: imagebutton : idle "effects/blank.png" hover "effects/blank.png" action [ Hide("potion_brake"), SetVariable("potions_staple", 0)...
by Sehaf
Mon Dec 19, 2016 5:20 am
Forum: Works in Progress
Topic: Cross Road Inn [BXG] [GXG] [Fantasy] [RPG]
Replies: 0
Views: 750

Cross Road Inn [BXG] [GXG] [Fantasy] [RPG]

https://78.media.tumblr.com/b452ab9233b369808c0ff9b74510ca56/tumblr_ozshax7LEV1s3ise8o1_540.jpg Description: Name: Cross Road Inn Format: Visual Novel / RPG Genre: Comedy, Drama, Slice of life Platforms: Windows, Linux, OSX This is a fantasy RPG parody, a game for laughs, romance and general fantas...
by Sehaf
Fri Dec 09, 2016 6:26 pm
Forum: Development of Ren'Py
Topic: Timmer Issue, pleas help [Solved]
Replies: 1
Views: 668

Timmer Issue, pleas help [Solved]

So, had another issue after long time of work this time it's this little thing: if status_pinkHair == True: add "gui/guibar/bar_pink_hair.png" ypos 95 xpos guiStatusPosX $ guiStatusPosX += 30 $ ui.timer( 10.0, SetVariable("hair", originalHairColor), ToggleVariable("status_pi...
by Sehaf
Thu Apr 21, 2016 12:47 pm
Forum: Ren'Py Questions and Announcements
Topic: The frame is not showing >_<
Replies: 2
Views: 382

Re: The frame is not showing >_<

So many thanks for the respons, though in the end, I re-did it somewhat with screens instead. Though this lsolved one thing I had problem with ^_^ Domo!
by Sehaf
Sat Apr 16, 2016 7:01 pm
Forum: Ren'Py Questions and Announcements
Topic: The frame is not showing >_<
Replies: 2
Views: 382

The frame is not showing >_<

So, after almost a months without a hitch of programing i finaly stumble into a block, but not the programing part per say, but the art one. What I try to do is to have my picture as a background for the HP bar. in my game but nothing happens. it only gives a standard ugly blu box insted of my image...
by Sehaf
Tue Mar 29, 2016 2:49 am
Forum: Ren'Py Cookbook
Topic: Dungeon Crawl RPG Framework
Replies: 99
Views: 60723

Re: Dungeon Crawl RPG Framework

So, regarding the "is it allowed to use in commercial game" question is still not really that answered as not everyone knows the exact extent of 'public domain'. (Nor did a google search really answer my question either other then that is is free to use. but not outside the scope of for ow...