Jump to content

Arska134

Member
  • Content Count

    46
  • Joined

  • Last visited

  • Medals

Everything posted by Arska134

  1. So i made Dedicated server and when we trying to start game we got problem. First comes "Receiving data..." and suddenly i hear windows error sound. I alt+tab and i see Dedicated server has been closed and there is window where is "Invalid texture aspect ratio" We are using FFur 2007 and OFP Dedicated Server v1.96 (Windows)
  2. <object width="560" height="340"><param name="movie" value="http://www.youtube.com/watch?v=iatjMDCfKsA&hl=fi_FI&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/watch?v=iatjMDCfKsA&hl=fi_FI&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object> New version released! So i have been making my first massive mission last 2 days and still working with it. Mission is multiplayer mission with lots of thinks to do. Main missions, side missions etc... You can train troops, build cars, set up camps... etc... Mission isn't tested so now i need you to test mission. If you find any bugs tell me in this topic. And give me ideas for this. Mission is unfinished, but i hope you like it. And thank you for helping me with problems. Special thanks for Sakinz who have find good scripts. Download links: Beta version: Mirror 1: http://fsj.viuhka.fi/DAC_at_Everon_west_beta.Eden.pbo Mirror 2: http://up.servut.us/28929 Mirror 3: http://www.2shared.com/file/17NmewXG/DAC_at_Everon_west_betaEden.html Installation: 1. Download mission 2. Put .pbo file in your MPMissions folder (example: C:\Program Files\Codemasters\Operation Flashpoint\MPMissions) Screenshots (first alpha release): http://im2clan.com/dacscreens/screen1 http://im2clan.com/dacscreens/screen2 http://im2clan.com/dacscreens/screen3 http://im2clan.com/dacscreens/screen4 http://im2clan.com/dacscreens/screen5 http://im2clan.com/dacscreens/screen6 http://im2clan.com/dacscreens/screen7 Here is some gameplay images from mission. Pictures are taken after we captured Montignac (first beta release): http://im2clan.com/dacscreens/gameplayimg.png http://im2clan.com/dacscreens/gameplayimg2.png http://im2clan.com/dacscreens/gameplayimg3.png http://im2clan.com/dacscreens/gameplayimg4.png http://im2clan.com/dacscreens/gameplayimg5.png http://im2clan.com/dacscreens/gameplayimg6.png http://im2clan.com/dacscreens/gameplayimg7.png Mission is combatible with FFur 2007. PM me if you wanna join. Mission updater Released Now for you all who is too lazy to put .pbo file in your mpmissions when new version is released, here is updater. It's also better way to download mission because you can download beta version before i release stable version in here. But do not report any bug that you find in beta version. Mirrors: im2clan.com v1.01 GUI (.zip) im2clan.com v1.01 Console (.zip) Links are broken and updater outdated. It's easy to use: 1. Put these 3 files in your Operation flashpoint folder: Mission updater.exe libcurl.dll zlib1.dll 2. Run Mission updater.exe You can't fail it. Mission updater won't download mission if .exe is in wrong folder. Thanks for libcurl.dll Thanks for Unrealized who made this updater with C++. Welcome to #im2 @ quakenet
  3. So is it possible to get server where players can join while game is running? It's annoying when somebody loses connection and we have to start mission all over again.
  4. Ok so i encountered this problem. Here is script: ;Antaa luvun 0-4 _luku = round(random 4) if (_luku = 0) { _wp = _group addWaypoint [position kohde1, 0] hint "Joukko lähtee suuntaan kohde1" } if (_luku = 1) { _wp = _group addWaypoint [position kohde2, 0] hint "Joukko lähtee suuntaan kohde2" } if (_luku = 2) { _wp = _group addWaypoint [position kohde3, 0] hint "Joukko lähtee suuntaan kohde3" } if (_luku = 3) { _wp = _group addWaypoint [position kohde4, 0] hint "Joukko lähtee suuntaan kohde4" } if (_luku = 4) { _wp = _group addWaypoint [position kohde5, 0] hint "Joukko lähtee suuntaan kohde5" } ...and always it's outputting what is inside of last 'if'. "Joukko lähtee suuntaan kohde5"
  5. Arska134

    Random not working

    Now it's not giving any of those hints. ; Antaa luvun 0-4 ; _luku = round(random 4) ? (_luku == 0) : _wp = _group addWaypoint [position kohde1, 0];hint "Joukko lähtee suuntaan kohde1" ? (_luku == 1) : _wp = _group addWaypoint [position kohde2, 0];hint "Joukko lähtee suuntaan kohde2" ? (_luku == 2) : _wp = _group addWaypoint [position kohde3, 0];hint "Joukko lähtee suuntaan kohde3" ? (_luku == 3) : _wp = _group addWaypoint [position kohde4, 0];hint "Joukko lähtee suuntaan kohde4" ? (_luku == 4) : _wp = _group addWaypoint [position kohde5, 0];hint "Joukko lähtee suuntaan kohde5" ---------- Post added at 07:07 PM ---------- Previous post was at 07:05 PM ---------- Thanks it's now working. :)
  6. Arska134

    Random not working

    Still not working. :/
  7. Arska134

    Random not working

    yup. It's sqs, but with 'then', not work neither.
  8. Arska134

    Defend, Attack, Capture at Everon West mission

    So this project is pretty much dead so i release project files for everyone, so someone can continue my work. I put some information to README.txt. If you start editing this mission and you need help, add me on Steam. My account is Arska134. Download link: http://fsj.viuhka.fi/DAC_project.7z I will continue mission making in ArmA 2 side.
  9. Arska134

    Defend, Attack, Capture at Everon West mission

    Oh sorry. im2clan.com is down forever. So here is new link. Still waiting feedback. :D Mirrors: Finnish Special Jaegers http://up.servut.us/28929 2shared Edit: Added more mirrors so mission can be available all the time.
  10. Arska134

    Hacking is getting worse

    I found this inside of: *ip*/profiles/users/system/ARMA2PROFILE.ArmA2Profile activeKeys[]= { [b]"BIS_IAmBeingNaughty1",[/b] "BIS_SOM_INFO_HINT_1", "BIS_SOM_INFO_HINT_2" }; It was inside of my server files. Just a joke or it's message from that hacker who was ruining my server?
  11. Arska134

    Hacking is getting worse

    Yup we got one too today. First he taked form of enemy scout and killed everyone god mode on. Can't ban. When i kicked him he came back and logged me off from admin and banned me. We had to close server. Please help.
  12. I tried gamemaster.utes mission but when i used action "Start RTE" nothing happened. And there is also "Status: Inactive" in RTE Capture window. What should i do to change it to active?
  13. I think these questions is asked already, but i can't find them. 1. I got RTEditor working on singleplayer editor, but when i create multiplayer server and press esc there is now button to start RTEditor. RTEditor capture says "Status: Inactive". 2. Is it possible to make missions with friends same time? I mean to save them like in normal editor. (or is there better tool for this?) We need to start mission project and that would be nice if we can do it same time. I hope i get this working in multiplayer because this seems to be nice tool to train squad members. ;)
  14. Squad name - Finnish Special Jaegers (FSJ) Timezone/location - Finland (only finnish members) Squad gamemode preference (eg coop or pvp) - Coop and PvP Contact email - Ari_salonen@hotmail.com Website address - http://fsj.viuhka.fi/
  15. New Finnish ArmA 2 squad is recruiting more members. We decided to create new squad because there is very few squads from Finland. We are only recruiting players from Finland so if you are not from Finland this will probably not interest you. Squad has been planned for six months now and now we finally made it week ago. Our squad members are now 16-25 years old. Unlike other finnish squads we take less than 18 years old players. We have also game server at London. Our server is public for everyone 24/7 (if there is no squad only game running). We are not playing Operation Arrowhead because we are waiting release of Finnish Defense Forces mod. Interested? Visit our website and leave joining application to out forums. http://fsj.viuhka.fi/ Website squad list is not ready yet and some of our members classes is not decided. More frequently updated list of members can be found here: http://fsj.viuhka.fi/squad/squad.xml Before that you need to read our Joining criteria at: http://fsj.viuhka.fi/join.html Also you can visit our server: 89.238.160.49:2302 (Finnish Special Jaegers ArmA 2 Server 12 slots) If you want support our game server and squad, please make donation with paypal. Press donate button in our website index page.
  16. I just bought server from UKgame and i got it up and running but there comes two players killing everyone and being idiot all the time. Tried to ban them in admin panel and kicked out but they come back all the time. When i kick them they come back again. I installed battle-eye and everything but no clue. Please help. Those players are ruining my server what i paid for. :(
  17. I'am new in visitor and i made map with this tutorial: http://community.bistudio.com/wiki/ArmA_2_Terrain_Tutorial I got it working in-game, but when i put some objects to map i got this: So there you can see that, objects are in place but without textures. :/ All objects and textures are in 'ca' folder inside of my project folder 'TUT' ca folder: http://i.servut.us/i/cafolder.png I can find that missing file manually and it's here: P:\TUT\ca\plants2\tree\Data I know. Somebody asked this but i didn't find help with search so here is new post.
  18. Arska134

    Cannot load texture problem

    omg thanks. It was that easy. :butbut: Thank you. :D
  19. Hi! I got this idea when my friend installed Windows again and when he used Internet Explorer for searching antivirus software. In few minutes he got troijans and then i was thinking if there is program which downloads all needed softwares without opening web browser. So now i made one with C++ and libcurl. Now you can download these freeware softwares easily and without risk your computer with Internet Explorer which have many security holes. I made this program small as possible so it's easy to put where every you want. I put allmost all softwares to im2clan.com webspace to there is 100 % safe to download files. Download it from here: im2clan.com/FSY1.01.zip I made it for my own use put i think many other needs it aswell. It's good to have in memory stick or somewhere so you can use it if you format your computer or something. If you want more diffrent softwares for FSY, tell me. List of softwares: Opera web browser http://www.opera.com/ Avira Personal Edition http://www.free-av.com/ Steam http://store.steampowered.com/ CCleaner http://www.piriform.com/ 7zip 32bit http://www.7-zip.org/ 7zip 64bit http://www.7-zip.org/ Foobar2000 http://www.foobar2000.org/ VLC Media Player http://www.videolan.org/ Tested OS: Windows XP, Windows Vista, Windows 7.
  20. Arska134

    Defend, Attack, Capture at Everon West mission

    Please give me more ideas for this. Need some feedback.
  21. Arska134

    A few ideas to upgrade ARMA II CO

    Arma 2 would be perfect if there is same "ragdoll" style as GTA IV, because it looks stupid when i over driver enemy soldiers. Vehicle is just pushing them forward. :D
  22. Arska134

    xfire with compatibilty

    I hope too there is some support for xfire. :/ It's good recording tool and online broadcasting would be nice in Arma 2.
  23. Arska134

    Defend, Attack, Capture at Everon West mission

    Ok here is gameplay video. Finally got uploaded it. 14 minutes of gameplay. <object width="560" height="340"><param name="movie" value="http://www.youtube.com/watch?v=iatjMDCfKsA&hl=fi_FI&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/watch?v=iatjMDCfKsA&hl=fi_FI&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object> Here is youtube link: Check out my other videos too for more OFP and Arma 2 videos.
  24. Arska134

    Defend, Attack, Capture at Everon West mission

    Found odd bug from updater so dowload stable version directly. Updater kind of mess .pbo file so it's not working. Working on it. Be patient. ---------- Post added at 12:06 PM ---------- Previous post was at 11:56 AM ---------- Bug fixed. Mission updater 1.01 Released. Working proberly now. Download from first post. ---------- Post added at 02:05 PM ---------- Previous post was at 12:06 PM ---------- New beta features: * Build private spawnpoints (camps) * Build attack choppers * Build weapon crates * Bug fixes Stable v2.0 coming soon and mission gameplay video is rendering right now. (Video from latest beta) ---------- Post added at 02:30 PM ---------- Previous post was at 02:05 PM ---------- Now we release mission updater GUI version. Thanks for Unrealized again. Download it from first post.
×