Arma 3
Yeterli oy yok
Seamless Teleport demo
   
Ödül
Favorilere Ekle
Favorilere Eklendi
Favorilerden Çıkar
Data Type: Scenario
Scenario Gameplay: Singleplayer
Scenario Type: Infantry, Vehicles
Scenario Map: Stratis
Dosya Boyutu
Gönderilme
459.889 KB
11 Haz 2020 @ 9:44
1 Değişiklik Notu ( görüntüle )

İndirmek için abone ol
Seamless Teleport demo

voveraitis tarafından 1 koleksiyonda
All Voveraitis' missions
34 öğe
Açıklama
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 Yorum
The Shadowbroker 24 Eyl 2021 @ 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  [yaratıcı] 24 Eyl 2021 @ 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 Eyl 2021 @ 18:54 
would you be willing to share this script for a project im working on?
voveraitis  [yaratıcı] 8 Mar 2021 @ 22:26 
OK, will be waiting for that.
Reign 8 Mar 2021 @ 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  [yaratıcı] 7 Mar 2021 @ 1:06 
BTW, if anyone has done anything with this, I would like to see your work. Post links here in the comments.
voveraitis  [yaratıcı] 2 Şub 2021 @ 2:22 
NEW MISSION! Run across a hostile city with your balaclava on to retrieve your precious gaming PC. Lockdown Effect
voveraitis  [yaratıcı] 20 Oca 2021 @ 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 Ara 2020 @ 19:28 
Fantastic!
voveraitis  [yaratıcı] 30 Eki 2020 @ 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.