http://www.youtube.com/watch?v=q3BdkToI5Bc
:P
Crazy folks!
~Kujila
In response to Mecha Destroyer JD
|
|
I think it will be $19.95 when it's released... also look at what the FAQ currently says:
"Is there a cost for every time I play? At this time we have not finalized our pricing structure, however those who pre-order Gwabs will be locked in for unlimited fights through the life of their account." So it might be a good idea to pre-order! :) ~Kujila |
In response to Satans Spawn
|
|
I think the video presented may have been either Beta-work or perhaps even video developed to promote the game, but for $10 you can't go wrong, especially since this has a lot of potential.
~Kujila |
In response to Danial.Beta
|
|
In response to Kujila
|
|
preordered. See ya all at the feeding;)
|
In response to Kujila
|
|
Thanks Kujila!
And yes, after they "Fed Google" as a publicity stunt, they went from a few thousand page views to I think 40-60k page views in just a day or so because they got on the front page of Digg. |
In response to Kujila
|
|
Yeah I wanna, I'll see if there some way I can put some money on the internet. :( Do they accept snail mail payment? '-.-
|
In response to Mecha Destroyer JD
|
|
it looked like paypal only to meh
|
In response to Kunark
|
|
Got someone from a forum I host to sign-up too...
|
In response to Kujila
|
|
I don't see why not.
|
In response to Kunark
|
|
Also, I have a widescreen monitor (1440x900) so I pray it works ok with it. :(
~Kujila |
To help Gwabs get some publicity, I made a myspace group dedicated to the game:
http://groups.myspace.com/gwabs So everyone who has a myspace, come and join! I made the CSS and everythin'. |
In response to Kunark
|
|
Since I don't want to join Myspace, I'm gonna try to help with the CSS from here. This is a bit of a stretch, but it may work for the Post Reply button.
div table tr td table tr td table tr td div a {} If that doesn't work, try removing the "a" or some of the stuff at the beginning. As I said, it's a bit of a stretch, but worth a shot. For the footer, I believe "#msft" is what you're looking for. However, they seem to have manually set it's style in the html itself, so I don't know if your style sheet can overide it. I hope those work, and I wish you luck! |
What is the song in the beginning of the video? It sounds familiar. Anyone know? Can't Stop - Red Hot Chili Peppers |
In response to DarkCampainger
|
|
It can override it, but that's not the problem. The problem is that "#" is filtered out of their text when you publish.
And I've seen something like that first example you put before.... Mind explaining to me exactly what it does? :) |
In response to Kunark
|
|
Kunark wrote:
And I've seen something like that first example you put before.... Mind explaining to me exactly what it does? :) Well, what it should do, for a lack of a better metaphor, is map out the ancestry of the element. So this one would only apply to links that are in a div, contained in a td, inside of a tr tag, part of a table that is in another td tag, incased in a tr tag, part of a much larger table, all in one div. "div table tr td table tr td table tr td div a" You might be able to just cut it down to: "table tr td div a" That's my understanding of it, anyway. I don't how far the average browser is willing to go to trace something like that. Also, this is just an idea I had when I saw something like ".comment .title", I'm not 100% sure it will work the way you want. "#" is filtered out of their text when you publish That's strange. I've never used MySpace, but from what I had heard, I assumed it was more customizable than that. Where are you trying to put it? Do they have a stylesheet to edit? Maybe you can use the trick above to reference them. |
~Kujila