OSNOVE MULTIPLAYER IGARA Flashcards

1
Q

Što je server u multiplayer igrama?

A

Glavni čvor koji obrađuje događaje i sinkronizira igrače.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Koja je razlika između dedicated servera i peer-to-peer mreže?

A

Dedicated server upravlja cijelom igrom a peer-to-peer omogućava direktnu komunikaciju među igračima.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Koji su popularni multiplayer sustavi u Unityju?

A

Mirror Photon i FishNet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Što je SyncVar u Unity mrežnim igrama?

A

Varijabla koja automatski sinkronizira podatke između servera i klijenata.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Kako se objekti sinkroniziraju među klijentima?

A

Koristeći komponentu Network Transform.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Što je Network Identity?

A

Jedinstvena oznaka mrežnih objekata koja omogućava sinkronizaciju.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Kako igrači komuniciraju u multiplayer igrama?

A

Putem Remote Procedure Calls RPC ili Commands.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Kako se sprječava varanje u multiplayer igrama?

A

Provjeravanjem podataka na serveru i korištenjem Server Authority sustava.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Što je Client-Server model?

A

Model gdje server obrađuje sve podatke a klijenti samo šalju zahtjeve.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Što je Lag Compensation?

A

Tehnika za predviđanje pozicija igrača kod visoke latencije.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Kako se šalju podaci između igrača u mrežnim igrama?

A

Koristeći Network Messages ili Remote Procedure Calls.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Kako se stvara multiplayer lobby u Unityju?

A

Korištenjem Network Manager komponente za upravljanje sesijama.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly