ffviij Member 0 Aug 30, 2006 #1 I was wondering if it is possible to change the party size from 4 to 3? [/FONT]:please:
Daniel Member 186 Aug 30, 2006 #2 Find this line in the add_actor method in Game_Party: Code: if @actors.size < 4 and not @actors.include?(actor) Change the 4 to the maximum amount of party members. Upvote 0 Downvote
Find this line in the add_actor method in Game_Party: Code: if @actors.size < 4 and not @actors.include?(actor) Change the 4 to the maximum amount of party members.
Alexx Member 85 Aug 31, 2006 #3 Would it also be possible to change the number to something higher than 4 to allow more than 4 partymembers? Upvote 0 Downvote
Would it also be possible to change the number to something higher than 4 to allow more than 4 partymembers?
Daniel Member 186 Aug 31, 2006 #4 Yes. But when you change the maximum amount of party members, you'll have to edit a few windows so it will show all the members or look better. Upvote 0 Downvote
Yes. But when you change the maximum amount of party members, you'll have to edit a few windows so it will show all the members or look better.