Data Realms Fan Forums http://45.55.195.193/ |
|
Undead.rte http://45.55.195.193/viewtopic.php?f=4&t=31916 |
Page 1 of 1 |
Author: | Nickner [ Wed Oct 10, 2012 9:07 pm ] |
Post subject: | Undead.rte |
Does anyone have an unmodified copy of Undead.rte? I found out that you could use old mods in the new version, but one of them needs Undead.rte |
Author: | Asklar [ Wed Oct 10, 2012 10:12 pm ] |
Post subject: | Re: Undead.rte |
It would be much easier to change the references from the old zombies to the new culled clones? Changes should be very easy, anyway. |
Author: | Nickner [ Wed Oct 10, 2012 11:06 pm ] |
Post subject: | Re: Undead.rte |
Asklar wrote: It would be much easier to change the references from the old zombies to the new culled clones? Changes should be very easy, anyway. How would I do that? The problem seems to be that its in a different folder Edit: The problem is from the AAL experemental tech using the old folders for undead |
Author: | uberhen [ Thu Oct 11, 2012 5:51 am ] |
Post subject: | Re: Undead.rte |
In the code, it will say "Undead.rte/***", where "***" is the item in question. For this build, the Undead faction has been migrated back into the Base.rte, in "Base.rte/Actors/Zombies" and "Base.rte/Actors/Skeletons". To fix this, you're going to have to find what item the old code calls for, and then find this in either the new Zombies folder or Skeletons folder. For example, if the old code causes an error looking for "Undead.rte/Actors/Skeletons/HeadB.bmp", find HeadB in "Base.rte/Actors/Skeletons/HeadB.bmp", and replace the code accordingly. Also, if you aren't already, your really should be using the program Notepad++ for all your code. It shows the line numbers next to each line, and you can easily see if your spacing/ tabbing is wrong. |
Author: | Nickner [ Thu Oct 11, 2012 1:02 pm ] |
Post subject: | Re: Undead.rte |
uberhen wrote: In the code, it will say "Undead.rte/***", where "***" is the item in question. For this build, the Undead faction has been migrated back into the Base.rte, in "Base.rte/Actors/Zombies" and "Base.rte/Actors/Skeletons". To fix this, you're going to have to find what item the old code calls for, and then find this in either the new Zombies folder or Skeletons folder. For example, if the old code causes an error looking for "Undead.rte/Actors/Skeletons/HeadB.bmp", find HeadB in "Base.rte/Actors/Skeletons/HeadB.bmp", and replace the code accordingly. Also, if you aren't already, your really should be using the program Notepad++ for all your code. It shows the line numbers next to each line, and you can easily see if your spacing/ tabbing is wrong. Thanks. Got it working |
Page 1 of 1 | All times are UTC [ DST ] |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |