-
Content Count
588 -
Joined
-
Last visited
-
Medals
Posts posted by Lenyoga
-
-
That looks like a great concept. I'd like to see that done in OFP, actually, or something similar, I mean. I'm not too experienced with mission editing (or at least with making any sort of non-sucking scenario), otherwise I'd try.
-
Hello,I'm working on a multiplayer mission where dead players get replaced by an object.
I would like to add the players weapons and magazines to that object but don't know the syntax.
Something like:
"_object addMagazine[u]cargo[/u] _x" forEach magazines _player "_object addWeapon[u]cargo[/u] _x" forEach weapons _player
I think that might be a beginning towards a functional script:
_wp = [weapons player select 0] ;; would be primary weapon _object addWeaponCargo [_wp,1] _mag = [magazines player select 0] ;; would be the first magazine in the menu list _magCount = count (magazines player) ;; counts them all, not a specific type. For countType command, they'd have to be defined first _object addMagazineCargo [_mag,_magCount]
-
Time to dust off the blade before it becomes dull! Here comes Skywind, an adaptation of Morrowind based on Skyrim's engine.Almost seventy (and counting) people have gathered to work on this project to fully craft and release in full splendour. Every aspect of old game is being reworked and refitted to a modern standard. A test version came out and it's ready to test click.
Is this real or another one of Dagoth Ur's fever dreams? If they manage to pull that off, then ... wow. So wow.
-
No problem, and the English works fine (I can do German, too, if this works better)
1. There's an easy solution to this: "Line 1 \n Line2"
2. You can have conditions for waypoints too, like for triggers - just add "!(alive NameOfLastTarget)" in the waypoint (the soldier will walk to it, but effects like radio messages or text will only be triggered when the target is shot)
3. The third one might require a bit of scripting, and also camera scripting, which will get messy, so the best way to start that off would be a tutorial http://ofp.toadlife.net/downloads/tutorials/scripting_guide/scripting.htm
- for the non-camera parts of the script, it's mostly timers, waypoints and maybe some animations.
-
Nice - downloaded and will try out soon!
-
No problem, good luck!
-
Ah, I see the issue. The triggers for the targets that work have to make sure the wrong ones haven't been shot yet. So, for the first target "!(alive t1) and (alive t2) and (alive t3)", for the second ""!(alive t1) and !(alive t2) and (alive t3)" and for the third""!(alive t1) and !(alive !t2) and !(alive t3)"
-
This is most strange... I'll wrap up a little demo mission and I'll send you the link, because it works fine here.
---------- Post added at 23:49 ---------- Previous post was at 23:43 ----------
And here we go: https://dl.dropboxusercontent.com/u/102863946/_targetTest.Intro.rar
This contains the officer waiting, coming to the player, talking, then running off again, and also the trigger which reacts to something being shot out of order.
-
1. In the first waypoint, just enter the text you want him to say, in the second, nothing, just the number of seconds you want him to wait in the "timeout" fields (min, mid, max)
2. This should fire off once anything is shot out of order: "(!(alive t3) and (alive t2)) or (!(alive t2) and (alive t1))" -> the "!" is simply a shortened "not"
3. That might be a problem, you can assign him other letters and colors ( http://community.bistudio.com/wiki/setGroupId ), but changing the name isn't possible. Unless you use something like this: [west,"HQ"] sideChat "Hey!" - but there's only Papa_Bear, I think it's possible to create new names with addons, though.
-
1. You could create 2 waypoints, the first is for talking, the second one is right on it, but has an activation time of a few seconds, so he can finish his line.
2. You can solve this with the conditions; "!(alive t2) and (alive t1)" should tell the trigger that number 2 is dead while 1 is still alive, you can use that to achieve the desired effect.
3. From there you can simply use triggers that have something like this in their activation field: OfficerName sideChat "Shoot some people, will you?"
-
Let's say me and Mulder had different opinions,'nuff said!:blues:I often used someone who's very fond of cigarettes as profile pic. Didn't you technically kill me off or not at one point?
-
Interesting idea for a thread, I haven't given that much thought up to now.
My name Lenyoga (I'm usually going with that one in all video game related matters) is actually a failed anagram for "Legion". I decided to use one in Baldur's Gate II after seeing that Stephen King adaption (Storm of the Century), but I somehow completely failed at typing, and so Lenyoga came into existence, and I just stuck with it, because it sounded somewhat funny.
The person in my profile picture is Vice Admiral (later Grand Admiral) Thrawn, from the Star Wars universe. I got to know and like him in TIE Fighter, one of the best Star Wars games ever; I'd love to have a sort of modernized version or reboot of that one. And I also kind of look like him; red eyes, blueish skin. I'm using this one on YouTube and BIS Forums only, but those are the only two platforms where my identity stays somewhat coherent. I think I might have over 5 names already...
-
You could try it with a dispersion script, to fake some inaccuracy. I don't have any on my mind right now, but there was at least one, I remember.
-
I haven't seen this in any international news source yet, but it's official with today's heavily protested appointment of the coalition government. The ministry of science is no more, it's now a part of the ministry of economy (and you can probably guess why that has created a stir among many people.) A lot of weird things have happened in this special ministry yet - things that demonstrate how much the government cares for science and research; former ministers have written preambles for love horoscope books, science awards have been given to esoteric fraudsters, funding for basic research has been cut. This worrying attitude towards science and research (I forgot to mention that university matters are also part of this field) will undoubtedly lead to grave consequences. We've suffered from brain drain for decades now, but today I can only say RIP future developments.
-
Bohemia Interactive has already been a few steps ahead in this game. They've created a licensing system for monetization of their video games.That's one of the cool things about BIS, they always seem to think ahead. I wonder what the situation is with the [other] big names in the business, though, and to which degree channels doing reviews, such as TotalBiscuit and so on, will be affected.
-
So far, there's not much I can base my feelings on, but seeing that footage makes my heart beat faster. That reminds me, I still have to finish Planescape: Torment before thinking about this one too much. All in all, I'm looking forward to it, and I hope it'll be as great as it could be.
-
Thoughts and opinions?
Also, here's some further info: http://cramgaming.com/youtube-policy-changes-2014-good-bad-ugly-13050/
-
Binview usually does the job for me: http://ofp.gamepark.cz/index.php?showthis=6989&newlang=eng (.bin here is a compressed format for c++ files, not the kind that PowerISO would open)
-
In CfgSounds in the main config file.
class Rus1 { name = $STR_CFG_SOUNDS_RUS1; sound[] = {"voices\rus_amerikanskije", db-20, 1.0}; titles[]={ }; };and so on.
-
RIP. One of the few real heroes this world has seen. 95 years is a long life - and he accomplished more good with his life than many other people could even hope to.
-
Dat detail... A pretty interesting setting, too - I'm tuned and hot for new updates.
-
Check this out... http://steamcharts.com/app/65790You can see how many people play ARMACWC on Steam...
Groovy... pretty interesting to know. I'm one of the non-steam people, I guess a lot of players still play the non-steam versions, so you could probably double that number for a quick approximation.
-
How I fear I look when my girlfriend is over :phttp://i296.photobucket.com/albums/mm180/guitaro-man/meme_zps6bd4a500.jpg
"I'll just quickly finish up that addon..." -> up until 6 am.
-
Wow, thank you all for the feedback!
how to add players weapons and magazines to an object
in OFP : MISSION EDITING & SCRIPTING
Posted
There is, but you'll have to find out each weapon and magazine slot individually. I can't give you a full script, but the pieces which are essential, I hope:
-- in the end, all you need to do is to run the check blocks which give you the contents, then run a segment which adds each weapon and magazine to the object (with a check before, if it's empty.) - The problem here is that empty magazine or weapon slots sometimes give you error messages, which are of course looking bad in the game.
---------- Post added at 21:44 ---------- Previous post was at 21:07 ----------
Update: Alright, I tested it with adding a non-existing magazine to a crate, no error messages visible, so you don't need to add any sort of check which determines if there are actually magazines or weapons in the slots. I did it like this, with a test soldier (once with an M16 and all magazines, once with no weapon at all, and no magazines)