Search found 17 matches
- Wed Nov 03, 2010 7:02 pm
- Forum: Development
- Topic: Zsnes and Kaillera
- Replies: 16
- Views: 46862
Re: Zsnes and Kaillera
If you have seen my releae of zsnes with kaillera support, you would notice that I built it onto 1.42 instead of 1.51. It's because I read in the documents that 1.51 is unstable, which is the reason it doesn't have the netplay support that 1.42 has. So my modd isn't even for the latest version of zs...
- Wed Nov 03, 2010 2:49 am
- Forum: Development
- Topic: ZsneSK Unoffical release of zsnes which uses "Kaillera"
- Replies: 13
- Views: 39525
ZsneSK Unoffical release of zsnes which uses "Kaillera"
It uses the Kaillera client, I was able to keep two clients in perfect sync with each other, although I believe it will work the same with 3 or 4 even 5 players, it was only tested using 2. The following link is the source code! http://www.mediafire.com/?2n7irbk81rc7p14 The follwong link is the bina...
- Wed Nov 03, 2010 2:46 am
- Forum: ZSNES Talk
- Topic: Unoffical Release of Zsnes that has Kaillera
- Replies: 28
- Views: 54221
Re: Unoffical Release of Zsnes that has Kaillera
After looking at the GPLv2 it looks like I can share this version of zsnes, as long as I don't share "Kaillera's" source code. Which I don't have anyways, nor do I want it. ... so back in the development section of zsnes forums i'll post two links, one of the source code, the other for the...
- Tue Nov 02, 2010 1:04 am
- Forum: ZSNES Talk
- Topic: Unoffical Release of Zsnes that has Kaillera
- Replies: 28
- Views: 54221
Re: Unoffical Release of Zsnes that has Kaillera
Zsnes stays in sync with other clients, and chat works. But now this problem with the closed source software which is kaillera. If there are no function calls inside the zsnes source code that call kaillera, but if I include function calls to source code outside zsnes which would be my source other ...
- Mon Nov 01, 2010 12:28 am
- Forum: Development
- Topic: Zsnes and Kaillera
- Replies: 16
- Views: 46862
Re: Zsnes and Kaillera
ZsneSKaillera now has full chat support, with console commands.
I am doing crash tests, and some sync testing of the chat commands with 2 clients.
blueled...
I am doing crash tests, and some sync testing of the chat commands with 2 clients.
blueled...
- Sat Oct 30, 2010 6:27 pm
- Forum: ZSNES Talk
- Topic: Unoffical Release of Zsnes that has Kaillera
- Replies: 28
- Views: 54221
Re: Unoffical Release of Zsnes that has Kaillera
who is RMS?
Well just as long as it's legal to release this source code, otherwise i'll have to press... clear.
Well just as long as it's legal to release this source code, otherwise i'll have to press... clear.
- Sat Oct 30, 2010 6:24 pm
- Forum: Development
- Topic: Size of sram data.
- Replies: 1
- Views: 17414
Size of sram data.
I found a variable which I think stores the ram location for the sram data. sram. does this varible store the address of the sram data? will char* addr=sram;//work to get the sram data? How large is the sram data, is it consistant for all roms? In order to sync srm data, i want to perform an upload....
- Thu Oct 28, 2010 11:21 pm
- Forum: Development
- Topic: Zsnes and Kaillera
- Replies: 16
- Views: 46862
Re: Zsnes and Kaillera
I managed to get two zsnes clients to sync, it should work just the same for 3-5 players.
I am tring to get zsnes to parse chat strings sent by kaillera now, i'll try and post a link to the new source code after i mess with the chat string.
I am tring to get zsnes to parse chat strings sent by kaillera now, i'll try and post a link to the new source code after i mess with the chat string.
- Thu Oct 28, 2010 11:20 pm
- Forum: ZSNES Talk
- Topic: Unoffical Release of Zsnes that has Kaillera
- Replies: 28
- Views: 54221
Re: Unoffical Release of Zsnes that has Kaillera
The last code snippet had a major flaw in it!
but back on topic, what do you mean licenses?
you don't mean a conflic with the GPL? :[
oh, i did get zsnes to sync, yes that's correct, i managed to make them sync.
But if there is a conflict with the GPL, what do i do?
but back on topic, what do you mean licenses?
you don't mean a conflic with the GPL? :[
oh, i did get zsnes to sync, yes that's correct, i managed to make them sync.
But if there is a conflict with the GPL, what do i do?
- Mon Oct 25, 2010 12:10 am
- Forum: ZSNES Talk
- Topic: Unoffical Release of Zsnes that has Kaillera
- Replies: 28
- Views: 54221
Re: Unoffical Release of Zsnes that has Kaillera
Here is my idea for getting kaillera to sync all clients. loopstop=1; returnsize=0; while(returnsize >= 0 && loopstop==1) { returnsize=kailleraModifyPlayValues((void*)joykaicopy,5); //it's possible I am polling to soon. if(joykaicopy[0]!=0) //check if sync. if(joykaicopy[5]!=0 || numberPlaye...
- Sun Oct 24, 2010 11:43 pm
- Forum: ZSNES Talk
- Topic: Unoffical Release of Zsnes that has Kaillera
- Replies: 28
- Views: 54221
Re: Unoffical Release of Zsnes that has Kaillera
I am sure I can make it sync with all clients. I have an idea, maybe I should make an edit and upload again?
- Sun Oct 24, 2010 5:07 pm
- Forum: ZSNES Talk
- Topic: Unoffical Release of Zsnes that has Kaillera
- Replies: 28
- Views: 54221
Re: Unoffical Release of Zsnes that has Kaillera
Kaillera is a bad SDK you say? well what SDK could I replace the kaillera with?
- Sun Oct 24, 2010 3:57 pm
- Forum: Development
- Topic: Zsnes and Kaillera
- Replies: 16
- Views: 46862
Re: Zsnes and Kaillera
I still want to continue with this project, but no second controler, no feed back.
- Sun Oct 24, 2010 3:54 pm
- Forum: ZSNES Talk
- Topic: Unoffical Release of Zsnes that has Kaillera
- Replies: 28
- Views: 54221
Unoffical Release of Zsnes that has Kaillera
http://board.zsnes.com/phpBB3/viewtopic ... 59&start=0
I am trying to get this noticed, but no one seems interested, 5 player zsnes?
I am trying to get this noticed, but no one seems interested, 5 player zsnes?
- Sun Oct 24, 2010 6:25 am
- Forum: Development
- Topic: Zsnes and Kaillera
- Replies: 16
- Views: 46862
Re: Zsnes and Kaillera
Zsnes Source code of Zsnes 1.42 and Kaillera (gui needs help, but works) http://www.mediafire.com/?yach999yzl9rl75 Zsnes executable along with some dll files for running zsnes... http://www.mediafire.com/?yach999yzl9rl75 Maybe someone would like to host these files somewhere else? the project is ava...
- Sun Oct 24, 2010 6:12 am
- Forum: Development
- Topic: Zsnes and Kaillera
- Replies: 16
- Views: 46862
Re: Zsnes and Kaillera
anyone know where i can upload these files while staying anonomlis?
- Sun Oct 24, 2010 6:01 am
- Forum: Development
- Topic: Zsnes and Kaillera
- Replies: 16
- Views: 46862
Zsnes and Kaillera
I did some writing on zsnes 1.42 and I have got it working with kaillera 0.9. The rom loads up, and I am able to play single player. I can't test anymore because noone trusts me, everyone always thinks this type of think can only be a troject or virus. so I want to give a link to both the source, an...