![]() |
![]() |
#51 |
Moderator
Join Date: Dec 2011
Location: Hungary
Posts: 4,778
|
![]()
Somebody (perhaps Mulf?) had a similar error.
The reason was he did NOT use the minimum TRNG, which is 1.3.0.7, but an older version. Last edited by AkyV; 15-03-18 at 19:38. |
![]() |
![]() |
![]() |
#52 |
Professor
Join Date: Jul 2007
Location: Poland (CET)
Posts: 4,183
|
![]()
Yeah I had this yesterday. I just forgot to update to 1.5.7
![]() I even had a video from this but I figured it out and didn't upload. |
![]() |
![]() |
![]() |
#53 |
Professor
Join Date: Mar 2012
Location: France
Posts: 3,686
|
![]()
AkyV, I was looking at the functions that Paolone has found that we can use for making plugins, and I've seen there was the AlterFOV function. Do you think you could make a trigger for us to customize it? Maybe a Customize= command too to customize it for a whole level too. I'll be trying things with plugins in the future I think so that's I'm looking a bit at everything I can, but it would be a nice addition to your plugins.
![]() Tip: the value has to be multiplied by 192 to fit normal FOV values (I mean, the same as the ones used by flybys). Found that with trial and error, if it is 191 or 193 I have no idea but 192 makes sense and it looks like it's the same (cause 80*192 makes the same FOV as usual). ![]() Mmh, maybe I'll try my own version if I dig through the plugin's tutorials. Could be useful for making other plugins in the future. ![]() Last edited by Joey79100; 18-03-18 at 01:56. |
![]() |
![]() |
![]() |
#54 |
Moderator
Join Date: Jul 2003
Location: Drenthe, The Netherlands
Posts: 33,223
|
![]()
Just wanted to say, I've been using this condition trigger to make the teethspikes sound play underwater:
Code:
; Set Trigger Type - CONDITION 247 ; Exporting: CONDITION(247:52) for OBJECT(524) {Plugin_AkyVMix01} ; <#> : TEETH_SPIKES ID 524 in sector (6,3) of Room40 ; <&> : Trap. <#> Teeth Spikes is in (E) position ; (E) : In the ground (not activated yet/deactivated) ; WARNING: ; If you'll give this trigger to other people or you'll use it with a script.txt different than current ; you should add to the script, first of triggergroup where you'll use this trigger, the following line: ; #define @Plugin_AkyVMix01 2 ; Values to add in script command: $029000, 524, $5F7 ![]()
__________________
If it walks like a duck and if it quacks like a duck, it is a duck. |
![]() |
![]() |
![]() |
#55 | |||
Moderator
Join Date: Dec 2011
Location: Hungary
Posts: 4,778
|
![]() Quote:
![]() Quote:
![]() Quote:
![]() Nice to hear! ![]() |
|||
![]() |
![]() |
![]() |
#56 |
Tomb Raider
Join Date: Apr 2012
Location: Insanity
Posts: 10,176
|
![]()
Replying to AkyV's post.
Hey, sorry for posting on that thread ![]() Apparently, I've attempted to restart my computer (usual updates when you install windows all over again...), and for some reason everything is working! I haven't tested the triggers in-game, but no fullscreen problem, "Last Projects" are not crashing the editor or anything like that. Wonderful! I'll let you know if anything comes up. Thank you! |
![]() |
![]() |
![]() |
#57 |
Tomb Raider
Join Date: Apr 2012
Location: Insanity
Posts: 10,176
|
![]()
Sorry for double post BUT:
on your C151, it asks for a Parameters= script. However, I don't understand the "Numbers Field" of that, which is between "-32768 and 32767". Let's say I want to check if the bar value is less or equal than 75% of the air bar.. what number value would I put there?? Thanks in advance. |
![]() |
![]() |
![]() |
#58 |
Moderator
Join Date: Dec 2011
Location: Hungary
Posts: 4,778
|
![]()
C151 is about percent, so what you need to check is between 0 and 100. That is from -32768 and 32767, because PARAM_NUMBER_RELATION can check even smaller number than 0, and even bigger number than 100, because PARAM_NUMBER_RELATION is used for more relation procedures, not only C151.
"Less or equal than 75%" Syntax: Parameters=PARAM_NUMBER_RELATION, IdParamList, Relation flags (FREL...), Number Eg. for PARAM_NUMBER_RELATION Id=1: Parameters=PARAM_NUMBER_RELATION, 1, FREL_LESS+FREL_EQUAL, 75 Last edited by AkyV; 26-03-18 at 21:09. |
![]() |
![]() |
![]() |
#59 |
Moderator
Join Date: Jul 2003
Location: Drenthe, The Netherlands
Posts: 33,223
|
![]()
^
Works like a charm for my "play nearly-drowning sound when airbar starts blinking". Saves me a variable. ![]() However... I am using that same variable to make Lara cough when she surfaces. It works with the variable (condition that variable has value less than 400), but it does not work with C151 for Parameters=PARAM_NUMBER_RELATION, 1, FREL_LESS + FREL_EQUAL, 22. ![]() The C151 is in the same TG as the condition that Lara is playing her surfacing animation (anim 114). I've tried both "Check the air kept (only out of underwater)" and "Only underwater" options. Any ideas? ![]()
__________________
If it walks like a duck and if it quacks like a duck, it is a duck. |
![]() |
![]() |
![]() |
#60 | |
Moderator
Join Date: Dec 2011
Location: Hungary
Posts: 4,778
|
![]()
Script sent?
![]() Note: "Air kept" version, as I say in the remark, works only with the scuba setup. EDIT: I wrote in the remark: Quote:
Last edited by AkyV; 26-03-18 at 22:06. |
|
![]() |
![]() |
![]() |
Thread Tools | |
|
|