Vehicle Spawning

Discussion in 'Mapping' started by Satanchild666, Nov 27, 2008.

  1. Blight

    Blight Member

    Messages:
    167
    Likes Received:
    0
    Trophy Points:
    0
    you could have a separete entity for each vehicle with a dropdown menu for armor and engine. An integer value for each side for armor. Not sure what would be best for weapons though.
     
  2. Demented

    Demented Member

    Messages:
    2,337
    Likes Received:
    0
    Trophy Points:
    0
    Just make it so that the same restrictions are put on map-based vehicles as are put on player-made vehicles. If you try to make a vehicle with 50 layers of armor, or put a railgun on an artillery tank, it outputs an error to console and doesn't spawn the thing. (My vehicle weapons script has a 24x salvo missile launcher, which shows up in my build menu, but any server will tell me my tank is invalid if I try to build a tank with it. :p )

    As for the 'huge menu in hammer' issue... The script presets outline what you need. Vehicle type, armor, engine, plates on each side, etc. Weapons might be difficult, but you don't necessarily need to put all the options on the table.
     
  3. Solokiller

    Solokiller Member

    Messages:
    4,861
    Likes Received:
    7
    Trophy Points:
    0
    While using scripts is a good way to handle it, as well as allowing other level designers to use the presets, it can be abused, for example, if a server owner modifies his copy to spawn a different vehicle, or a vehicle equipped with much more powerful weaponry.

    You could limit this by using entities specific for each side and vehicle, but no matter how many options you put into the entity, there will always be a degree of editable content in those scripts.
    Some might say it's good, but if the level designer sets up a vehicle in a certain way, he probably doesn't wants somebody else changing it and wrecking all the balancing he's done in the map.
    What i'm trying to say is, it will take a lot of planning before map-spawnable vehicles can be added.
     
  4. Maxaxle

    Maxaxle Member

    Messages:
    624
    Likes Received:
    0
    Trophy Points:
    0
    Sounds like the CV (and therefore un-necessary).
    A feast for thought.
     
  5. Demented

    Demented Member

    Messages:
    2,337
    Likes Received:
    0
    Trophy Points:
    0
    That's not really the mapper's problem, though, is it? :p
     
  6. Theowningone

    Theowningone Noone likes me :'(

    Messages:
    704
    Likes Received:
    0
    Trophy Points:
    0
    with a sourcemod plugin it could be as easy as CreateEntityByName and setting key values, and i garuntee i would sploit this the first weeek of it being out for shits and giggles. If you can code it in couldnt you add bounds?
    ie.
    Code:
    if(chassis==HEAVY&&rightarmor>6) rightarmor=MAXARMORSIDE_HEAVY;
    so that if set above a certain # it would revert to the max or min. You could probably do weapons like spawnflags are done.
     
  7. Cyber-Kun

    Cyber-Kun Member

    Messages:
    1,200
    Likes Received:
    0
    Trophy Points:
    0
    Not like you break enough of Empires already. But thanks for proving the point that idiots like you would break an easy idea of adding spawnable vehicles in.

    Warned for this post. Don't flame other members
     
    Last edited by a moderator: Dec 1, 2008
  8. Theowningone

    Theowningone Noone likes me :'(

    Messages:
    704
    Likes Received:
    0
    Trophy Points:
    0
    Welcome
     
  9. Trickster

    Trickster Retired Developer

    Messages:
    16,576
    Likes Received:
    46
    Trophy Points:
    0
    [rant]

    Don't be such a dick, owning is one of the few people keeping empires fresh, his plugins try out new aspects of the game without making permanent alterations. They may be a crude way of implementing stuff, but they work, they're interesting, fun and new. And even discarding those plugins, plugins such as !id (tells you builder of a wall or turret) has been such a help with getting rid of griefers, I literally could say that after a month with this one, we virtually never have this problem anymore. So stop being a dick to one of the few people really trying to keep this mod going during the long wait for 2.2, at the very least give some feedback rather than "this sucks" *why?* "just does.".

    [/rant]

    Warned for this post. Don't flame other members
     
    Last edited by a moderator: Dec 1, 2008
  10. Kylegar

    Kylegar Specstax Rule

    Messages:
    2,170
    Likes Received:
    0
    Trophy Points:
    0
    Guys, Lay off eachother.

    Keep it to a PM.
     
  11. Cyber-Kun

    Cyber-Kun Member

    Messages:
    1,200
    Likes Received:
    0
    Trophy Points:
    0
    Alright, statement came out rude. I still agree with what I said.
    I will admit some of the plugins he has made is very good for Empires, but he also made a lot of plugins that are still in use today that screw with the game.
     
  12. bitchslap

    bitchslap Member

    Messages:
    1,217
    Likes Received:
    0
    Trophy Points:
    0
    sadly thats what the noobs like....beats me why..
     
  13. Kylegar

    Kylegar Specstax Rule

    Messages:
    2,170
    Likes Received:
    0
    Trophy Points:
    0
    Also, I think this needs to be said, but, Please don't take my statement as "IT WILL BE IN THE NEXT VERSION". I said I was going to look into it. There's some back-end changes that I want to do for 2.3 would make a possible implementation very easy, but, 1) They aren't done, and 2) It's low on the priority list.

    If it's simple to do, it will be done, however, If I get into it and it's hacked together, not pretty, and downright crappy, It probably wont see the light of day.
     
  14. communism

    communism poof

    Messages:
    4,095
    Likes Received:
    2
    Trophy Points:
    0
    He's just saying that so when it is actually implemented in the next version you will be even more surprised
    OMG BUSTED!
     
  15. blizzerd

    blizzerd Member

    Messages:
    10,552
    Likes Received:
    60
    Trophy Points:
    0
    parachutes ftw, i like the plugins, as long as there are enough vanilla servers
     
  16. Theowningone

    Theowningone Noone likes me :'(

    Messages:
    704
    Likes Received:
    0
    Trophy Points:
    0
    In 2.2 Nachos and Jalapenos may be reincarnated as a vanilla server.
     
  17. Satanchild666

    Satanchild666 Banned

    Messages:
    968
    Likes Received:
    0
    Trophy Points:
    0
    Nachos... Are you joking? This was obviously sarcasm was it?

    When are Blimps, Atomic Bombs, Missile Silos, Laser Rifles, Missile Tanks, Tesla Guns and Repair Vehicles being implented?
     
  18. Theowningone

    Theowningone Noone likes me :'(

    Messages:
    704
    Likes Received:
    0
    Trophy Points:
    0
    A hr hr, are you joining the side of people that i get ready to ban the second they join the server?
     
  19. recon

    recon SM Support Dev

    Messages:
    2,348
    Likes Received:
    0
    Trophy Points:
    0
    Are you serious? What about vehicle hijacking? It adds a whole new dimension to game play. E.g. if BE leaves an unattended rail heavy next to their comm... Why take that out?

    In all seriousness, I really like the hijack plugin. I think it should become a feature of Empires in 2.3.
     
  20. Theowningone

    Theowningone Noone likes me :'(

    Messages:
    704
    Likes Received:
    0
    Trophy Points:
    0
    Everyone is missing the point Nachos and JALAPENOS. Jalapenos was our server before juicebox, we took jalapenos down and put juicebox up, jalapenos may come back up.
     

Share This Page