mirror of
https://github.com/Syping/ragephoto-cli.git
synced 2025-11-09 21:25:18 +01:00
use dec instead of hex for setHeader
This commit is contained in:
parent
8b93144f98
commit
bb8290ebfd
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ internal static class Program {
|
||||||
|
|
||||||
if (photo.Format == PhotoFormat.GTA5) {
|
if (photo.Format == PhotoFormat.GTA5) {
|
||||||
DateTimeOffset photoTime = DateTimeOffset.FromUnixTimeSeconds(Random.Shared.Next(1356998400, 1388534399));
|
DateTimeOffset photoTime = DateTimeOffset.FromUnixTimeSeconds(Random.Shared.Next(1356998400, 1388534399));
|
||||||
photo.SetHeader("PHOTO - 10/26/25 02:28:08", 0x2F99E5D9, 0x00000000);
|
photo.SetHeader("PHOTO - 10/26/25 02:28:08", 798615001, 0);
|
||||||
photo.Json = "{\"loc\":{\"x\":0,\"y\":0,\"z\":0}," +
|
photo.Json = "{\"loc\":{\"x\":0,\"y\":0,\"z\":0}," +
|
||||||
"\"area\":\"SANAND\",\"street\":0,\"nm\":\"\",\"rds\":\"\"," +
|
"\"area\":\"SANAND\",\"street\":0,\"nm\":\"\",\"rds\":\"\"," +
|
||||||
"\"scr\":1,\"sid\":\"0x0\",\"crewid\":0,\"mid\":\"\"," +
|
"\"scr\":1,\"sid\":\"0x0\",\"crewid\":0,\"mid\":\"\"," +
|
||||||
|
|
@ -56,7 +56,7 @@ internal static class Program {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
DateTimeOffset photoTime = DateTimeOffset.FromUnixTimeSeconds(Random.Shared.NextInt64(-2208988801, -2240524800));
|
DateTimeOffset photoTime = DateTimeOffset.FromUnixTimeSeconds(Random.Shared.NextInt64(-2208988801, -2240524800));
|
||||||
photo.SetHeader("PHOTO - 10/26/25 02:31:34", 0xB76BFD68, 0xACEF57D2);
|
photo.SetHeader("PHOTO - 10/26/25 02:31:34", 3077307752, 2901366738);
|
||||||
photo.Json = "{\"loc\":{\"x\":0,\"y\":0,\"z\":0}," +
|
photo.Json = "{\"loc\":{\"x\":0,\"y\":0,\"z\":0}," +
|
||||||
"\"regionname\":0,\"districtname\":0,\"statename\":0,\"nm\":\"\"," +
|
"\"regionname\":0,\"districtname\":0,\"statename\":0,\"nm\":\"\"," +
|
||||||
"\"sid\":\"0x0\",\"crewid\":0,\"mid\":\"\",\"mode\":\"SP\"," +
|
"\"sid\":\"0x0\",\"crewid\":0,\"mid\":\"\",\"mode\":\"SP\"," +
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue