Arma 3
Evaluări insuficiente
Seamless Teleport demo
   
Premiază
Adaugă la preferate
Preferat
Elimină din preferate
Data Type: Scenario
Scenario Gameplay: Singleplayer
Scenario Type: Infantry, Vehicles
Scenario Map: Stratis
Dimensiunea fișierului
Postat
459.889 KB
11 iun. 2020 la 9:44
1 jurnal de actualizare ( vizionare )

Abonează-te pentru a descărca
Seamless Teleport demo

În 1 colecție creată de voveraitis
All Voveraitis' missions
34 obiecte
Descriere
This is a little demo for a script which teleports you between houses in such a way that you won't even notice. You enter a house and exit in a completely different location. The script can teleport you from one house to another and has optional functionalty to copy the animations and locked door states from source to destination house. It works on soldiers much better than I ever expected it to. On vehicles I don't know, but maybe I will try to upgrade it in the future.

download source code here[drive.google.com].
17 comentarii
The Shadowbroker 24 sept. 2021 la 8:26 
I sent you a friend request, im hoping if i show my comp to you i can explain myself better:) im hoping you could help me.
voveraitis  [autor] 24 sept. 2021 la 6:57 
Of course, I mean, the link is in the description. Just download an use it. Although now that I think of it, I see I could have implemented it in a better way, no promises, but maybe I'll update it in the future. But that's not going to be soon, At best after a month.
The Shadowbroker 23 sept. 2021 la 18:54 
would you be willing to share this script for a project im working on?
voveraitis  [autor] 8 mart. 2021 la 22:26 
OK, will be waiting for that.
Reign 8 mart. 2021 la 15:00 
Nothing finished, but next time I'm ingame I'll take a video - I was making an SCP inspired mission, without using the standard mods available.
voveraitis  [autor] 7 mart. 2021 la 1:06 
BTW, if anyone has done anything with this, I would like to see your work. Post links here in the comments.
voveraitis  [autor] 2 febr. 2021 la 2:22 
NEW MISSION! Run across a hostile city with your balaclava on to retrieve your precious gaming PC. Lockdown Effect
voveraitis  [autor] 20 ian. 2021 la 2:08 
NEW MISSION! Postman's adventures continue in Livonia as he searches for a dangerous missing shimpment and delivers the packages once again. Postman in Livonia
Reign 29 dec. 2020 la 19:28 
Fantastic!
voveraitis  [autor] 30 oct. 2020 la 12:27 
Well, the teleport script works on single entity. You can call for multiple entities each time. It will be kind of like this:
TeleportCode = compile preprocessfilelinenumbers "scripts\seamless_teleport.sqf";
[Entity1, ...] call TeleportCode;
[Entity2, ...] call TeleportCode;
etc...
Also, this works on soldiers. For vehicles it doesn't work so well, but I guess it's because of velocity. If I did setVelocity on vehicles, maybe it would work alright. I thought about upgrading this script, but since I thought nobody would use it, I decided not to. It was enough for my own needs. But if you want to use it, just ask for it. I could take a look at it again. Only, it might not be soon. It might be in a week or two.