some weapon I made years ago
-
- Novice
- Posts: 18
- Joined: Fri Sep 13, 2019 3:34 am
some weapon I made years ago
There are some MH servers out there that has some maps in which I added my weapons. One of them is a rocket with shock rifle trail and shock combo explosion. Why does it explode with 2 shock combos at the same time? I don't know how to program. Back then I just copied the explosion from one weapon to the other without even knowing what a function is. I think the shock combo only displays duplicated online, it doesn't happen offline.
- papercoffee
- Godlike
- Posts: 9411
- Joined: Wed Jul 15, 2009 11:36 am
- Personal rank: coffee addicted !!!
- Location: Cologne, the city with the big cathedral.
- Contact:
Re: some weapon I made years ago
What exactly do you want to know?
It's not clear what your question is.
It's not clear what your question is.
-
- Novice
- Posts: 18
- Joined: Fri Sep 13, 2019 3:34 am
Re: some weapon I made years ago
Post the code of that weapon.
"Multiple exclamation marks," he went on, shaking his head, "are a sure sign of a diseased mind." --Terry Pratchett
- sektor2111
- Godlike
- Posts: 4172
- Joined: Sun May 09, 2010 6:15 pm
- Location: On the roof.
Re: some weapon I made years ago
It depends on how many functions are simulated and where the effects are created. If the effects are called in both server and client, then doubling is not unusual. In some projectiles I used bNetTemporary because otherwise I could see multiple bursts especially at high network latencies. Some effects called on the server are replicated to the client, if the client does the same thing then more than one effect occurs.
- EvilGrins
- Godlike
- Posts: 6456
- Joined: Thu Jun 30, 2011 8:12 pm
- Personal rank: God of Fudge
- Location: Palo Alto, CA
- Contact:
Re: some weapon I made years ago
One of the first dragon monsters released for play in MonsterHunt was initially very popular until it was discovered that that it played great offline but online its projectiles made colorful streams in the air with no sense of where the dragon was shooting.
Details - http://www.online-multigaming.com/e107_ ... 0#post_286
Offline and online are frequently not the same for most aspects of the game, especially where projectiles are concerned.