Pages

Tuesday, May 11, 2010

uhhh...i got some bad news O_o , ... i'll be moving to hokkaido *specifically in sapporo* (for further schooling), internet access there is ok but i better get serious in the next part of my life, i haven't made a VN yet, its quite short but a fun moment of my life. I played original OVELN's and love to do this UI for my project but since it has come to this i won't be updating anymore..

to blackrabbit thank you for the follow, i'm sure you'll create a great VN...
so its time to face RL and move on. (still i'll be creating drawings since its my hobby)...

Since account here can't be deleted so i'll leave it here...


till next time FLUFFYCURRY (i'll be back better in english than anyone)

its not a rush decision btw, it has been decided a long time before i even graduate at HS,
so here...it...is hokkaido here i GO!!

info:
(i'm not born a Japanese btw i just live there *1/2 jap maybe since my father is a jap*)

WAAAH sorry again

I haven't posted something for a while

since i have nothing to post VN related O_O cause i've been busy doing lots of drawings for the past few days.

tired to do a visual novel myself so i joined a project...
(im creating UI btw *which is not my specialty but then again we do to improve*)

Working on UI for IDOL WORLD

so here is what i have for now


O-o lets see if this would be accepted...


EDIT : yey its 100% ok (said by the project head),

i'll change the chars (cause i happen to just slapped in artworks),
get the option screen work
get the yes/no promt up and running
do designs for the navigation screen

now then...

*THUD* sleeps

Friday, April 23, 2010

Drawing for this blog

O-o, so this is again a sketch

drawn and colored in
Paint Tool Sai


*I'll try to do more complex art next time for this blog*

:D, I'm actually thinking of creating my own VN, now its finally my vacation, this can be possible :>

i'll be back with a drawing (maybe a poster for my VN :>)

:>

Tuesday, April 20, 2010

WAAAAHHHHHH, learning programing is hard stuffs O_o

I made a few mistakes (giving out wrong solution to people at lemmasoft)

ok remember this...

There are 2 kind of skipping in Renpy Terminology
Skip 1 = is skipping the scene by the press of the mouse or keyboard (or joystick)*some call it next*
Skip 2 = is skipping the scene (by means of fast paced viewing,preference auto-skipping)

how can one disable skipping (skip 1) at the start of the splashscreen label so that their video will play uninterrupted or to have their splashscreen play uninterupted...to actually do this YOU NEED TO DISABLE ALL user inputs..(since there are so many ways to actually "Skip 1" stuffs)

$ config.joystick = False #disables joystick
# is there config.keyboard and config.mouse so that it could easily be disabled
# the following below are based on the keymaps provided by PyTom

$ config.keymap['skip'].remove('K_LCTRL')
$ config.keymap['skip'].remove('K_RCTRL')
$ config.keymap['toggle_skip'].remove('K_TAB')
$ config.keymap['fast_skip'].remove('>')
$ config.keymap['rollback'].remove('K_PAGEUP')
$ config.keymap['dismiss'].remove('mouseup_1')
$ config.keymap['dismiss'].remove('K_RETURN')
$ config.keymap['dismiss'].remove('K_SPACE')
$ config.keymap['dismiss'].remove('K_KP_ENTER')
$ config.keymap['rollforward'].remove('mousedown_5')
$ config.keymap['rollforward'].remove('K_PAGEDOWN')
$ config.keymap['rollback'].remove('mousedown_4')

the code above disables the keymap :D, IT DISABLES BUTTONS inputed from the MOUSE and THE KEYBOARD (i think)

i know that to reset it back you need to append it (replacing "remove" with "append")
ex: $ config.keymap['rollback'].append('mousedown_4')

i feel that there is an easier way to do this (please shed some light)
the overlay code by JC O_o seems not to be working for me...since i got transitions.
and he said "transition overrides the overlay"

Next is the Skip 2, this is quite easy :>
the following code below just disables skipping or the Skip 2(the fast paced function of Renpy)

$ config.skipping = False

#CODE CODE CODE

$ config.skipping = True #returns skipping mode


I need to study more Renpy Programming since it could save lives (just as mugenjohncel said here)

my entry art to a visual novel project by Shiori link here

Pain Tool Sai,
Roughly 30-45 mins (still quick)