• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

RPG Camera

This bundle is marked as awaiting update. A staff member has requested changes to it before it can be approved.
I've made an RPG camera system. It works for player 1 only, but it works fine.

You can change the distance & rotation by arrowkeys. To change the perspective use mouse-wheel. The currently selected unit is the target of this camera, so you can use it for more than 1 character.

Feel free to optimize it for your own, if it isn't exactly what you need. Have fun with this. ;-)
Contents

MPI_RPG Camera (Map)

RPG Camera (Map)

Reviews
KILLCIDE
Moved to the Spells section. Please update your resource accordingly to the Spell Submission Rules
Level 3
Joined
Oct 1, 2018
Messages
63
Hello Killcide. Thanks for replacing my Thread to the right corner.

About my resource:
What exactly is missing or done Wrong? If i have to post the Triggers i have a little problem. Currently i have only my Mobile phone for internet excess, wich doesnt support my pc. So i cant just copey and past them here. It would be very much work to write all them down with my phone. One more problem is that my Warcraft is german, so the Triggers are shown half germ half english. It would be a tonn to dolmatch.
 
Level 37
Joined
Jul 22, 2015
Messages
3,485
The Maps & Spells section have different rules, and since this was originally in the Maps section, I wanted you to make any necessary changes so that it is more fitting for the Spells section. I didn't really look at the resource to see what is missing or done wrong, but given by your comment "If I have to post the triggers...", it is apparent you haven't read the rules yet because the rules dont state that you have to post triggers :p so please, read the rules carefully and make any initial changes necessary to make the review process easier. I rather give you feedback on your triggers / code rather than constantly making sure you meet the minimum requirements.
 
To make it MPI (Camera System technically can't be MUI due to the fact it's involving cameras, which is limited to 1 per player), you need to expand the variable into array that supports up to total player Warcraft supports (12 in pre-1.29 and 24 per 1.29 patch).

MPI : Multi Player Instance
MUI : Multi Unit Instance
 
Level 3
Joined
Oct 1, 2018
Messages
63
I have testet it once with arrays for 4 players as player 2 but it did not work. Then again i testet it without arrays as player 2, what didnt work eather. Does it only work online as player 2 or does it always only work for player 1?

I am not using cameras, i just use the camera field functions.
 
Level 3
Joined
Oct 1, 2018
Messages
63
This is odd. I tried to make it for 12 players just like i did it jears ago. I testet it as player 2 and it finally worked.

About player- and unit-groups:
I already know how to use them.
but thanks anyway, since it finally works MPI. Actually i wanted to show you that it doesnt but i failed to that. xD

So here is it:
 

Attachments

  • MPI_RPGCamera.w3x
    33.2 KB · Views: 52
Level 3
Joined
Oct 1, 2018
Messages
63
I cant save the edit. There seems to be no save button. Maybe i cant do it becouse im new here and have to
wait for full membership or something. Maybe my phone doesnt show this site corret. I will change that when i have lan at home/full membership.

Lan is coming this month, i have made a pact with O2.
 
Top