Which will come first?

Forum organization and occasional community-building.
Forum rules
Questions about Ren'Py should go in the Ren'Py Questions and Announcements forum.

Which will come first?

Poll ended at Wed Sep 14, 2005 4:20 pm

300 users
9
43%
10,000 posts
12
57%
 
Total votes: 21

Message
Author
denzil
Veteran
Posts: 293
Joined: Wed Apr 20, 2005 4:01 pm
Contact:

#61 Post by denzil »

Practice makes purrrfect.
Finished projects: Broken sky .:. colorless day .:. and few more...

ShiraiJunichi
Miko-Class Veteran
Posts: 651
Joined: Sat May 21, 2005 12:28 pm
Location: University of Utah
Contact:

#62 Post by ShiraiJunichi »

7r1pp¥...

EDIT:

Hahahahaa. I clicked on a user's name to see their profile, and I got this message:
$0rry, 8u7 7h47 u53r d03Z n07 3x157.

Alessio
Miko-Class Veteran
Posts: 576
Joined: Fri May 07, 2004 9:40 am
Completed: GO! Magical Boy (2006), Angelic Orbs (soundtrack)
Projects: Cyberlin (in progress)
Location: Finland
Contact:

#63 Post by Alessio »

That's hilarious! Fantastic! Can we run that script over our VNs as well? You know, to get l33t version V15u4| N0v3|Z... "M4rry M3, M15470!" and such...

denzil
Veteran
Posts: 293
Joined: Wed Apr 20, 2005 4:01 pm
Contact:

#64 Post by denzil »

Alessio wrote:
That's hilarious! Fantastic! Can we run that script over our VNs as well? You know, to get l33t version V15u4| N0v3|Z... "M4rry M3, M15470!" and such...
The original script is GPLed so there might be legal problems with using it alongside nonGPLed games, but writing a new one should be easy. Something like:

Code: Select all

def leet(string):
    from string import replace
    replaces = [("s","$"),("e","3"),....]
    for (normal, leet) in replaces:
        string = replace(string, normal, leet)
    return string
Practice makes purrrfect.
Finished projects: Broken sky .:. colorless day .:. and few more...

Post Reply

Who is online

Users browsing this forum: No registered users