Skip to content

Commit

Permalink
fresh version v1.0 from VNAnon's Mediafire page
Browse files Browse the repository at this point in the history
  • Loading branch information
antonizoon committed Dec 26, 2014
0 parents commit bebbf2b
Show file tree
Hide file tree
Showing 28 changed files with 1,988 additions and 0 deletions.
102 changes: 102 additions & 0 deletions HELP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
[[edit](/w/index.php?title=renpy/Help&action=edit&section=1 "Edit section: Basic Help")] Basic Help
---------------------------------------------------------------------------------------------------

To advance through the game, `left-click` or press the `space` or
`enter` keys. When at a menu, `left-click` to make a choice, or use the
arrow keys to select a choice and `enter` to activate it.

### [[edit](/w/index.php?title=renpy/Help&action=edit&section=2 "Edit section: Game Menu")] Game Menu

When playing a game, `right-click` or press the `escape` key to enter
the game menu. The game menu gives the following choices:

Return
: Returns to the game.
Save Game
: Allows you to save a game by clicking on a save slot.
Load Game
: Allows you to load a game by clicking on a save slot. Clicking on
"Auto" accesses the automatic save slots.
Preferences
: Changes the game preferences (options/configuration):
Display
: Switches between fullscreen and windowed mode.
Transitions
: Controls the display of transitions between game screens.
Text Speed
: Controls the rate at which text displays. The further to the
right this slider is, the faster the text will display. All the
way to the right causes text to be shown instantly.
Joystick
: Lets you control the game using a joystick.
Skip
: Chooses between skipping messages that have been already seen
(in any play through the game), and skipping all messages.
Begin Skipping
: Returns to the game, while skipping.
After Choices
: Controls if skipping stops upon reaching a menu.
Auto-Forward Time
: Controls automatic advance. The further to the left this slider
is, the shorter the amount of time before the game advances. All
the way to the right means text will never auto-forward.
Music, Sound, and Voice Volume
: Controls the volume of the Music, Sound effect, and Voice
channels, respectively. The further to the right these are, the
louder the volume.

Main Menu
: Returns to the main menu, ending the current game.
Help
: Shows this help screen.
Quit
: Exits the game; the game will be closed and ended.

### [[edit](/w/index.php?title=renpy/Help&action=edit&section=3 "Edit section: Key and Mouse Bindings")] Key and Mouse Bindings

Left-click, Enter
: Advances through the game, activates menu choices, buttons, and
sliders.
Space
: Advances through the game, but does not activate choices.
Arrow Keys
: Selects menu choices, buttons, and sliders.
Ctrl
: Causes skipping to occur while the ctrl key is held down.
Tab
: Toggles skipping, causing it to occur until tab is pressed again.
Mousewheel-Up, PageUp
: Causes rollback to occur. Rollback reverses the game back in time,
showing prior text and even allowing menu choices to be changed.
Mousewheel-Down, PageDown
: Causes rollforward to occur, cancelling out a previous rollback.
Right-click, Escape
: Enters the game menu. When in the game menu, returns to the game.
Middle-click, H
: Hides the text window and other transient displays.
F
: Toggles fullscreen mode
S
: Takes a screenshot, saving it in a file named screenshotxxxx.png,
where xxxx is a serial number.
Alt-M, Command-H
: Hides (iconifies) the window.
Alt-F4, Command-Q
: Quits the game.
Delete
: When a save slot is selected, deletes that save slot.
v
: Toggles self-voicing mode, which reads text to the user using an
os-supplied speech synthesizer. For more information, please read
the
[self-voicing](http://www.renpy.org/dev-doc/html/self_voicing.html)
documentation.

[[edit](/w/index.php?title=renpy/Help&action=edit&section=4 "Edit section: Legal Notice")] Legal Notice
-------------------------------------------------------------------------------------------------------

This game uses source code from a number of open source projects. For a
list, and a location where the source code can be downloaded from,
please view the LICENSE.txt file in the renpy directory, or visit
[http://www.renpy.org/wiki/renpy/License](http://www.renpy.org/wiki/renpy/License "http://www.renpy.org/wiki/renpy/License")
.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
**A Tsundere Christmas Carol** is a heartwarming anime parody comic posted every Christmas Eve to 4chan's /a/ since 2011.

A Ren'Py visual novel rendition of this story has been worked on [since 2011.](http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=13155) After the huge publicity following the [2014 /a/ sticky](https://archive.moe/a/thread/118778767), the author decided to rush and release a finalized 1.0 version. The author is anonymous, but seems to have named themselves VNAnon. Thanks a lot, man.

To preserve this impressive work of art for *Christmas future*, this visual novel and it's source code has been archived by the [Bibliotheca Anonoma](http://github.com/bibanon/bibanon/wiki) and can be downloaded from this Github repository.

## Downloads

If you just want to play the visual novel, download the full executable from Github Releases below:

* v1.0
* [Windows]()
* [Mac OS X]()
* [Linux]()

## Source Code

The source code in this repository contains the game files and scripts. Note that you must add your own Ren'Py runtime libraries (and point it at the `game` folder) to actually play the game.

Since it uses Ren'Py, a crafty dev can probably use the source code in this repository to create an **Android, iPhone**, or even OpenPandora port.
Binary file added game/archive.rpa
Binary file not shown.
Binary file added game/break.ogg
Binary file not shown.
Binary file added game/bytecode.rpyb
Binary file not shown.
Binary file added game/collapse.ogg
Binary file not shown.
Binary file added game/ending.mp3
Binary file not shown.
Binary file added game/final.mp3
Binary file not shown.
Binary file added game/flash.ogg
Binary file not shown.
Binary file added game/font.ttf
Binary file not shown.
Binary file added game/ghost.mp3
Binary file not shown.
Binary file added game/monster.ogg
Binary file not shown.
Loading

0 comments on commit bebbf2b

Please sign in to comment.