Need help with net coding

Discussions about Coding and Scripting
Post Reply
User avatar
Saya-chan
Adept
Posts: 446
Joined: Mon Jun 02, 2008 10:46 am
Personal rank: Former UT99 modder
Location: Vigo, Galicia
Contact:

Need help with net coding

Post by Saya-chan »

Someone there could help me with net coding? :help:
Image
  ~♥~ Bless the Cute Emperor ~♥~
User avatar
Feralidragon
Godlike
Posts: 5489
Joined: Wed Feb 27, 2008 6:24 pm
Personal rank: Work In Progress
Location: Liandri

Re: Need help with net coding

Post by Feralidragon »

UBX Master wrote:Someone there could help me with net coding? :help:
Do you mean UnrealScript "replication"?
User avatar
Saya-chan
Adept
Posts: 446
Joined: Mon Jun 02, 2008 10:46 am
Personal rank: Former UT99 modder
Location: Vigo, Galicia
Contact:

Re: Need help with net coding

Post by Saya-chan »

yes
Image
  ~♥~ Bless the Cute Emperor ~♥~
User avatar
Feralidragon
Godlike
Posts: 5489
Joined: Wed Feb 27, 2008 6:24 pm
Personal rank: Work In Progress
Location: Liandri

Re: Need help with net coding

Post by Feralidragon »

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. :wink:
User avatar
Saya-chan
Adept
Posts: 446
Joined: Mon Jun 02, 2008 10:46 am
Personal rank: Former UT99 modder
Location: Vigo, Galicia
Contact:

Re: Need help with net coding

Post by Saya-chan »

ok, thanks! :tu:

i don't know anything about replication, and I just wanna know projectile,effects,weapons,etc replication
Image
  ~♥~ Bless the Cute Emperor ~♥~
User avatar
Feralidragon
Godlike
Posts: 5489
Joined: Wed Feb 27, 2008 6:24 pm
Personal rank: Work In Progress
Location: Liandri

Re: Need help with net coding

Post by Feralidragon »

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
User avatar
Saya-chan
Adept
Posts: 446
Joined: Mon Jun 02, 2008 10:46 am
Personal rank: Former UT99 modder
Location: Vigo, Galicia
Contact:

Re: Need help with net coding

Post by Saya-chan »

thanks a lot, man!! :D
Image
  ~♥~ Bless the Cute Emperor ~♥~
User avatar
Feralidragon
Godlike
Posts: 5489
Joined: Wed Feb 27, 2008 6:24 pm
Personal rank: Work In Progress
Location: Liandri

Re: Need help with net coding

Post by Feralidragon »

No problem :wink:

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 :lol:
User avatar
Saya-chan
Adept
Posts: 446
Joined: Mon Jun 02, 2008 10:46 am
Personal rank: Former UT99 modder
Location: Vigo, Galicia
Contact:

Re: Need help with net coding

Post by Saya-chan »

This is surely a difficult task, specially when you don't have internet at home... But I think I'll try...
Image
  ~♥~ Bless the Cute Emperor ~♥~
User avatar
Feralidragon
Godlike
Posts: 5489
Joined: Wed Feb 27, 2008 6:24 pm
Personal rank: Work In Progress
Location: Liandri

Re: Need help with net coding

Post by Feralidragon »

UBX Master wrote:This is surely a difficult task, specially when you don't have internet at home... But I think I'll try...
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).
Post Reply