Gamestudio Links
Zorro Links
Newest Posts
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
Trading Journey
by howardR. 04/28/24 09:55
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (howardR, 7th_zorro), 893 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 21 of 30 1 2 19 20 21 22 23 29 30
Re: Does my KarBOOM host work? [Re: JibbSmart] #360417
02/23/11 21:16
02/23/11 21:16
Joined: Dec 2008
Posts: 1,660
North America
Redeemer Offline
Serious User
Redeemer  Offline
Serious User

Joined: Dec 2008
Posts: 1,660
North America
Quote:
Oh and UPnP is nothing new, and the newer games are already old too

By "new" I mean it only started enjoying widespread use in the last few years. wink


Eats commas for breakfast.

Play Barony: Cursed Edition!
KarBOOM test update 0.2.3 [Re: Redeemer] #360435
02/23/11 22:27
02/23/11 22:27
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline OP
Expert
JibbSmart  Offline OP
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
Hey guys,

This update is not being shouted across the internet. If you login using this update, you'll be informed that a new version is available online, but this is incorrect -- I just haven't changed the online information because this version is for testing rather than mass distribution, and don't want people logging in to 0.2.2 (as if that happens a lot) thinking a new version is available.

PLEASE TEST THIS VERSION OUT.

Thanks to JustSid for pointing me in the direction of some helpful UPnP code laugh

This version adds new features as listed in the README, but doesn't have the complete feature list I wanted the next version to have. When creating a server, KarBOOM will automatically attempt to set up port forwarding. I'm not sure how well this works. On my machine I have had no errors, and the function returns all the right values. But I can only test it if there are people to play.

I've set up a host. Please try to connect. Also, if you haven't been able to host before because you don't have port-forwarding working, it'd be great if you try hosting with this version and let me know how it goes.

UPnP works on most routers but not all. But it's supposed to work on mine, and I'm not sure if my implementation will work at all.

Thanks for trying it out.

There are a bunch of other nice features in this update for you guys anyway.

Here's the relevant part of the README:
Code:
0.2.3

FEATURES
- Option added to remember login details.
- Online games can now take place in either the large
  dirt patch or small dirt patch.
- KarBOOM will now automatically open ports when hosting.
TWEAKS
- Keyboard-controlled cars steer more responsively to match
  gamepad-controlled cars.
- The appearance of check-boxes has changed to help
  differentiate them from normal buttons and input fields.
BUGFIXES
- Labels above gamepad-controlled cars no longer show the
  wrong number.
- Blinking cursor no longer becomes part of the submitted
  input under certain conditions.
- Function keys and cursor keys no longer interfere with
  text input.
- Chat messages, host's scores, and the name of the last
  server played are now purged between games.
- A server marked as having connection trouble will be
  unmarked once a client makes a successful connection.
- Logging out of the menu now properly logs the player out,
  removing "play online" from the menu if they choose to
  play offline.
- Master volume settings no longer interfere with Windows
  volume settings.
BUGS
- Victory conditions option appears when creating a host,
  but the options don't do anything yet.



Jibb


Formerly known as JulzMighty.
I made KarBOOM!
Re: KarBOOM test update 0.2.3 [Re: JibbSmart] #360441
02/23/11 22:51
02/23/11 22:51
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline OP
Expert
JibbSmart  Offline OP
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
Okay, brilliant, it works! I've just got to fix some little things, and then I'll have a UPnP dll to contribute for you all to use. EDIT3: The dll is now available in the User Resources forum.

Jibb

EDIT: New version at the same link, uses the new DLL. Please re-download. SHOULD be no problems, but I never like to assume too much with programming, so I'm hanging around if anyone wants to join. Once this version has been tested I'll put up the dll so that no one has any excuses for requiring their players to set up port-forwarding manually.

EDIT2: @Redeemer: I was AFK when you joined, but thanks for testing it out!

Last edited by JulzMighty; 02/24/11 00:00.

Formerly known as JulzMighty.
I made KarBOOM!
Re: KarBOOM test update 0.2.3 [Re: JibbSmart] #360566
02/25/11 01:10
02/25/11 01:10
Joined: Aug 2001
Posts: 2,320
Alberta, Canada
William Offline
Expert
William  Offline
Expert

Joined: Aug 2001
Posts: 2,320
Alberta, Canada
Thanks so much for the Upnp plugin, it is really great! As well, I thought I would mention that with your latest version it says I am missing "msvcr100.dll". So when I download it online and put it in your folder everythin works fine.

I am using windowsXP.

I know with Silas one of my testers had a problem with "msvcp71.dll" and "msvcr71.dll" being missing. So I now include them in my folder.

Not really sure what there for, but I think that on different versions of windows they may or may not be in your system32.

P.S - The game plays great, keep up the good work. laugh


Check out Silas. www.kartsilas.com

Hear my band Finding Fire - www.myspace.com/findingfire

Daily dev updates - http://kartsilas.blogspot.com/
Re: KarBOOM test update 0.2.3 [Re: William] #360567
02/25/11 01:24
02/25/11 01:24
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline OP
Expert
JibbSmart  Offline OP
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
Thanks for the heads-up. Does that happen when you use UPnP in your own project, or just in the latest version of KarBOOM? Because I might have accidentally used an older version in KarBOOM.

And thanks laugh

Jibb


Formerly known as JulzMighty.
I made KarBOOM!
Re: KarBOOM test update 0.2.3 [Re: JibbSmart] #360568
02/25/11 01:32
02/25/11 01:32
Joined: Sep 2003
Posts: 6,861
Kiel (Germany)
Superku Offline
Senior Expert
Superku  Offline
Senior Expert

Joined: Sep 2003
Posts: 6,861
Kiel (Germany)
Jibb, you may remember that I am also getting the "msvcr100.dll" is missing error when I start your game. I'm using Windows XP, too.


"Falls das Resultat nicht einfach nur dermassen gut aussieht, sollten Sie nochmal von vorn anfangen..." - Manual

Check out my new game: Pogostuck: Rage With Your Friends
Re: KarBOOM test update 0.2.3 [Re: Superku] #360570
02/25/11 01:53
02/25/11 01:53
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline OP
Expert
JibbSmart  Offline OP
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
Yes, thanks for reminding me. I think I've fixed it -- it's an issue with the default settings of VC++ Express 2010, and I think I've fixed it.

The same link in the resources thread should have the new version now. The new version will be in the next version of KarBOOM, but I haven't updated 0.2.3.

Jibb


Formerly known as JulzMighty.
I made KarBOOM!
KarBOOM update 0.2.4 released! [Re: JibbSmart] #360660
02/25/11 20:40
02/25/11 20:40
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline OP
Expert
JibbSmart  Offline OP
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
DOWNLOAD AT THE USUAL URL

Version 0.2.4 adds online rounds. Unless you're in "no limits" mode, cars can only be added between rounds, so it might be best to have relatively low limits on the rounds so there's less waiting for newcomers and more winning for whoever ends up thrashing everyone else (whether it's time, score, or life limit).

There's nothing visually different about this version, really, except for slightly different menu options. But here's a screenshot anyway. I like colours.


The server list is still lite on information -- the next update is planned to give you more info (such as game mode and host location), but until then this should be good.

This uses UPnP so most users will be able to host without having to even think about the words "port" and "forwarding".

A lot changed to have online rounds work, so I'm nervous of bugs.

Please let me know how it goes, what you think, and so on. The next version (with its extra server and game info) will hopefully be the last one before the level editor.

Tell all your friends and all that jazz.

laugh

Jibb


Formerly known as JulzMighty.
I made KarBOOM!
Re: KarBOOM update 0.2.4 released! [Re: JibbSmart] #360672
02/25/11 23:30
02/25/11 23:30
Joined: Aug 2001
Posts: 2,320
Alberta, Canada
William Offline
Expert
William  Offline
Expert

Joined: Aug 2001
Posts: 2,320
Alberta, Canada
It still issues the missing .dll error. laugh


Check out Silas. www.kartsilas.com

Hear my band Finding Fire - www.myspace.com/findingfire

Daily dev updates - http://kartsilas.blogspot.com/
Re: KarBOOM update 0.2.4 released! [Re: William] #360673
02/25/11 23:33
02/25/11 23:33
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline OP
Expert
JibbSmart  Offline OP
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
Thanks for the heads-up!

Jibb

EDIT: I gave up trying to remove the need for it, and just included it in the folder. The UPnP DLL contribution will have it in a minute or two soon.

Last edited by JulzMighty; 02/26/11 01:01.

Formerly known as JulzMighty.
I made KarBOOM!
Page 21 of 30 1 2 19 20 21 22 23 29 30

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1