Divo16
Jun 7 2010, 07:49 AM
I have a 2 year project called Vampire's Life. I always used the AMS script on it but now i really wanted to change the script to UMS because it is a lot better.
The problem is that for me to change from AMS to UMS i have to replace all the \f[name] to \face[name] and that would take forever!
Does anyone know how to change the UMS script so that it accepts \f as the face command instead of the \face??
Thanks in advance to everyone who tried to solve my problem.
stripe103
Jun 7 2010, 09:38 AM
If you mean Ccoas UMS, then on line 1006 you have the line
CODE
@text.gsub!(/\\[Ff][Aa][Cc][Ee]\[(.*?)\]/) do
change that into
CODE
@text.gsub!(/\\[Ff]\[(.*?)\]/) do
Divo16
Jun 7 2010, 09:51 AM
I thought UMS was enough to identify the script.
Thanks a lot for the reply.
Just another thing, when i insert the CCOAS UMS the Teleportation doesnt work anymore?
You have any idea why?
stripe103
Jun 7 2010, 10:30 AM
No, not really. I haven't seen any part in the UMS script that is affecting the teleportation. You will need to check your other scripts for that. There may be some other script that affects the teleportation and that don't like the UMS script in some way.
Divo16
Jun 8 2010, 05:03 AM
I have discovered another thing, the teleport only works when there is a text behing the teleport command.
Any clue why?
I found out where the error is, its on the Blizz 2.7 script.
You know how can i make the Blizz2.7 and the CCOAS UMS compatible?
stripe103
Jun 8 2010, 08:15 AM
I have used them both in a new project and it works perfect.
Unka Josh
Jun 8 2010, 10:30 AM
This is perhaps the best time to post a screenshot of the coding, I'd say.
stripe103
Jun 8 2010, 12:20 PM
Two questions:
1. Have you tried to make a new project and then add one script at a time and test the game after each test.
2. How did you find out that it was Blizz-ABS it was wrong with?
The thing is, since I am no real scripter I don't think cannot help you with this. I can edit scripts quite good but not one as big as Blizz-ABS.
Blizzard who made it was like the best of Ruby like EVER and there is no way that I have the time nor the knowledge of troubleshooting the system. But of course you can post the coding and see if anyone else maybe answers.
Divo16
Jun 14 2010, 03:45 PM
I deleted every custom made script in my game until the only left were Blizz2.7 and UMS.
But its ok, i customised the AMS script and got it to be good enough for my game.
Thanlx to everyone who at least looked at my doubt and extra thankx to those who replied.
Fantastic and active forum this one.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.