Posted: Fri Jun 24, 2016 3:58 pm Post subject: Need help with Dropdown values in CE 6.5
Okay so I am modifying someone's existing table for a game and in the inventory section I am converting the "Type" values to drowdown lists. My problem is that is there a way to it for all of them at once? When I select all the values and select "Show as Hexidecimal" it applies it to them but only to the one highlighted when setting the dropdown values. This normally wouldn't be a problem but there are 18 pages each with 11 items. I have the dropdown table copied but it's tedious to have to right click each one, paste in the dropdown list, tick the 2 options then move on to the next one. Thanks for any help in advance _________________
Fine! I'll go build my own lunar lander, with blackjack and hookers. In fact, forget the lunar lander and the blackjack. Ahh, screw the whole thing!
Maybe it would be simpler for you to open the file in NotePad?
Do a search for <Description>"Type"</Description>
Copy and paste the <DropDownList> element to each one.
Backup your CT first!
Open Lua Script window (Menu -> Table -> Show Cheat Table Lua Script)
Paste and execute this script
Code:
for i=0,getAddressList().Count-1 do
getAddressList().MemoryRecord[i].ShowAsHex = true
end
I was using the hexadecimal of an example of something that works. I'm trying to add a dropdown list for all items in the cheat table that has the description of "type"
Zanzer wrote:
Maybe it would be simpler for you to open the file in NotePad?
Do a search for <Description>"Type"</Description>
Copy and paste the <DropDownList> element to each one.
Backup your CT first!
Thanks I'll try this out _________________
Fine! I'll go build my own lunar lander, with blackjack and hookers. In fact, forget the lunar lander and the blackjack. Ahh, screw the whole thing!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum