Post: need help for creating a RTM with visual studio
04-23-2016, 03:58 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); i cant get it to work that a datagrid will display the decimal value numbers rather than displaying symbols.....

i tried to convert it in something else, but everytimer when i did it it fucked the program up, or it would just tell me that "this" cant be convert to or from sting....

but the only way he will let me get the bytes if i use "extension.readstring()", i guess my problem is to work with a string, but i dont know how else i can give that value a name.
(adsbygoogle = window.adsbygoogle || []).push({});
04-23-2016, 04:36 PM #2
Gryphus
Former Super Moderator
Originally posted by Vampirzocker View Post
i cant get it to work that a datagrid will display the decimal value numbers rather than displaying symbols.....

i tried to convert it in something else, but everytimer when i did it it fucked the program up, or it would just tell me that "this" cant be convert to or from sting....

but the only way he will let me get the bytes if i use "extension.readstring()", i guess my problem is to work with a string, but i dont know how else i can give that value a name.


Thread moved to PS3 mods questions
04-23-2016, 10:21 PM #3
Originally posted by Vampirzocker View Post
i cant get it to work that a datagrid will display the decimal value numbers rather than displaying symbols.....

i tried to convert it in something else, but everytimer when i did it it fucked the program up, or it would just tell me that "this" cant be convert to or from sting....

but the only way he will let me get the bytes if i use "extension.readstring()", i guess my problem is to work with a string, but i dont know how else i can give that value a name.


What game are you trying to develop for ? depending on what game I can try to help
04-24-2016, 03:42 PM #4
i was making a collection of resident evil parts, nothing special, just to learn how to make n rtm but i dont get it xD

i used a tutorial from this site but even if this works like he wanted it to be, my ideas wont apply xD

my coding experience is far from perfect but here:


public static string getWeapons(uint Chrisslots)
{
string readWeapons = PS3.Extension.ReadString(0x3889A952 + Chrisslots * 0x2c);

return readWeapons;

}

private void button1_Click(object sender, EventArgs e)
{
if (dataGridView1.RowCount == 1)
{
dataGridView1.Rows.Add(Cool Man (aka Tustin);
}

for (uint i = 0; i < 9; i++)
{
dataGridView1[0, Convert.ToInt32(i)].Value = i;
dataGridView1[1, Convert.ToInt32(i)].Value = getWeapons(i);
try
{
Convert.ToDecimal(dataGridView1[1,1].Value);
}
catch
{
MessageBox.Show("Failed to Convert", "Failed", MessageBoxButtons.OK, MessageBoxIcon.Information);
}


of course i suggest that this code is wrong but i tried more than "conerttodecimal", i guess the problem is not even that, but this "readstring"....
04-27-2016, 09:56 AM #5
can be closed, have got it working
04-27-2016, 01:39 PM #6
Hydrogen
Super Mod
Originally posted by Vampirzocker View Post
can be closed, have got it working


Problem Resolved. Thread Closed. Moved to PS3 Mods Questions and Inquiries.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo