Jump to content

Vixente

Member
  • Content Count

    187
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

10 Good

About Vixente

  • Rank
    Sergeant
  1. Vixente

    Catalonia: is Europe’s next independent state?

    Mother of the beautiful love! “¡Madre del amor hermoso!†(Spanish expression of astonishment) What a bunch of BS. Sorry but I had to say it. If I were to live in Finland for say, about 10 years (and that is a lot) in different cities/regions the last thing I would do is get involved in a foreign country politics or history. Because I wouldn't have the right nor the knowledge to form a decent opinion. Even after having been there for years. I’m not a native, I haven’t studied there, didn’t grew there. As a personal motto I often tell to myself: "Don't trust anyone, don't believe all that you read or hear, question everything". I try to apply that to everything, every day. Many things have been and can be said here about this topic. But one thing is true, whether you like it or not, Catalonia is part of Spain, has been and will be. You can't just detach a region of a country because a part of its inhabitants just want to. You can't even accept a normal vote in a region when you know that there are a lot of absent people (a big percentage) that do not go to vote, which is BTW a big problem in this country. Even after that, the just thing to do is a global vote of all the regions in the country to determine whether or not one of them has the right to go independent. In any case, I think this topic should be locked as all topics about politics of any country. I don't think this is the forum to speak about this. These are serious topics that can get people banned, confused or mislead. I will only say one more thing, MistyRonin, I’m sorry but you are very wrong about a lot of things concerning Spain/Catalonia or its inhabitans. Please, stop.
  2. Vixente

    Low CPU utilization & Low FPS

    Oxide Games did, at APU13: And AMD said Mantle will be open, so others can make their own drivers. If they're willing. Give it a few months to see more demos/tech related. Or being a developer studio yourselves, contact AMD and see if they can 'lend you' Mantle beta API and documentation. ;)
  3. Vixente

    Low CPU utilization & Low FPS

    Actually they set LAA to Arma 2 a while back and that means max of 3GB under 32 bits OS and max of 4GB under 64 bits OS. (And this limitations is just because the executable is 32bits, this has been discussed in many threads btw) I'm using 64bits and i've seen A3 consuming almost 2,2 GB just flying around Altis in SP without setting any -maxmem parameter. (Autodetect ftw)
  4. Vixente

    Low CPU utilization & Low FPS

    I don't doubt or deny your words or the facts, i've experiencied them myself with some friends too. But in that case the culprit is, probably, the server's hardware/bandwith, and then the engine performance&netcode (obviously). In those ocassions it would be ideal to ask everyone in that server how much FPS they have, performance, their current settings ingame and also, to the server admin, the server hardware specs including bandwith and its actual use in that moment. (They maybe running some other service in that server) All this to compare and gather all possible technical info. I don't recall any detailed info but from single players in some random servers. Which is not bad info at all, but isolated and insufficient. Although i've been following very closely this and others threads ( contrary to what White insisted i didn't do many months ago :P (Where is he btw?) i don't remember everything and i could be wrong and someone could have wrote a detailed post as i just suggested.
  5. Vixente

    Low CPU utilization & Low FPS

    Please, don't generalize that much. It's not 100%. Some people can play pretty well (40 FPS) with high end machines in crowded (and good) servers. Don't conclude that every player is reading or is posting in this thread, many people is playing happily without many worries. And no, most of them are not naive as you are implying about the low FPS aspect. My case? I have 4 year old hardware, i've aknowledged that and turned things mid-down since Alpha. Most of the effects (if not all) are in normal, terrain draw distance 3km, object distance 1,5km. AA off. (yes, off). All of this to be able to achieve almost 40-50 FPS (Altis) in SP, 25-40 in good MP servers and 15 FPS in poor MP servers. Don't get me wrong, i'm not dismissing the problem, i WANT more performance, i know that this game should run better in all computers (including old ones like mine). But many of the people posting in this (and other) threads or forums are not being specific about their hardware, A3 configs or other details like server info. I did vote the issue many months ago, because it's a critical one, but i'm not irritated because i've went through a similar experience in the past. (Arma 2, which i begun having barely 25-30 FPS in the best scenarios to having 46 - 50 now)
  6. Vixente

    Low CPU utilization & Low FPS

    I suppose this game is made using C++ and you guys probably know what i'm about to tell you, but anyway: C++11 has some cool new features for concurrency and thread safety. You might wanna check those. - atomic type variables are race-proof. You can write to an atomic variable in one thread and read it from another thread and they'll behave fine automatically. - async keyword will (probably) run the specified function in another thread. You can pass some parameters too. - future and promise are also used to run tasks and get the result, ideally from another thread. - Of course you have thread which is now easy than ever to make new threads. There are a few more, but these are already pretty important and game-changing.
  7. Vixente

    FSFLauncher A3 Edition

    Done. You can find it here: https://www.dropbox.com/s/i6knroqz2j9k05e/FSF_Spanish.pdf I've added Tooltip translation to the tooltips i've seen. Let me know if you need anything else. Also let me know if you want me to do the same for your server launcher, i have no problem with it, it only takes me a few minutes to do it. ;)
  8. Vixente

    FSFLauncher A3 Edition

    Do you need any help with the spanish translation? I offer my help to you if so is the case. ;) Nice job BTW.
  9. Very nice man. Being a hobby developer myself i think i can appreciate more the effort you put into this app. Thank you. ;)
  10. Vixente

    Memory leak on Altis ?

    I doubt it. Clientside, A3 running Altis, 2 hours just with me piloting an AH9 around: A3 RAM usage: 2GB Swap file usage: almost 4 GB. VRAM: 1.5 - 1.7 GB I'd say it's ok for a massive map like Altis. (way way bigger than Stratis)
  11. Vixente

    1-2 FPS on Altis and 60 fps on stratis.

    What are you talking about? From the wiki: All it does is generate up to 3 more threads for the texture loading/gemoetry loading / fileops in the CPU to load it from the game data files in parallel. It's the CPU (and not the GPU) who loads that data into the RAM or video memory.
  12. Vixente

    Arma3 Videos

    Helicopter Inception. "Me, recording myself flying a chopper, recording myself flying a chopper, recording myself flying a chopper." -rUpqMRE3-A
  13. I've been playing with BIS_fnc_UnitCapture and BIS_fnc_UnitPlay. All was working fine, until i wanted to reuse/replay the path again without restarting the mission. In the second run the vehicles start flickering like if they where following two paths simultaneously. At least that is what i think based upong what i see, because you can see the same helicopter being teleported back and forth. Take a look at this video: FPOJ85VMrmQ Is there a way to stop UnitPlay from doing its job ? I tried to restart everything, even destroying the variables that contain the path, but it didn't work. It kept 'accumulating'. What i've tried: path1=nil; path2=nil; path3=nil; heli1 setPos [1849.212,5.5,5740.4668]; heli1 setVelocity [0,0,0]; heli1 setDir 90; sleep 0.1; heli2 setPos [1821.5199,5.5,5742.1831]; heli2 setVelocity [0,0,0]; heli2 setDir 90; sleep 0.1; heli3 setPos [1794.5629,5.5,5740.7124]; heli3 setVelocity [0,0,0]; heli3 setDir 90; sleep 1; ---------- Post added at 10:43 AM ---------- Previous post was at 09:42 AM ---------- EDIT: Well, i managed to fix it myself. :bounce3: I just gave variables to the script spawns... script1 = [heli1,path1] spawn BIS_fnc_UnitPlay; sleep 0.5; script2 = [heli2,path2] spawn BIS_fnc_UnitPlay; sleep 0.5; script3 = [heli3,path3] spawn BIS_fnc_UnitPlay; sleep 0.5; ... so i could terminate them before spawning them again: heli1 setPos [1849.212,5.5,5740.4668]; heli1 setVelocity [0,0,0]; heli1 setDir 90; heli2 setPos [1821.5199,5.5,5742.1831]; heli2 setVelocity [0,0,0]; heli2 setDir 90; heli3 setPos [1794.5629,5.5,5740.7124]; heli3 setVelocity [0,0,0]; heli3 setDir 90; terminate script1; terminate script2; terminate script3; And everything is working fine and dandy. :) spawn calls the script in parallel while call seems to do it sequentially (i think). But to avoid the problem i was having i just had to terminate the BIS_fnc_UnitPlay script spawn just before doing it again. ;) 46R_nQsa5XU +1000 XP points gained.
  14. +1 This should be stickied. I am looking for good video tutorials to learn to use the editor with a mix of scripting. Do you know of any guys ? Thanks in advance.
  15. Thank you so much, will test it this afternoon. Have a great time. :)
×