Search found 52 matches

by chunderbunny
Sat Mar 15, 2014 8:51 am
Forum: WiP: NaNoRenO
Topic: MorningStar: Grand Tour [VN/SRPG,GxG,Magical Girl][NaNo2014]
Replies: 34
Views: 13596

Re: MorningStar: Grand Tour [VN/SRPG,GxG,Magical Girl][NaNo2

The artwork makes me feel bad. All my battle abilities look terrible by comparison! Battle abilities written: 71 I think that's all of them, so probably on schedule? Need the graphical effects laid out for them and then we're mostly done on the battle system. Ahahaha. As if that's not the most diffi...
by chunderbunny
Sun Sep 12, 2010 2:02 pm
Forum: Completed Games
Topic: MorningStar Zwei (NaNo 2009 late release) v1.2
Replies: 96
Views: 36529

Re: MorningStar Zwei (NaNo 2009 late release) v1.2

I recall when testing the game I beat the final boss with one character about 1 in 10 times, so I think it is really just a case of good luck and a bit of skill. :)

Just make use of those quicksaves I suppose...
by chunderbunny
Fri Jul 09, 2010 6:31 pm
Forum: Ren'Py Questions and Announcements
Topic: The 'If' Statement
Replies: 16
Views: 1765

Re: The 'If' Statement

Unfortunately, I can't see anything in the quoted line in your first post that would be a syntax error, and - as vaanknight notes - there's nothing wrong with your indentation if the text you showed is verbatim from your script file. ... - Secondly, there's a chance that something on a different li...
by chunderbunny
Sun Feb 28, 2010 8:33 pm
Forum: Completed Games
Topic: Digital: A Love Story
Replies: 95
Views: 41926

Re: Digital: A Love Story

:D This game is good! I'll wait until I get to the end before posting a proper review, but as a pre-NaNo snack this is very tasty! Almost every other screen makes me smile. :) Edit: Now I have finished and I have to thank Scout for writing another good story. I love all the little in jokes (especial...
by chunderbunny
Sun Feb 28, 2010 5:04 am
Forum: Creator Discussion
Topic: NaNoRenO 2010
Replies: 51
Views: 14666

Re: NaNoRenO 2010

It seems as though Studio MAB will be entering this year as well. I guess you can look forward to a VN about gurning and table flipping this year? Who knows...

No hybrid VN/RPG this year. Promise.
by chunderbunny
Wed Aug 05, 2009 8:53 am
Forum: Ren'Py Questions and Announcements
Topic: Problem simulating the dice system
Replies: 9
Views: 4403

Re: Problem simulating the dice system

if renpy.random.randint(1,20) = 1: You are using an assignment statement here instead of an equivalence statement. Basically you need to change your '=' to '=='. if renpy.random.randint(1,20) == 1: Do this for all you 'if' statements. :) Edit: Also it occurs to me that you have coded this wrongly a...
by chunderbunny
Mon Jul 27, 2009 3:58 pm
Forum: Creator Discussion
Topic: Storing data in python
Replies: 5
Views: 1086

Re: Storing data in python

If you need persistent data, you can use CVS files, or write a file format of your own using xdrlib/another module or getting the pain of writing/reading it directly using binary data. Or you can even use some DBGS system like MySQL and the likes (which I don't recommend, anyways, unless you're mak...
by chunderbunny
Sun Jul 26, 2009 6:00 pm
Forum: Creator Discussion
Topic: Storing data in python
Replies: 5
Views: 1086

Re: Storing data in python

There are a few ways of doing it, depending on comfortable you are with programming. The simplest would be to use a python dictionary, which stores data as key-data pairs. An empty dictionary is initialised with curly braces: D = {} And then you assign data to the dictionary thus: D['Name'] = 'James...
by chunderbunny
Wed Jun 17, 2009 11:58 am
Forum: Completed Games
Topic: MorningStar Zwei (NaNo 2009 late release) v1.2
Replies: 96
Views: 36529

Re: MorningStar Zwei (NaNo 2009 late release) v1.2

ai-honey wrote:.. but that's his art?
Yeah, it's the same artwork as in the original MorningStar, plus one new character who would have been in the original had time permitted.

Any tweaks to the art were carried out by Fice, although Jake did do the new logo for us.
by chunderbunny
Tue May 26, 2009 4:49 pm
Forum: Creator Discussion
Topic: Licensing your games
Replies: 10
Views: 1652

Re: Licensing your games

GPL is less permissive than MIT, as you don't allow peoples charging for your game or so. I think you might be mistaken here, there is nothing to stop people from charging for GPL software. The main difference between the GPL and BSD/MIT licences is that the GPL does not allow the software to be co...
by chunderbunny
Tue May 05, 2009 5:06 pm
Forum: General Discussion
Topic: Protesting the Pirate Bay Protests
Replies: 103
Views: 13466

Re: Protesting the Pirate Bay Protests

Jake wrote:And now, for the sake of the argument, let us just assume that everyone reading this post owes me £100. You can mail me cheques, money orders or cash, any of those is fine.
Aw man, not again!
by chunderbunny
Tue May 05, 2009 1:02 pm
Forum: Completed Games
Topic: MorningStar Zwei (NaNo 2009 late release) v1.2
Replies: 96
Views: 36529

Re: MorningStar Zwei (NaNo 2009 late release) v1.2

Thank you, it works now. The game felt a lot shorter than the original Morning Star. I'm not sure why. Less text? Shorter battles? A combination of both? Or perhaps my mind is playing tricks because I had enjoyed the original so much? I just remember that game to have been... meatier somehow. I ago...
by chunderbunny
Tue Apr 28, 2009 1:42 pm
Forum: General Discussion
Topic: OSX officially sucks.
Replies: 9
Views: 1260

Re: OSX officially sucks.

All software sucks to some extent.

But anyway, I am reasonably sure that if you boot from the OSX disks you can do a repair install which just re-installs the system stuff without overwriting your files. Obviously you should still do a backup. Even a full wipe + install doesn't take very long.
by chunderbunny
Fri Apr 24, 2009 5:52 pm
Forum: Completed Games
Topic: MorningStar Zwei (NaNo 2009 late release) v1.2
Replies: 96
Views: 36529

Re: MorningStar Zwei (NaNo 2009 late release) v1.1

elmedir wrote:Version 1.1.

Right after Sakaki wakes me up the first day and the road to school is shown the game crashes back to the desktop. I don't get any error messages though. This happens on both easy and normal mode.
Hm, this is unusual. What Operating System are you using?
by chunderbunny
Mon Apr 20, 2009 7:53 pm
Forum: Completed Games
Topic: MorningStar Zwei (NaNo 2009 late release) v1.2
Replies: 96
Views: 36529

Re: MorningStar Zwei (NaNo 2009 late release) v1.1

Updated to Version 1.1. This fixes /most/ bugs that we know about. There is a new installer for Windows which will check if you have the right version of .net installed if you are using Windows XP SP3 or later. Also options to change the text speed are added, and we fixed a few other miscellaneous b...