|
From: Lasse Kärkkäi. <tr...@us...> - 2010-12-10 00:07:09
|
Module: web
Branch: bluestyle
Commit: c78731992235d8f4d522f651bc8fcb2029606962
Author: Lasse Karkkainen <tro...@tr...>
Date: Fri Dec 10 01:06:55 2010 +0100
About page updates
---
htdocs-binary/imgs/pose.png | Bin 0 -> 18627 bytes
htdocs-binary/style.css | 11 ++++++-----
htdocs-source/about.txt | 17 +++++++++--------
htdocs-source/index.txt | 2 +-
4 files changed, 16 insertions(+), 14 deletions(-)
diff --git a/htdocs-binary/imgs/pose.png b/htdocs-binary/imgs/pose.png
new file mode 100644
index 0000000..9ba87e0
Binary files /dev/null and b/htdocs-binary/imgs/pose.png differ
diff --git a/htdocs-binary/style.css b/htdocs-binary/style.css
index 99b40c4..2d1ab5e 100644
--- a/htdocs-binary/style.css
+++ b/htdocs-binary/style.css
@@ -95,11 +95,6 @@ body {
width: 150px;
}
-
-.picmargin {
- margin-left: 250px;
-}
-
.center {
text-align: center;
}
@@ -162,6 +157,12 @@ h3 {
white-space: pre;
}
+.thumb {
+ width: 128px;
+ margin-bottom: 30px;
+ -webkit-box-reflect:below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgba(255,255,255,0.3)));
+}
+
.margin {
margin: 2em 0;
}
diff --git a/htdocs-source/about.txt b/htdocs-source/about.txt
index 43c20e0..b0f9097 100644
--- a/htdocs-source/about.txt
+++ b/htdocs-source/about.txt
@@ -1,30 +1,33 @@
What is it?
-:h2:Performous in a nutshell
-
-:h3:Vocals
+:h2:Vocals
Pick up your microphone and start singing. The game won't just score your performance but your pitch is constantly displayed so you can correct the mistakes and actually learn to sing... And then beat your friends in multiplayer mode :)
For those who <em>sing rather than well</em>, a karaoke mode is provided. In this mode only lyrics are displayed and there are no notes or scoring.
-:h3:Guitar and drums
+:h2:Guitar and drums<img src="imgs/pose.png" alt="holding keyboard" style="float:right" class="margin">
Pick up your keyboard like this... Or if you prefer, connect one of those guitar controllers you can buy for almost nothing at your local gaming store. Playing a plastic guitar with five buttons sure isn't like the real thing but it just happens to be a good deal easier to learn and thus a hit at your party. Just make sure that the guys holding your guitar controllers allow others to play too.
Playing drums is like the real thing, especially if you happen to be lucky enough to have one of those professional MIDI drum sets. For the rest of us the el cheapo band game controllers will have to do.
-:h3:Dance
+:h2:Dance
Let the rhythm guide your feet when you show your dance moves on a dance pad, or just be a geek and use the keypad with your fingers instead. The graphics ain't hot yet but nonetheless you can dance all the same.
+:h2:See it in action
+
+ :>div,~margin
+ <iframe title="YouTube video player" class="youtube-player" type="text/html" width="640" height="510" src="http://www.youtube.com/embed/soYIbsVmcyU?rel=0&autoplay=1" frameborder="0"></iframe>
+
:h2:Features
Vocals, guitars (lead/rhythm/bass), drums and dancing with multiplayer support
Extremely good singing pitch detection (usable even with laptop or webcam microphones)
Intelligent gameplay determines what the player attempted to do
Avoid accidental hammer-ons / pull-offs, among other things
- No more "wtf, I didn't do any mistake there" feeling (hopefully)
+ No more "wtf, I didn't make any mistake there" feeling
Controllers are autodetected (no need to configure keys)
Song formats: <a href="http://google.com/search?q=FoF+songs" target="_new">FoF</a>, <a href="http://google.com/search?q=UltraStar+songs" target="_new">UltraStar</a>, SingStar PS2 DVD (with ss_extract), <a href="http://google.com/search?q=StepMania+songs" target="_new">StepMania</a>
C++ for high performance, rapid development and solid code
@@ -39,5 +42,3 @@ Let the rhythm guide your feet when you show your dance moves on a dance pad, or
USB guitars and drums (Guitar Hero, Rock Band)
USB dance pad for dancing (various brands)
-A regular PC keyboard can be used as a controller so don't worry if you don't have all of the plastic toys yet. Rock Band 3 real controllers are not currently supported (properly) but we will look into that as soon as we get our hands on those.
-
diff --git a/htdocs-source/index.txt b/htdocs-source/index.txt
index 3ed07a0..57d47cb 100644
--- a/htdocs-source/index.txt
+++ b/htdocs-source/index.txt
@@ -1,7 +1,7 @@
The All-in-One Music Game
:>div
- <div id="showcase" style="background: url('imgs/showcase.jpg') repeat-x; width: 640px; height: 96px; margin-bottom: 30px; -webkit-box-reflect:below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgba(255,255,255,0.3)));"></div>
+ <div id="showcase" class="thumb" style="background: url('imgs/showcase.jpg') repeat-x; width: 640px; height: 96px;"></div>
<script type="text/javascript" src="showcase.js"></script>
Everybody loves music and while one might be too shy to dance or sing, there is always some part for everyone. Performous is about improving your skills and having fun at the same time. No special hardware required, you may play guitar on your PC keyboard, sing on your laptop microphone and so on. If you do have SingStar microphones, Guitar Hero or Rock Band instruments, or dance pads, just plug them into your USB ports and start rocking!
|