Search results

  1. P

    Funny, Strange, Random Pics

    We all know this will be SJW bi-Joe in the next movie.
  2. P

    Funny, Strange, Random Pics

  3. P

    Funny, Strange, Random Pics

    On my way to work in the morning.
  4. P

    Funny, Strange, Random Pics

  5. P

    Funny, Strange, Random Pics

  6. P

    Starfield - Fallout fallout that isn't ES6

    Who ordered a space game? They could have made Skyrim 2 and I would have been all over it like a fat kid in a candy store.
  7. P

    Armored Core VI Fires of Rubicon (FromSoftware)

    I don't need to, you say... Imagine I'm a gaming journalist. Does that change your answer?
  8. P

    Armored Core VI Fires of Rubicon (FromSoftware)

    Can you farm to overlevel stuff? I would never have completed any souls game without summoning help, so I would need to be seriously OP to get anywhere in this game I assume.
  9. P

    Baldur's Gate 3 by Larian Games

    I need help. I can't stop shoving enemies, even if it's not to my advantage.
  10. P

    Funny, Strange, Random Pics

  11. P

    Funny, Strange, Random Pics

  12. P

    Funny, Strange, Random Pics

  13. P

    Super Knight Man in Steel - Made by Our Own pwe!

    This is it for now. Balance is as I prefer. Challenging, but I can complete it. It's pretty chaotic the last half or so, but I find it really fun. And I think the boss turned out really well, if quite simple. And credits to ChatGPT for a story :p Fixed save issue, so back on Newgrounds...
  14. P

    Super Knight Man in Steel - Made by Our Own pwe!

    Not related but a pierce mod would make range on knives a much more desirable stat. An alternative to the fan of knives could be a chain effect? Where the knife jumps to the nearest enemy and then you could have more chains for this effect vs more pierce for the fan effect. @Kyougou I've added...
  15. P

    Super Knight Man in Steel - Made by Our Own pwe!

    That's cool. I'm just about to get to the part where I will look at the feedback, but plenty of other things I can do still.
  16. P

    Super Knight Man in Steel - Made by Our Own pwe!

    What the actual f... I didn't realize save games where consistently lost on Newgrounds every time a new version was uploaded (reason: their internal url changes). Using this link save games will NOT be lost: Unity hosted That will be the only location for now, since Steam is the target...
  17. P

    Super Knight Man in Steel - Made by Our Own pwe!

    If you give it a go it would be awesome if you could comment on the difficulty. It would be a great help for the balancing phase.
  18. P

    Super Knight Man in Steel - Made by Our Own pwe!

    Final boss added (at 15:00). The game can now be completed. Link Next: more variety balancing (will look at feedback) polish
  19. P

    Funny, Strange, Random Pics

  20. P

    Super Knight Man in Steel - Made by Our Own pwe!

    Ah, I get it. V0.81 is the latest relased, so that looks correct.
  21. P

    Super Knight Man in Steel - Made by Our Own pwe!

    That's me showing that. Every player gets a random id for statistics, or reuses the existing one stored in browser data. 'Logged in' is just a debug message showing me that the user has an id, and the stats server has been reached (I use Playfab). I don't really need that message anymore. 0.81...
  22. P

    Super Knight Man in Steel - Made by Our Own pwe!

    Added to list for later. @Edaw Also added your comments to list.
  23. P

    Super Knight Man in Steel - Made by Our Own pwe!

    I'm not even sure how to calculate the effect of more knives and cd. As you've seen, a number of knives are thrown, with a short cd between, and then another longer cd before next round: throw 4 knives with shortCd between (0.4 etc are added to this. If total is 4.4 it means 0.4 left for next...
  24. P

    Super Knight Man in Steel - Made by Our Own pwe!

    "I don't have good replacement suggestions but will give it some thought." That would be awesome! Only problem is it might be hard for me to keep up with all the information, since I unfortunately also have less fun things to do. But this thread is a log, if a bit messy. Edit: I love the saw...
  25. P

    Super Knight Man in Steel - Made by Our Own pwe!

    There is a bit of version confusion here. Newgrounds appeared to still have an older version, which was the easy version. I now upgraded to the harder version (I think I also "tuned" (nerfed) frost) and my settings were reset. I don't have time to look into this, and probably won't since things...
  26. P

    Super Knight Man in Steel - Made by Our Own pwe!

    Cooldown reduction: Initial: public float SawBladeBaseCd = 6.0f; public float SawBladeCdMul = 1.0f; Selecting 20% reduction: SawBladeCdMul -= 0.2f; Cd: nextThrow_ = GameTime + PlayerUpgrades.Data.SawBladeBaseCd * PlayerUpgrades.Data.SawBladeCdMul; And yes, that does go to 0...
  27. P

    Super Knight Man in Steel - Made by Our Own pwe!

    That moves keybinding down the list :-) Might just do partial controller support at the same time (just in-game upgrades/pause, not main menu).
  28. P

    Super Knight Man in Steel - Made by Our Own pwe!

    First try... I assume you already had some upgrades? Because I am getting my duck kicked by the large formation at ~6:20.
  29. P

    Super Knight Man in Steel - Made by Our Own pwe!

    This is a goldmine! My plan is: - Keybinding. - Use a few days to finish the boss (no time tomorrow). - Add a few final abilities, aiming for something that is fun to use and not just damage. - Possibly extending beyond 15 minutes, that would be very easy. - Adding more variety, like more...
  30. P

    Super Knight Man in Steel - Made by Our Own pwe!

    Arrow keys works too, if they have better placement. Keybinding is nice... I guess it wouldn't be a big effort. It's just that it only benefits the minority :p I will add it, never implemented it before so will be fun.
  31. P

    Super Knight Man in Steel - Made by Our Own pwe!

    Do complain. I haven't really looked at the numbers since I want some more nice knife upgrades and that might mess it up again (ex knifes jumps to a nearby target for less damage) Edit: I think you missed the unintentionally way too easy version.
  32. P

    Super Knight Man in Steel - Made by Our Own pwe!

    Recovering pirate. I could get ChatGPT to write some lore. Will probably do that. A knight and a pirate duck walks into a bar.
  33. P

    Super Knight Man in Steel - Made by Our Own pwe!

    Damn.. u rich... (did you find a cheat?) I screwed up balancing, posting a significantly harder version in a moment. Then I'll take my time with the next version to ensure better quality. Edit: uploaded new version.
  34. P

    Super Knight Man in Steel - Made by Our Own pwe!

    That makes you a lot better than me, but you are right. I just tested from scratch and it was much easier than I expected. The required time to test really adds up when seemingly minor changes can have a big impact when starting over. And thanks a lot for the feedback! It's what keeps me...
  35. P

    Super Knight Man in Steel - Made by Our Own pwe!

    Made a literal shitload of changes. Balance, polish, variety. And most important of all. A familiar level up ding. Unity hosted
  36. P

    Super Knight Man in Steel - Made by Our Own pwe!

    Cool, thanks for input. I'm trying to do some more varied spawning atm, probably splitting it up in 5 min episodes with a boss at the end. Game design is fun, but the endless options makes it hard for a n00b. You are right that the synergies for the dagger upgrades are too good. They all just...
  37. P

    Super Knight Man in Steel - Made by Our Own pwe!

    Cool, I will have a look... a listen. A new version is published with the save method changed.
  38. P

    Super Knight Man in Steel - Made by Our Own pwe!

    I get to use the music for free provided the game is also free. They have A LOT of cool tunes: 8 Bit Universe. I will probably change the intro tune, but so many to choose from...
  39. P

    Super Knight Man in Steel - Made by Our Own pwe!

    It does get logged but currently I have no way of summing things up to some useful information. It would be very nice. Priorities, priorities...
  40. P

    Super Knight Man in Steel - Made by Our Own pwe!

    That sucks. I have an alternative I can try. I do get some info. Not perfect but far better then nothing. 75 unique players so far, and 5 or so are me. Not a lot :) EDIT: and if you can't save anything you will probably also have multiple users created. So very few people tried it. Which is...