(edited by Much.2794)
Showing Posts For Much.2794:
Reset in EU will be at 18:00 zulu (end time in the API) to convert it to your local time you can use: http://www.timezoneconverter.com/cgi-bin/tzc.tzc
If your county changed time this means reset will be one hour earlier.
removed post till further notice about full guildname. Was commanding didn’t had time to look deep into it. Though it is dusturbing as i haven’t seen the tag like ever on fsp
It is a different DAWN
Pointer sharedMemory = Kernel32.INSTANCE.MapViewOfFile(sharedFile,
WinNT.SECTION_MAP_WRITE, 0, 0, 5460);That SECTION_MAP_WRITE means you’re opening the mapping with write/read access. It doesn’t really matter, but since you only need to read the data, that WRITE should be a READ.
Edited in my post and also changed the Kernel32.INSTANCE.CreateFileMapping to readonly
I got it working with a few changes to you’re setup.
Here are a few lines from the working code:
final String name = “MumbleLink”;
sharedFile = Kernel32.INSTANCE.CreateFileMapping(
WinBase.INVALID_HANDLE_VALUE, null, WinNT.PAGE_READONLY, 0,
5460, name);
Pointer sharedMemory = Kernel32.INSTANCE.MapViewOfFile(sharedFile,
WinNT.SECTION_MAP_READ, 0, 0, 5460);
if (sharedMemory != null) {
uiVersion = sharedMemory.getInt(0);
uiTick = sharedMemory.getInt(4);
fAvatarPosition = sharedMemory.getFloatArray(8, 3);
fAvatarFront = sharedMemory.getFloatArray(20, 3);
fAvatarTop = sharedMemory.getFloatArray(32, 3);
name = sharedMemory.getCharArray(44, 256);
fCameraPosition = sharedMemory.getFloatArray(556, 3);
fCameraFront = sharedMemory.getFloatArray(568, 3);
fCameraTop = sharedMemory.getFloatArray(580, 3);
identity = sharedMemory.getCharArray(592, 256);
context_len = sharedMemory.getInt(1104);
context = sharedMemory.getByteArray(1108, 256);
}
If the code still returns a lot of “0” play the game for a few seconds and the values will change.
(edited by Much.2794)
A video to share the last few moment of the bounty with everyone:
Hopefully there will be more footage from the next guild mission.
Are you given the target name 1 after another or all at once?
All at once and you can kill them in any order you like or even at the same time if you got enough players.
Beside the name you also get an description of the zone the targets are in.
The once a week reward you’re referring to is the 2 commendations, items and 50 silver? Meaning if you do the bounty again there will be no rewards?
Yes and you get the reward after killing a target, so you can get youre personal reward even if the bounty fails.
As main recorder of DIE i usually record most events. unfortantly i had a meeting on Skype and the overlay from Skype was hiding the fact that i wasn’t recording. I do have some footage from the preparation and of the group after claiming the last bounty.
If any screenshots or other recordings from the T3 bounty are available to me i will make a compilation of them and share it with all of you