Jump to content

josk

Members
  • Posts

    567
  • Joined

  • Last visited

Posts posted by josk

  1. Model looks good, will look out for greenlight.

     

    Will you unlock characters or have them playable from the start?

    Will they have diffrent abilites?

     

    The wall is good for the enemy to hide behind, can see the jeep in the background. Kept expecting one to drive past with a recoiless rifle or rpg being fired from it.

     

    Never really used the roll to busy shooting.

     

    Too many granade drops and a bit more splash damage me thinks. Maybe some drops could be temp invincibility.

     

    Anyway looking good, look forward to more.

    • Upvote 1
  2. The zone called me.

    I remember playing Smash tv back on megadrive or Playstation and found the zone, unbeatable until my contact lense popped out from not blinking.biggrin.png

     

    Theres a lot you could do to this game, maybe drop first aid, have different enemies that maybe fire two bullets.

    Shooting enemy bullets would be good. More points for head shots with some nice exploding brains.

    More weapons.

    • Upvote 1
  3. To use self.alertnoise you would have to put at the top of your script

     

    Script.alertnoise = false

     

    if self.entity:Follow(self.target.entity,self.speed,self.maxaccel) then
    if prevmode~="chase" then
    if self.sound.alert then
    if self.alertnoise == false then
    self.entity:EmitSound(self.sound.alert)
    self.alertnoise = true
    end
    end
    end
    end

     

     

    The above is quite crude but should do the job.

     

    You will also need to set the alertnoise to true again at some point.

     

    It will be worth going through the tutorials on Lua, the basics can be picked up quite quick.

  4. For now if you parent them togeather they will rotate fine.

     

    I have some crates in my game like this so I can just move and rotate into diffrent rooms. I then just pick individual ones to make adjustments on if needed. Just not the parent.

    • Upvote 1
  5. Updated my game yesterday on the game launcher and noticed it didn't update my game, Restarted steam and unsubscribed etc to no avail.

     

    I got it to update today by having the Game Launcher open,

    Unsubscribing the game.

    Closing Game Launcher.

    Open Again and click on launch game with out subscribing.

    It downloaded the new version of the game this time.

×
×
  • Create New...