- Joined
- May 2, 2017
- Messages
- 1
- Reaction score
- 3
- First Language
- Chinese
- Primarily Uses
- RMMV
Description of the Feature:
Code for Implementation:
n/a
Mockups:
n/a
Why is this feature good?
When you are making game with a group and use source version control software like Git or SVN, you will find it always conflicts and not able to auto merge.
That's because RM saves some of the software data like remembered map scroll position to data files. Then even though your cooperator only scrolled a map you have edited, it will conflicts when pushing, but group members don't need to know where their partner has scrolled the map to.
Possible issues with this feature?
Issues that might arise from this feature:
- Move all remembered scroll position and other necessary information to a single file.
Code for Implementation:
n/a
Mockups:
n/a
Why is this feature good?
When you are making game with a group and use source version control software like Git or SVN, you will find it always conflicts and not able to auto merge.
That's because RM saves some of the software data like remembered map scroll position to data files. Then even though your cooperator only scrolled a map you have edited, it will conflicts when pushing, but group members don't need to know where their partner has scrolled the map to.
Possible issues with this feature?
Issues that might arise from this feature:
- Make using RM for a group work easier.
Last edited:

