| moopie August 16 2010 09:09. Posts 12498 | Profile # |
On August 16 2010 07:58 ZeKk wrote: Im curious about how the difficult setting in the campaigne effects the "Lost Viking" game? Or it it the same difficulites regardless of what you choose in the capmagine?
Campaign difficulty has nothing to do with the Lost Viking minigame. |
| | I'm going to sleep, let me get some of that carpet. | |
|
|
| hifriend Sweden. August 16 2010 09:22. Posts 5965 | Profile Blog # |
gave it a shot and got utterly raped by terratron  |
|
|
| sparknineone United States. August 16 2010 12:40. Posts 52 | Profile Blog # |
| More features would've been nice. 3 achievements for a really bland game. |
|
|
| Inhumoff Norway. August 16 2010 22:08. Posts 28 | Profile # |
finaly got the gold one
793k score.but never again
terrible... terrible spacebar 
|
| |
|
| Hollow Canada. August 17 2010 00:48. Posts 2062 | Profile Blog # |
haha... i've just done the 500k achievement and i never used weapon x2 and sticked with the missiles the whole time... should've read on here before to make it easier 
still have a bunch of lives though but i dont feel like going for the high score now.. =s |
| | It was enough for one Hindu prince to see a cripple, an old man, and a corpse to understand everything; we see them and understand nothing, for nothing changes in our life. |
|
|
| Vashalgrim United States. August 17 2010 02:00. Posts 64 | Profile # |
Opossum saved me, it took me a few tries (mostly to get used to the level layout) but I just got Gold on it!
Great thanks Opossum! |
| | "The greatest way to live with honor in this world is to be what we pretend to be." -Socrates |
|
|
| Yuka United States. August 17 2010 03:02. Posts 130 | Profile # |
| I saw what Opossum posted but I'm not sure how to use that. Where would I cut/paste that code into? |
| | Race? No, I'm equally bad with all of them. |
|
|
| hifriend Sweden. August 17 2010 04:27. Posts 5965 | Profile Blog # |
On August 09 2010 08:52 Opossum wrote:This helps a lot: + Show Spoiler +#include <Windows.h>
bool IsKeyDown(int vKey) { return (GetAsyncKeyState(vKey) & 0x8000) != 0; }
int main() { bool press = false; while (true) { if (IsKeyDown(VK_F1)) { press = true; } if (IsKeyDown(VK_ESCAPE)) { press = false; } if (press) { keybd_event(VK_SPACE, 0, 0, 0); keybd_event(VK_SPACE, 0, KEYEVENTF_KEYUP, 0); } Sleep(10); } return 0; }
How do I run this? Needs compiling or w/e?Last edit: 2010-08-17 04:28:47 |
|
|
| Jarhead United States. August 17 2010 04:44. Posts 53 | Profile # |
If you are having trouble on the zerg level, try not shooting very much. Especially around level 5 or 8, when each scourge throws crap at you for every shot. As soon as I realized that you're better off shooting very few of the scourge, and using plasma over side missiles, I immediately got gold with 3 lives remaining.
Plasma with drones is better than side missiles for almost every situation. They can still destroy the randoms flying around, while leaving you enough firepower to take out bosses/minibosses. And scourge only spew crap once when hit by plasmas. Side cannons on the zerg level will scatter the green everywhere. |
|
|
| Opossum Germany. August 17 2010 08:46. Posts 48 | Profile # |
Meh... that code is C++. You need a C++ compiler to make it usable. I uploaded it to google code and included a readily compiled exe file which you guys can use without setting up the compiler and everything yourself. http://code.google.com/p/fastspace/ There you go. For the exe go to Downloads => FastSpace.exe. For instructions read the project summary.
No, it's not a key logger but it's up to you to trust me on that. Just compile the code yourself if you don't.
Only works on windows (because I will never, ever again try and code anything for Mac, ugh).
Not sure what GNU v3 is but just do whatever you want with that source. |
| |
|
| Mellois United States. August 17 2010 10:51. Posts 55 | Profile # |
I did side missiles and drones then got bombs whenever I didn't need drones. I spammed my spacebar and had my pinky on control for whenever I had to go invulnerable.
I preferred side missiles because I could just spam it and just concentrate on dodging projectiles. Though with side missiles boss fights became a lot longer. Don't be afraid to use the bombs if you're about to die. You get plenty of bombs to use and I always had about 8-10 in the bank and I felt I used them pretty often. |
| | "Be formless, shapeless, like water." - Bruce Lee |
|
|
| VonLego United States. August 17 2010 12:41. Posts 515 | Profile # |
I found the game significantly easier when I switched to plasma. I was able to kill some bosses before they used their special attacks. It is also allows you to use just your drones to shoot down the scourge, which makes it very very easy to dodge the explosions (they all stack) while it can be somewhat difficult on occasion when using the side shots.
I also used a G15 macro to press the space bar every tenth of a second, but it wasn't shooting that fast in practice. Saves the fingers! |
|
|
| KOFgokuon United States. August 17 2010 14:29. Posts 11271 | Profile Blog # |
lol, between my second to last and last playthrough, i went from running out of bombs / lives at ~250 k to 500k with 7 lives and 21 bombs left quick improvement ftw |
|
|
| StorrZerg United States. August 17 2010 15:11. Posts 8998 | Profile Blog # |
| finally got it, done with this game woot |
| | Coach/ Manager for Team Fin Follow me on twitter@StorrZerg |
|
|
| HaIf Canada. August 17 2010 15:15. Posts 233 | Profile # |
I don't understand .. I got 500k playing this the first time not knowing what I was doing.
I guess I play too much Touhou :D |
| | life of lively to live to life of full life thx to shield battery |
|
|
| LionsFist Australia. August 18 2010 09:55. Posts 157 | Profile # |
I don't know how people are even considering using side missiles... I found it horrendous on the second level with those because of all the excess screen spam of the green goo (PLAGUUUU) that they throw out all at random angles covering the screen. If you just use the drones and spam hard enough, the angle at which they hit almost never comes towards you, and always sends out the green goo in basically one direct line, making it easy to dodge...
The downside to this is you have to be able to keep your drones up  |
|
|
| Karliath United States. August 19 2010 05:09. Posts 2214 | Profile Blog # |
| What do you mean by difficulty level? Do you just mean the stages of the game, or does casual/normal/hard/brutal actually affect this game? |
|
|
| ZidaneTribal United States. August 19 2010 05:33. Posts 2632 | Profile # |
| u will probably die on the level with scourge unless u use bombs well (lv 5 and 8) |
| |
|
| Karliath United States. August 19 2010 06:16. Posts 2214 | Profile Blog # |
On August 08 2010 17:44 XKiller wrote: If you care and dont want to spend like 3 hours trying for this you can you a trainer for lost viking so much easyier. Disclaimer!!!!!!! ANYONE THAT USES A TRAINER IN MULTIPLAYER SHOULD GET (**************************) (put in want you want i dont want a ban) Don't cheat in a multiplayer game.
I don't want to get banned for using a trainer for Lost Viking T_T. I would never use one for anything else, but I'm kind of an achievement whore, and am not used to these retro games. |
|
|
| blah604 Canada. August 19 2010 12:12. Posts 33 | Profile # |
| ugh, died @ 300k... i kinda messed up on lv, stupid leviathan effed me everytime lol |
|
|
| Prev 1 2 3 4 5 6 7 8 9 10 Next All |
|