Jump to content

Mandalorian

Members
  • Posts

    558
  • Joined

  • Last visited

Everything posted by Mandalorian

  1. It's one of the coolest things in the game. I really wish I could get a game with no credit farmers in it, because HvV is really solid.
  2. it is only online matches that the levels are reset and cards locked. This has been fixed. I prefer the first one by far.
  3. Today I got a nice little update that removed all my progress in matches. None of the unlockable content is usable and I believe this is affecting everyone.
  4. I came here just to say that dammit!
  5. Also if you are Boba Fett and someone hits you with a disruptor starcard then your jetpack is permanently malfunctioned and will not work again. Pretty annoying.
  6. I hope they change the crosshair. It's to thin and It doesn't change colour when your over an enemy.The hero point system is good but should be lowered by a thousand points. The flamethrower trooper is useless. Got it on ps4 and it looks pretty good. Duplicate cards in the crates for me just about everytime which is frustrating.
  7. got to level 100 months ago too. I have over a million credits. @@Circa Yeah It must be pretty low and I always join the east or west coast servers. The connections terrible but there is always players on those. Americans play different to Aussies. Beta is tomorrow yeah?
  8. Lol I thought you snuck into one of mine! I would of added you proper but it was pretty late and I didnt want to wake my gf up. I remember you stomped pretty good.
  9. MY ANUS IS PREPARED.
  10. I separated the scripts into one for the camera and one that moves the player separately and I got it to work! thanks for the help anyway @@Noodle
  11. Would it be easier to use a origin tag and move the npc along it playing the animation? I havent used any of those functions yet so I don't really know how they work.
  12. https://drive.google.com/open?id=0B1JUNHBFtLwnYnRVV0xfQ2tITzA Here's a pic in radiant. Pretty simple set up.
  13. is there another way to do it? Is the way I have written there in the script fine? Do you want a screencap ingame with the show navgoals and paths or a picture of my .map in gtkradiant?
  14. //Generated by BehavEd affect ( "fakeplayer", FLUSH ) { task ( "walk" ) { set ( /*@SET_TYPES*/ "SET_NAVGOAL", "nav_player1" ); } set ( /*@SET_TYPES*/ "SET_WEAPON", /*@@weaponx_NAMES*/ "WP_DISRUPTOR" ); set ( /*@SET_TYPES*/ "SET_ANIM_UPPER", /*@ANIM_NAMES*/ "BOTH_GUARD_IDLE1" ); set ( /*@SET_TYPES*/ "SET_WALKING", /*@BOOL_TYPES*/ "true" ); camera ( /*@CAMERA_COMMANDS*/ ENABLE ); camera ( /*@CAMERA_COMMANDS*/ PAN, $tag( "startcam", ANGLES)$, < 0.000 0.000 0.000 >, 0 ); camera ( /*@CAMERA_COMMANDS*/ MOVE, $tag( "startcam", ORIGIN)$, 0 ); wait ( 2000.000 ); camera ( /*@CAMERA_COMMANDS*/ ZOOM, 40.000, 4000 ); wait ( 2000.000 ); dowait ( "walk" ); } wait ( 8000.000 ); remove ( "fakeplayer" ); camera ( /*@CAMERA_COMMANDS*/ DISABLE ); run ( "city/start" ); mind you that I have changed this script a few times to get it to work differently.
  15. So I have no problem moving a npc around but when it comes to moving a fakeplayer around it either doesn't move or it disappears I cannot understand why there is a difference. Any one know if there are different rules for a fakeplayer npc. reading redasaurus singleplayer tutorial and following it exactly gets no result. I have tried a few different commands like task and dowait and i have looked at sample maps and scripts from singleplayer to no avail. The player in the cinematic just stands there being lazy.
  16. Neat. Are the detailed things like the cart made in radiant and then made into .ase or are the md3's?
  17. I was just playing quake 4. Looks a lot like some of the levels from that and doom3, cool stuff.
  18. I don't see why you would want to know?
  19. Vice was really interesting before HBO brought it out. "Cannibal warlords of Liberia" was some risky on the ground journalism. Look it up on youtube if you want to make yourself incredibly depressed.
  20. cheers, Looks like it will really be awesome
  21. will there be a singleplayer version? This looks epic! I hope that some tutorials come out when this does so that it is easily accessible.
  22. I think that battlefront 2 will be pretty good but I will wait until it is out, I am wary of pay to win. Hero progression will be interesting. I really hope Nien Numb and Greedo are not in this as well as bossk being less op if he is. It would be awesome to have bounty hunters as a neutral faction, seeing as they are. I will like this game sure of it, but the special ops characters seem to be adding another pointless type of supertrooper, that apparently missed the memo and let the generator be blown up, despite being supaaaaaaa. keep new characters to new stories please ea, seeing as this is now going to be canon. @@Noodle be careful where you point out the political stuff, it can very easily derail the thread. I agree with you on your points tho.
  23. Super cool! I look forward to this project !
  24. Everything you make is so consistently styled to jka and looks so great! You have made enough stuff here to make a jka game of it's own.
  25. Getting the same error. PC ,followed the installation tutorial. compile log:Fragment shader failed to compile with the following errors:ERROR: 0:175: error(#223) Vector component fields not from the same set: xzyaERROR: 0:175: error(#160) Cannot convert from: "float" to: "highp 4-component vector of vec4"ERROR: 0:183: error(#223) Vector component fields not from the same set: xzyaERROR: 0:183: error(#247) Function return does not match typeERROR: 0:193: error(#223) Vector component fields not from the same set: xzyaERROR: 0:193: error(#247) Function return does not match typeERROR: error(#273) 6 compilation errors. No code generated
×
×
  • Create New...