Search found 72 matches

by ColinMedia6
Sat Jul 01, 2017 7:31 pm
Forum: Works in Progress
Topic: -LUXO- Love never ends
Replies: 39
Views: 4194

Re: -LUXO- Love never ends

Here's new extra i din't did in a while!
SUGAR TOWN NOW AVAILABLE!
by ColinMedia6
Tue Jun 06, 2017 10:17 am
Forum: Works in Progress
Topic: -LUXO- Love never ends
Replies: 39
Views: 4194

Re: -LUXO- Love never ends

For this, we got a new character called:
KATIE!
by ColinMedia6
Mon Jun 05, 2017 9:02 am
Forum: Works in Progress
Topic: -LUXO- Love never ends
Replies: 39
Views: 4194

Re: -LUXO- Love never ends

Thank you for rating, Esko!
by ColinMedia6
Sun Jun 04, 2017 1:28 pm
Forum: Works in Progress
Topic: -LUXO- Love never ends
Replies: 39
Views: 4194

Re: -LUXO- Love never ends

#NEW EXTRA
The beach is here!
by ColinMedia6
Sat Jun 03, 2017 4:33 pm
Forum: Works in Progress
Topic: -LUXO- Love never ends
Replies: 39
Views: 4194

Re: -LUXO- Love never ends

Proofs and screenshots in this game when you go to an extra
by ColinMedia6
Sat Jun 03, 2017 4:23 pm
Forum: Works in Progress
Topic: -LUXO- Love never ends
Replies: 39
Views: 4194

How To! 1

How to start Formation BaJoSa:
1: Just click it at menu
*It can also be in Help!
2: Done!
by ColinMedia6
Sat Jun 03, 2017 4:17 pm
Forum: Works in Progress
Topic: -LUXO- Love never ends
Replies: 39
Views: 4194

Re: -LUXO- Love never ends

About "Formation BaJoSa" extra:
*events also have charisma and strengh atributes.
*This event ends in 6 days!
by ColinMedia6
Sat Jun 03, 2017 2:02 pm
Forum: Works in Progress
Topic: -LUXO- Love never ends
Replies: 39
Views: 4194

Re: -LUXO- Love never ends

EXTRA NOW AVAILABLE!
Hey guys im annoucing you all...
FORMATION BAJOSA!
by ColinMedia6
Sat May 27, 2017 4:07 pm
Forum: Ren'Py Cookbook
Topic: Feautre and Character Help
Replies: 4
Views: 1380

Feautre and Character Help

screen feautre_help(): hbox: label _("Charisma/Strengh") text _ ("Helps Charisma Contest") hbox: label _ ("Coming Soon...") text _ ("CGS") screen character_help(): hbox: label _("MC") text _ ("She is strange, but serious sometimes.") This should help you a lot
by ColinMedia6
Sat May 27, 2017 9:52 am
Forum: Works in Progress
Topic: -LUXO- Love never ends
Replies: 39
Views: 4194

Re: -LUXO- Love never ends

New Annouce!
Younger Days is coming soon!
-LUXO- Love never ends
by ColinMedia6
Fri May 26, 2017 7:00 pm
Forum: Free to use but not CC
Topic: Single CGS! (NOT CC.)
Replies: 0
Views: 1405

Single CGS! (NOT CC.)

TERMS OF SERVICE!
- Crediting me, REQUIRED!
- Marking as your own, DONT DO THAT.
- Commercial and Non Comercial, OK.
by ColinMedia6
Fri May 26, 2017 6:28 pm
Forum: Works in Progress
Topic: -LUXO- Love never ends
Replies: 39
Views: 4194

Re: -LUXO- Love never ends

-NEWS-
We found the biography and they said that her real name is...
Batura Momochi?!
More info coming soon!
by ColinMedia6
Fri May 26, 2017 6:17 pm
Forum: Ren'Py Questions and Announcements
Topic: Attracting new users in games
Replies: 3
Views: 546

Re: Attracting new users in games

Code: Select all

%defaultPlayerName = "Batura Momochi"
"So.. What's your name?"
$ localName = renpy.input("What is your name?")
if localName == "":
$localName = defaultPlayerName
"Hello %(localName)s"
Fixed with code, and in Luxo Love Never Ends the default is replaced with "Batura Momochi"
by ColinMedia6
Fri May 26, 2017 9:24 am
Forum: Ren'Py Questions and Announcements
Topic: Attracting new users in games
Replies: 3
Views: 546

Attracting new users in games

How i can make "welcome (username)" in the game?
by ColinMedia6
Thu May 25, 2017 9:25 am
Forum: Ren'Py Questions and Announcements
Topic: Found a error when i making change textbox feautre
Replies: 1
Views: 271

Found a error when i making change textbox feautre

I'm sorry, but an uncaught exception occurred. While running game code: ScriptError: could not find label 'pick_a_style(True)'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "C:\Users\windows\Downloads\renpy-6.99.12.4-sdk\renpy\bootstrap.py", li...