Need help with net coding
-
- Adept
- Posts: 446
- Joined: Mon Jun 02, 2008 10:46 am
- Personal rank: Former UT99 modder
- Location: Vigo, Galicia
Need help with net coding
Someone there could help me with net coding?
~♥~ Bless the Cute Emperor ~♥~
-
- Godlike
- Posts: 5498
- Joined: Wed Feb 27, 2008 6:24 pm
- Personal rank: Work In Progress
- Location: Liandri
Re: Need help with net coding
Do you mean UnrealScript "replication"?UBX Master wrote:Someone there could help me with net coding?
-
- Adept
- Posts: 446
- Joined: Mon Jun 02, 2008 10:46 am
- Personal rank: Former UT99 modder
- Location: Vigo, Galicia
-
- Godlike
- Posts: 5498
- Joined: Wed Feb 27, 2008 6:24 pm
- Personal rank: Work In Progress
- Location: Liandri
Re: Need help with net coding
OK then, I know some stuff (enough to play with my weapons online with just one bug or another), so I must know what do know about replication:
- Nothing
- A little bit (the basics, such as what's a simulated function, proxys and so on)
And your doubt exactly:
- Projectiles replication
- PostRender (inventory)
I don't know much, but maybe I know enough so you can get at least started with it.
- Nothing
- A little bit (the basics, such as what's a simulated function, proxys and so on)
And your doubt exactly:
- Projectiles replication
- PostRender (inventory)
I don't know much, but maybe I know enough so you can get at least started with it.
-
- Adept
- Posts: 446
- Joined: Mon Jun 02, 2008 10:46 am
- Personal rank: Former UT99 modder
- Location: Vigo, Galicia
Re: Need help with net coding
ok, thanks!
i don't know anything about replication, and I just wanna know projectile,effects,weapons,etc replication
i don't know anything about replication, and I just wanna know projectile,effects,weapons,etc replication
~♥~ Bless the Cute Emperor ~♥~
-
- Godlike
- Posts: 5498
- Joined: Wed Feb 27, 2008 6:24 pm
- Personal rank: Work In Progress
- Location: Liandri
Re: Need help with net coding
Ok then, first of all, you should know what replication is, so here's 2 links, so read both:
http://wiki.beyondunreal.com/Legacy:Replication
http://wiki.beyondunreal.com/Legacy:Int ... eplication
Then, what's a Role:
http://wiki.beyondunreal.com/Legacy:Role
Then what's a simulated function:
http://wiki.beyondunreal.com/Legacy:Simulated_Function
Well, you won't need this one to much, but for some weapons you will need it:
http://wiki.beyondunreal.com/Legacy:Replication_Block
http://wiki.beyondunreal.com/Legacy:Replication
http://wiki.beyondunreal.com/Legacy:Int ... eplication
Then, what's a Role:
http://wiki.beyondunreal.com/Legacy:Role
Then what's a simulated function:
http://wiki.beyondunreal.com/Legacy:Simulated_Function
Well, you won't need this one to much, but for some weapons you will need it:
http://wiki.beyondunreal.com/Legacy:Replication_Block
-
- Adept
- Posts: 446
- Joined: Mon Jun 02, 2008 10:46 am
- Personal rank: Former UT99 modder
- Location: Vigo, Galicia
-
- Godlike
- Posts: 5498
- Joined: Wed Feb 27, 2008 6:24 pm
- Personal rank: Work In Progress
- Location: Liandri
Re: Need help with net coding
No problem
But remember one thing: replication is the most confusing concept and annoying/difficult to code in UnrealScript. So, if you feel a little frustrated when you try to "replicate" something right and you can't, well, replication is like that, frustrating sometimes
But remember one thing: replication is the most confusing concept and annoying/difficult to code in UnrealScript. So, if you feel a little frustrated when you try to "replicate" something right and you can't, well, replication is like that, frustrating sometimes
-
- Adept
- Posts: 446
- Joined: Mon Jun 02, 2008 10:46 am
- Personal rank: Former UT99 modder
- Location: Vigo, Galicia
Re: Need help with net coding
This is surely a difficult task, specially when you don't have internet at home... But I think I'll try...
~♥~ Bless the Cute Emperor ~♥~
-
- Godlike
- Posts: 5498
- Joined: Wed Feb 27, 2008 6:24 pm
- Personal rank: Work In Progress
- Location: Liandri
Re: Need help with net coding
You don't need exactly to have Internet, just make your PC both dedicated server and client, and I sure you that works 100%, and with low ping. Oh, it just takes that you have a net card active and configured (drivers and such).UBX Master wrote:This is surely a difficult task, specially when you don't have internet at home... But I think I'll try...