Arma 3
120 ratings
RetroThings
5
2
2
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
Mod Type: Equipment
File Size
Posted
Updated
135.822 MB
Jan 27, 2021 @ 2:23pm
Aug 29, 2021 @ 4:58am
9 Change Notes ( view )

Subscribe to download
RetroThings

Description
RetroThings

Some retro things that have been around in the past time ..

At the moment there are Phonograph, Reel to Reel 'Teac A-3300SX' Tape Recorder, UK 'Ekсo AD75' and German 'VE301w' radio receivers, Soviet Loudspeaker 'Record'.
Some more stuff are in the plan.

Notes:

In the attributes of the object select the available in the game records.
Start the records with ace interaction menu.


Phonograph:
To add custom music to the mission in the init field of the Phonograph put the following lines:

_action = ["mytrack","My Track Name","",{params ["_target"]; [_target,"my_track_1"] execVM "KIF_Gramophon\play_track.sqf";},{true}] call ace_interact_menu_fnc_createAction;
[this, 0, ["ACE_MainActions"], _action] call ace_interact_menu_fnc_addActionToObject;

where My Track Name is the title appeared in the ace interaction menu,
and my_track_1 is the sound class name defined in the description.ext

Reel to Reel:
Similar as in the above script use: [_target,"my_track_1"] execVM "KIF_Reel\play_track.sqf"; to add sounds for the Tape Recorder.

Radio receivers (including loudspeaker):
Use [_target,"radio_track_1"] execVM "KIF_OldRadio\play_radio.sqf"; to add sound for the radio.

There is exist a nice mod WWII Immersive AIO Radio Pack from S. Compton that contains large collection of radio records of WW2 time as SFX sounds.
To use those sounds (or another SFX sounds) with the radio receivers use [_target,"sfx_sound_class"] execVM "KIF_OldRadio\play_radio_sfx.sqf";
44 Comments
Equinox Mar 30 @ 1:27am 
Nvm I figured it out lol
Equinox Mar 30 @ 12:48am 
Hello, Is there a way to add multiple custom tracks using the script you provided in the description of your mod? I have attempted to figure it out myself but couldn't get it to work.
[ANVIL] KpoT  [author] Sep 8, 2023 @ 6:17am 
@Able Archer, без ace - нет. Для симуляции записи с использованием ace: создать короткий (<1 сек.) звуковой файл, добавить его как свою композицию (как это сделать написано в описании мода), назвав класс "Начать запись". Анимация будет крутить бабины минут 5.
Ну или через addaction (без использования ace функционала): В инит магнитофона ->
this addAction ["Start recording", {params ["_target"]; [_target,"rr_click"] remoteExec ["say3D",[0,-2] select isDedicated]; sleep 0.5; _target animateSource ["open_door",1];}];
this addAction ["Stop recording", {params ["_target"]; [_target] execVM "KIF_Reel\stop_pl.sqf";}];
Able Archer Sep 7, 2023 @ 12:28pm 
Can you make the tape recorder reels animate without the music for interrogation ambiance and without ACE dependency?

Можете ли вы сделать катушки магнитофона анимированными без музыки для допроса и без зависимости от ACE?
olegpepin Apr 27, 2023 @ 9:36pm 
привет, у тебя можно мод заказать?
gothik20101 Jan 12, 2023 @ 12:09pm 
Спасибо:steamthumbsup:
[ANVIL] KpoT  [author] Jan 12, 2023 @ 12:07pm 
@gothik20101, через редактор, в ините обьекта, для каждой композиции прописывать, чтобы появилось эйс меню взаимодействия у каждого игрока, для каждого трека. Чтобы любой игрок мог выьрать музыку и запустить ее. Если цель просто запустить музыку, можно из консоли, скриптом.
gothik20101 Jan 12, 2023 @ 11:34am 
Просто я хочу чтобы можно было через зевс поставил громофон или радио нажал галочки и запустил его. И как я понял это надо через редактор ставить громофон и прописывать строчки под песню. И вопрос чтобы я все треки с мода мог запустить в нем, надо будет каждую песню отдельной строкой вписывать или как-то перечисление в одной строке можно сделать?
[ANVIL] KpoT  [author] Jan 12, 2023 @ 11:25am 
@gothik20101, можно, достаточно знать имя класса музыки, ну и вписать его в вышенаписанный скрипт в ините обьекта.
gothik20101 Jan 12, 2023 @ 11:14am 
I understand correctly that if I download any mod with music, it can be played. Or do you need to have a line written somewhere in the config that you have in the description?
Я правильно понимаю что если я скачаю любой мод с музыкой то ее можно будет воспроизвести. Или нужно чтобы где-то в конфиге была прописана строчка которая у вас в описании?