Why Why Why ?!!!

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Message
Author
Jake
Support Hero
Posts: 3826
Joined: Sat Jun 17, 2006 7:28 pm
Contact:

Re: Why Why Why ?!!!

#16 Post by Jake »

rimir wrote: I still advice that in his situation it is better to steer clear of VN's.
And I would advise that if he feels Ren'Py with a cheat-sheet is too much of a risk, then he's probably in the kind of environment where he won't be safe until he just steers clear of children. Any society which demonises its teachers doesn't deserve an educated generation following them and picking up their retirement bill.
Server error: user 'Jake' not found

User avatar
Aleema
Lemma-Class Veteran
Posts: 2677
Joined: Fri May 23, 2008 2:11 pm
Organization: happyB
Tumblr: happybackwards
Contact:

Re: Why Why Why ?!!!

#17 Post by Aleema »

When I was a kid (those ever few years ago), we were only allowed to program in Logo, Turbo Pascal, BASIC, Visual Basic, C, C++, and other similar languages that I can't recall anymore. I don't know what kind of high school has a "Game Design" class, but I should've gone there. o_O All our computer classes were called "Problem Solving" because that's what they were building. Visual Basic is a relatively safe medium here, and it does allow a hands-on approach to how your programs will look. Our class made a bunch of games on it, so I would recommend it here.

Jake
Support Hero
Posts: 3826
Joined: Sat Jun 17, 2006 7:28 pm
Contact:

Re: Why Why Why ?!!!

#18 Post by Jake »

Aleema wrote:Visual Basic is a relatively safe medium here, and it does allow a hands-on approach to how your programs will look. Our class made a bunch of games on it, so I would recommend it here.
As it goes, it's pretty off-topic but VB has been changed quite radically between versions 6 and 7; it's no longer really VB, just a cut-down subset of C# with funny keywords... I can't see much of a reason for anybody to program in VB any more.

But really, if you introduce a non-specialised language like BASIC, C* or Java or whatever, you're going to spend more time teaching programming than teaching game design; it would definitely be worth spending some time looking for specialised alternatives that allow for rapid prototyping without having to mess around with programming notions. Back in the day there was "Klik and Play", which was trying to be just that; IIRC the spiritual successors these days are things like Multimedia Fusion [2].
Server error: user 'Jake' not found

scotty42

Re: Why Why Why ?!!!

#19 Post by scotty42 »

I wish I had the time to reply individually to all of the excellent feedback.
First, I am VERY impressed at the very intelligent responses from this community!
I think what I will do is just remove the H references in the demo and make a cheat sheet as suggested. While I do teach scripting and coding in the club, recently I have had a huge influx of new members that are artists and writers and the VN genre is the perfect avenue to retain them.
Thank you so much!

LVUER
King of Lolies
Posts: 4538
Joined: Mon Nov 26, 2007 9:57 pm
Completed: R.S.P
Location: Bandung, West Java, Indonesia
Contact:

Re: Why Why Why ?!!!

#20 Post by LVUER »

Jake wrote:... I can't see much of a reason for anybody to program in VB any more.
Because it's still high in demand? Many companies in my country still actively searching VB.NET programmers.

User avatar
PyTom
Ren'Py Creator
Posts: 16096
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Why Why Why ?!!!

#21 Post by PyTom »

scotty42 wrote:I think what I will do is just remove the H references in the demo and make a cheat sheet as suggested. While I do teach scripting and coding in the club, recently I have had a huge influx of new members that are artists and writers and the VN genre is the perfect avenue to retain them.
Thank you so much!
If you can, please post what you create on the Wiki. This will help out others in your position, even if I can't spare the time for it myself.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

Jake
Support Hero
Posts: 3826
Joined: Sat Jun 17, 2006 7:28 pm
Contact:

Re: Why Why Why ?!!!

#22 Post by Jake »

LVUER wrote:
Jake wrote:... I can't see much of a reason for anybody to program in VB any more.
Because it's still high in demand? Many companies in my country still actively searching VB.NET programmers.
Oh, sure - but that's a reason for an individual programmer to write in VB.NET. What I meant - sorry if I wasn't clear enough - is that I don't see any reason for a company to decide to use VB.NET for their software project.

VB.NET is more or less just a slightly-crippled version of C#, you need to know all the same programming concepts, use all the same libraries as you would for C#, but you can't so so much stuff. Normally the obvious answer would be that you have a load of programmers who know VB.NET but don't know C#, but frankly - it's scrapped a load of the old VB6 stuff and replaced it with the standard .NET object model, so your programmers are going to have to retrain anyway.

