Data Realms Fan Forums http://45.55.195.193/ |
|
Is it possible to remove an .rte from the buy menu? http://45.55.195.193/viewtopic.php?f=1&t=12229 |
Page 1 of 1 |
Author: | Jeseuss [ Sun Sep 14, 2008 4:38 am ] |
Post subject: | Is it possible to remove an .rte from the buy menu? |
But not remove it from the game? As in, be able to load it for the activities file, but none of it's contents will show up in the buy menu. |
Author: | TrouserDemon [ Sun Sep 14, 2008 4:41 am ] |
Post subject: | Re: Is it possible to remove an .rte from the buy menu? |
Well, you could go to each individual weapon/actor and change Code: Buyable = 1 to Code: Buyable = 0 |
Author: | Jeseuss [ Sun Sep 14, 2008 4:48 am ] |
Post subject: | Re: Is it possible to remove an .rte from the buy menu? |
There must be a better way to do it. I assume it's set to default buyable 1 for everything, which means I'd have to add the parameter too, because it wasn't included in this particular rte. |
Author: | Azukki [ Sun Sep 14, 2008 5:10 am ] |
Post subject: | Re: Is it possible to remove an .rte from the buy menu? |
Jeseuss wrote: There must be a better way to do it. There isn't. Weelllll I guess you could try some clever use of the replace tool, but that won't be much easier. Maybe replace Code: GoldValue = Code: Buyable = 0 GoldValue = Code: Buyable = 1 Edit: Switched addtogroup with goldvalue, that way it's only on there once, and anything you buy is more likely to have a price defined than be in a BYOB category. |
Author: | AtomicTroop [ Sun Sep 14, 2008 5:19 pm ] |
Post subject: | Re: Is it possible to remove an .rte from the buy menu? |
Ehh... azukki... Why mess with the addtogroup when you can just make all the buyables to 0. You don't need to mess with the addtogroups. |
Author: | TrouserDemon [ Sun Sep 14, 2008 7:33 pm ] |
Post subject: | Re: Is it possible to remove an .rte from the buy menu? |
Because everything has an AddToGroup, but not everything has a Buyable = 1. |
Author: | AtomicTroop [ Tue Sep 16, 2008 9:43 am ] |
Post subject: | Re: Is it possible to remove an .rte from the buy menu? |
Oh, true that. I forgot about it completely. Heh, my bad. |
Author: | numgun [ Tue Sep 16, 2008 3:37 pm ] |
Post subject: | Re: Is it possible to remove an .rte from the buy menu? |
But everything is buyable = 1 by default. Right? |
Author: | TrouserDemon [ Tue Sep 16, 2008 4:47 pm ] |
Post subject: | Re: Is it possible to remove an .rte from the buy menu? |
Yes. |
Author: | Exalion [ Wed Sep 17, 2008 7:52 am ] |
Post subject: | Re: Is it possible to remove an .rte from the buy menu? |
Whats wrong with copy-pasting buyable = 0? It's easier than anything else. |
Author: | Miles_T3hR4t [ Wed Sep 17, 2008 4:14 pm ] |
Post subject: | Re: Is it possible to remove an .rte from the buy menu? |
what about removing them from index.ini? Or do you mean remove mods out of an RTE so that they aren't buyable, but they are used by the activities included (Such as, a mod uses a custom gun in the activities, but you don't want the gun to be buyable normally) |
Author: | Grif [ Thu Sep 18, 2008 12:43 am ] |
Post subject: | Re: Is it possible to remove an .rte from the buy menu? |
Miles_T3hR4t wrote: what about removing them from index.ini? Or do you mean remove mods out of an RTE so that they aren't buyable, but they are used by the activities included (Such as, a mod uses a custom gun in the activities, but you don't want the gun to be buyable normally) Quote: As in, be able to load it for the activities file, but none of it's contents will show up in the buy menu. Reading! |
Author: | Miles_T3hR4t [ Thu Sep 18, 2008 3:00 am ] |
Post subject: | Re: Is it possible to remove an .rte from the buy menu? |
Grif wrote: Quote: As in, be able to load it for the activities file, but none of it's contents will show up in the buy menu. Reading! hey, as in, an activity that uses a mod, that you can't use. in that situation you have to set them all to buyable = 0, otherwise, if the mod isn't used within the activities, you can just comment them out. I mention it that way because some mods, include custom activities, that only use base.rte contents in the activities, and if you only wanted THAT, you could just comment out the rest. |
Page 1 of 1 | All times are UTC [ DST ] |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |