Jump to content

Victor_S.

Member
  • Content Count

    555
  • Joined

  • Last visited

  • Medals

Everything posted by Victor_S.

  1. Victor_S.

    How does the UK version run

    @Luciano what is your problem? I have not seen one constructive or even polite comment out of you yet. All you do is bash BIS and the community. If you really don't like the game then why do you hang around here?
  2. Victor_S.

    thx guys

    Um, you should probably put this in the thread you got help from or pm them.
  3. I see what you are saying, but the beauty ofp all the different mods is that you could pick the mod that had the values that you liked. Trying to stadardize armor and weapons values would, I believe, only cause problems among addon makers. Personally, I play total conversion or replacement meds with values that I like. Just my opinion though. It could work, but I have my doubts
  4. Victor_S.

    PC Discussion Thread - All PC related in here.

    But how would I do that if my computer wont start?
  5. Victor_S.

    PC Discussion Thread - All PC related in here.

    I have a laptop computer aswell, How would I go about backing up my flies from my computer if it wont load up?
  6. Victor_S.

    PC Discussion Thread - All PC related in here.

    Hey guys, I was installing a game on my computer yester day and it was taking much longer than normal. Â Finnally I looked in task manager and realized it had frozen. Â I tried several times, but it keep freezing. Â I tried restarting my computer but it wont start now. Â It either crashes at the loading bar for windows XP or a few seconds after the power is on. Â I was thinking my hardrive has failed. Â Does anyone know what might be going on?
  7. Victor_S.

    Projectile speed

    Havnt done this in a while, but add in initspeed under cfgammo
  8. Victor_S.

    Mortars

    I keep a folder in the arma directory of all of the scripts I have made. That way if I need it in the future I dont have to dig through my mission folders for it. So when you find the arty script you like put it in that folder for future use.
  9. Victor_S.

    moderate the moderator

    Ye son.
  10. Victor_S.

    Mortars

    that way works too. But if you do it the way I said you can actually see the grenades coming in, and if you change the grenade to something that has a sound like rockets did in ofp you can hear them comming in. Either way works fine though.
  11. Victor_S.

    Mortars

    I knew how to do this in ofp, but arma scripting is slightly different.  Hmmm I did it so the grenades would be shot up at random angles so they would land randomly around the center. here is a script I used in ofp.  I changed some things so it might work in arma, but  no garantee. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_limit = _this select 0 _count = 0 #loop ?_limit == _count: exit _shell = "handgrenade" camcreate [getpos tag select 0,getpos tag select 1,+40] _shell setvelocity [0+(random 45)-(random 45),0+(random 45)-(random 45),(random 10)+20] _count = _count + 1 ~1 goto "loop" put a game logic down where the mortars will originate. tag being the name of the game logic.  You might try different things is handgrenade doesnt work. Make a trigger and in the on activation line put [# of mortars] exec mortar.sqs put the code above in an sqs file in the mission folder and name it mortar.sqs.  replace # of mortars with how many you want.  also you can adjust the ~1 at the end of the code to whatever number you want, it is the time inbetween mortars.  Hope this helps.
  12. Victor_S.

    3 missions (BF2 gameplay) C&H 30 player

    Is it possible to play this single player. Like start up a server and play by myself like with some cti?
  13. Victor_S.

    Best camaign ever made?

    I gotta try retaliation, been hearing good things about it. Oh and the ai not firing on you when your in a bush is not a bug. The bush blocks their view, so unless you fire from it they wont find you.
  14. Victor_S.

    I NEED HELP

    8 veiws is nothing, and you count towards the views. Ever thought that maybe the people who viewed your topic don't have the answer. Posting like that isnt going to get you much help. By the way, put something in the title so people will know what your asking istead of having to open it and adding to your view count...
  15. Victor_S.

    Are the bot's hacking?

    by removing the server config you are just removing the config for your server, if you were to host. The game will still run with out it.
  16. Victor_S.

    505s version

    vertical takeoff and landing i believe.
  17. Yea, I really hated the G36 in ofp. That is the only weapon anyone used in pvp games.
  18. Victor_S.

    The AI of ArmA

    No one "dissed" him. The three posts above yours are all constructive.
  19. Was that really necessary? Anyways most people play coop because C&H tends to draw in a different type of crowd. Alot more cheaters and tking and such tends to happen when you respawn over and over. Coop lets people get together with people they know and play a more tactical game. Plus there are already a gigantic selection of coop missions which makes it easy. You might try playing some CTI games. That way you get to play against other people on a big map. There are always some of those going.
  20. Victor_S.

    A regular question by me

    THere wasn't in ofp and I don't think they added it in arma.
  21. Victor_S.

    Some Arma Questions.

    yep, you can do things like that very easily in the editor. Just put some things down play around add some more things and do it again.
  22. I understood what you are saying, but like was said, the zoomed out iron sight would look weird and I think it would be impractical. And despite your photoshoping skills moving the gun around in first person would block to much of the screen. In real life you can look around easily and you have a better view than a computer monitor can give you. I think the way bis did it is a good comprimise.
  23. Victor_S.

    Another irritating problem

    adding a placement radius of 200 does nothing to the randomness of where they go. The radius is only for activating things that are in the radius. Like if I want something to happen when a unit enters the radius I can adjust the size, but the actual waypoint is still in the center. You will need some scripting to get what you want.
  24. The textures are in the model not the config. Download a hex editor and go through and find all time that the texture is mentioned and replace it with your textures name. Make sure that your textures name is the same number of characters as the original texture or it wont work.
  25. Victor_S.

    ArmA sky tex > OFP

    That would be illegal. If you don't have the game you cant have the sky textures.
×