(At least, this was all the case when it was first released; I've not been paying such close attention to VB.NET developments in later versions of .NET simply because I'm a C# programmer.)
Server error: user 'Jake' not found

LVUER
King of Lolies
Posts: 4538
Joined: Mon Nov 26, 2007 9:57 pm
Completed: R.S.P
Location: Bandung, West Java, Indonesia
Contact:

Re: Why Why Why ?!!!

#23 Post by LVUER »

My friends told me that VB.NET undergo big changes starting from 2008 version (and I only have used up to 2005 version). Don't know if it's getting better.

Jake
Support Hero
Posts: 3826
Joined: Sat Jun 17, 2006 7:28 pm
Contact:

Re: Why Why Why ?!!!

#24 Post by Jake »

LVUER wrote:My friends told me that VB.NET undergo big changes starting from 2008 version (and I only have used up to 2005 version). Don't know if it's getting better.
All .NET languages have, though - they've introduced a load of new (pretty useful) stuff in the 2008 editions.
Server error: user 'Jake' not found

JinzouTamashii
Eileen-Class Veteran
Posts: 1686
Joined: Mon Sep 21, 2009 8:03 pm
Projects: E-mail me if you wanna rock the planet
Location: USA
Contact:

Re: Why Why Why ?!!!

#25 Post by JinzouTamashii »

What's VB.net?
Don't worry, we can get through it together. I didn't forget about you! I just got overwhelmed.
https://cherylitou.wordpress.com

Jake
Support Hero
Posts: 3826
Joined: Sat Jun 17, 2006 7:28 pm
Contact:

Re: Why Why Why ?!!!

#26 Post by Jake »

JinzouTamashii wrote:What's VB.net?
VB 6 was the last version of VB which was actually derived from the original Visual Basic - after that it got replaced with VB.NET (this happened around 2001, off the top of my head), which is a language superficially similar to VB 6, but quite different structurally. It compiles to run on the same .NET platform as C# does.
Last edited by Jake on Mon Oct 05, 2009 3:34 pm, edited 1 time in total.
Server error: user 'Jake' not found

JinzouTamashii
Eileen-Class Veteran
Posts: 1686
Joined: Mon Sep 21, 2009 8:03 pm
Projects: E-mail me if you wanna rock the planet
Location: USA
Contact:

Re: Why Why Why ?!!!

#27 Post by JinzouTamashii »

Oh ... I was hoping it stood for Visual Book, an alternate coding system to make visual novels in. (*≧▽≦)

English acronyms are hard if you have to guess from context ...
Don't worry, we can get through it together. I didn't forget about you! I just got overwhelmed.
https://cherylitou.wordpress.com

Sin
Veteran
Posts: 298
Joined: Thu Oct 18, 2007 3:43 am
Contact:

Re: Why Why Why ?!!!

#28 Post by Sin »

Jake wrote:If someone is worried about the things associated with Ren'Py because kids might poke around associated sites and find stuff their parents don't want them to see, and they might lose their job, Novelty is a worse proposition; if these hypothetical kids poke around on Sin's sites the teacher's more likely to get executed!
Is that supposed to be a joke? In any case I find it is grossly offensive.
To insinuate that what my work on Novelty and my work as a freelance artist are in any way related is patently wrong. In case you didn't know there's a thing called 'professionalism'.

Novelty is a new engine but it's gaining adoption every day and I'm confident in calling it stable. So far there hasn't been many games completed with Novelty and to be honest I still don't have a policy on hentai yet. It simply hasn't ever been a problem.

Novelty is an extremely safe product to recommend to students. Jake is just being an idiot.

PS. I just released a new version, with lots of new features to help beginners as well as a more reliable engine.
http://www.youtube.com/watch?v=JyGn0uZBT0I

JinzouTamashii
Eileen-Class Veteran
Posts: 1686
Joined: Mon Sep 21, 2009 8:03 pm
Projects: E-mail me if you wanna rock the planet
Location: USA
Contact:

Re: Why Why Why ?!!!

#29 Post by JinzouTamashii »

I'm sorry to keep on doing this, but what's Novelty?

I haven't lurked recently ...
Don't worry, we can get through it together. I didn't forget about you! I just got overwhelmed.
https://cherylitou.wordpress.com

User avatar
Aleema
Lemma-Class Veteran
Posts: 2677
Joined: Fri May 23, 2008 2:11 pm
Organization: happyB
Tumblr: happybackwards
Contact:

Re: Why Why Why ?!!!

#30 Post by Aleema »

JinzouTamashii wrote:I'm sorry to keep on doing this, but what's Novelty?

I haven't lurked recently ...
http://www.visualnovelty.com/
It's a what-you-see-is-what-you-get visual novel editor.

Post Reply

Who is online

Users browsing this forum: Lacha