Hello, everyone! I really need help. I am new in C++, and I don't know anything about it. I want to make subtitle for Far Cry from 2004, but I don't know how. I opened training.lua file and I don't know what to do next. I am not sure is this right place for this question, but if someone can answer me, I will be greatfull. Sorry for my English. :)
This is one part:
-- Ingame Cutsequences
function Mission:Event_tower_fall()
Movie:PlaySequence('tower_fall');
end
function Mission:Event_patrolboat_passby()
Movie:PlaySequence('patrolboat_passby');
end
function Mission:Event_start_flyby()
Movie:PlaySequence('intro');
end
function Mission:Event_MissionFinished()
_localplayer.cnt:SavePlayerElements();
Game:SendMessage('StartLevelFade Carrier');
-- Game:SendMessage('EndDemo');
end
function Mission:Event_heli_down()
Movie:PlaySequence('heli_down');
end
-- Hud:AddMessage('Doyle: Find a way inside the wreck',9);
-- Hud:AddMessage('the helicopter with valerie has landed to refuel',19);
Hud:CompleteObjective(Localize("GoToTheCarrier"));
Hud:PushObjective({},Localize("FindAWayInsideTh"));
Hud:SetRadarObjective("hole");