Search found 177 matches

by fortaat
Tue Oct 26, 2010 10:48 pm
Forum: Completed Games
Topic: Chaos Gateway (Xbox 360)
Replies: 18
Views: 5000

Re: Chaos Gateway (Xbox 360)

Congrats mate.

1. Any plans for a pc version?

2. What resolution did you use for the game?

3. Could you please, one day in the very far future, post if the game sold well or not?
I'm curious if there's a market for OELVN in the consoles worth the porting cost.
by fortaat
Mon Oct 25, 2010 8:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Point Problems (Solved)
Replies: 10
Views: 1821

Re: Point Problems

Does the error pop when you're loading a game, or when you first run it?
If it's the first, start a new game and see what happens.
by fortaat
Mon Oct 25, 2010 7:56 pm
Forum: Ren'Py Questions and Announcements
Topic: Point Problems (Solved)
Replies: 10
Views: 1821

Re: Point Problems

On the init block it's Lilly_Trust_Points while in the code it's Lilly_Trust_points.

It's a good practice to capitalize all your variables (the things that make the point system) to avoid such errors.
by fortaat
Sat Oct 23, 2010 10:20 pm
Forum: Skill Development
Topic: Jason's corner
Replies: 21
Views: 2903

Re: Jason's corner ~free advices/tips and sketches.

I'm basing this on your DA account, which allows for a very limited view point. Take it for what it is. You rarely paint textures, and when you do, you often have problems with it. You don't paint a lot of furniture in general, which could explain why you haven't mastered it. You tend to neglect tha...
by fortaat
Sat Oct 23, 2010 5:32 am
Forum: Skill Development
Topic: Jason's corner
Replies: 21
Views: 2903

Re: Jason's "sketchbook, "critique me" and "free request" co

I want you to try and surprise us. Pick a drawing subject that isn't extensively covered by Anime / Manga, and draw it in a style that represents you as an artist. I'm curious to see what you would do when changing subjects. This is also my critique - you need to diversify, both thematically and sty...
by fortaat
Fri Oct 22, 2010 8:56 am
Forum: Ren'Py Questions and Announcements
Topic: Small problem with interscript referencing
Replies: 12
Views: 1430

Re: Small problem with interscript referencing

Do you have two different files (battle.rpy, script.rpy)?
Could you post the code where you define ratHP, and the code where you call it?
by fortaat
Fri Oct 22, 2010 8:47 am
Forum: General Discussion
Topic: Intrested in running a VN panel with me in Boston?
Replies: 2
Views: 561

Re: Intrested in running a VN panel with me in Boston?

cloudyssky wrote: And if you're not going to AB or don't even live anywhere near Boston then feel free to give me some topic ideas to talk about during my panel :]
Check this.
by fortaat
Wed Oct 20, 2010 6:24 pm
Forum: Ren'Py Questions and Announcements
Topic: [ SOLVED ] Comparing Strings in Python?
Replies: 4
Views: 1636

Re: Comparing Strings in Python?

Stoopid?

Anyway, try this if you're troubled by spelling.
by fortaat
Wed Oct 20, 2010 4:12 pm
Forum: Ren'Py Questions and Announcements
Topic: [ SOLVED ] Comparing Strings in Python?
Replies: 4
Views: 1636

Re: Comparing Strings in Python?

Try:

Code: Select all

$ yourname = renpy.input("What is your name?", "First name only!", length=40) #Asks for name input

python:

	if  yourname == "JOHN":
       		 $ inteligence += 30
by fortaat
Tue Oct 19, 2010 5:26 pm
Forum: Ideas
Topic: Sakkaku ni Dasu - Finally back in progress
Replies: 5
Views: 1165

Re: Sakkaku ni Dasu - Finally back in progress

Kurokiwa is extremely weak physically, but because he has been bound to his apartment so long, doing nothing but study, watch the news, and study human activity on both the television and the internet, Kurokiwa became mildly autistic, and can't understand human interaction. FTFY Humans need social ...
by fortaat
Mon Oct 18, 2010 9:39 pm
Forum: Ideas
Topic: Not a game... kinda
Replies: 6
Views: 770

Re: Not a game... kinda

I'm not sure I understand. Why do you want a 12 digit code? It's much easier to use python to create a txt file that will print all variables. It's also very easy to import it. I made an example for the export part. Excuse me on the terrible syntax issues: NAME = (raw_input("what's your name?&q...
by fortaat
Mon Oct 18, 2010 8:57 pm
Forum: Ideas
Topic: Not a game... kinda
Replies: 6
Views: 770

Re: Not a game... kinda

It would be much easier to help you if we'll know what you want to do.
If you can't explain how it works, explain the purpose - what should the output be?
by fortaat
Mon Oct 18, 2010 8:40 pm
Forum: Ideas
Topic: Not a game... kinda
Replies: 6
Views: 770

Re: Not a game... kinda

You'll have to be more specific.
What does the script do? Is it in Python, or Ren'py?