Software.Wogatzky.com


udp- broadcasts forwarding 
Last Change: 2011-07-16 13:41:34

I wrote this little program because openVPN does not forward UDP-Broadcasts
sent from a openVPN Client to a subnet broadcast or 255.255.255.255.
Those broadcasts are often used in networkgames to look for other computers
running the same game. If this does not work, and if the clients are not able to
enter a server ip manually, network games will never work.
To this topic I found a sentence in a forum like "not implemented yet", so I
didn't start to browse the openVPN Sources to implement this function or
validate this information.
Instead I wrote this little forward tool, which sniffs UDP-Braodcasts from
openVPN-Clients and forwards them to all other openVPN Clients on base
of the openVPN ip pool (ipp.txt)
This script now is a few years old, smoeone should check if openvpn now forwards
udp-broadcasts itself. :-)

Screenshot udp - broadcasts for openVPN (udp- broadcasts forwarding)


Custom Properties in Blender 
Last Change: 2010-04-10 14:27:00

This GUI script enables you to make use of the properties-property in mesh data. Simply add your own properties and have fun with it.

Screenshot Custom Properties in Blender (Custom Properties in Blender)


Outlook Express Monitor 
Last Change: 2009-02-02 23:30:11

OEMonitor is a little tool, nested in the systray. It automatically checks mails for every outlook express pop3 mail account. Absolutely no configuration is needed.

Screenshot OEMonitor (Outlook Express Monitor)


Blender Script findNoWeightVertices.py 
Last Change: 2008-12-22 17:25:56

I wrote this script last summer while I was testing the export of 3D Objects from Blender to my XNA-Project.
There was an error which occurred which told that there where vertices in the mesh that were not assigned to any bone (they have no weight-values).
Hard to figure out which these vertices are if you have a human model generated by MakeHuman. So I wrote this script which checks the assignments between verts and bones and finally selects all vertices that are not assigned to any bone. Now as I'm working again with blender I find this script is quite useful and should be published. So here it is.
If you have any feedback or comments, just let me know.

Screenshot findNoWeightVertices.py (Blender Script findNoWeightVertices.py)


CodeTank 
Last Change: 2008-12-14 19:15:29

CodeTank is a little tool to manage code-snippets. This alone is not very amazing - So CodeTank provides, next to expected features like managing snippets in categories or a preview function, this 3 nice features:
1. Fulltext search
2. Drag'n'Drop
3. Windows-Hotkey

The current Version is in early beta - state and will be finished during the next week.

Screenshot CodeTank (CodeTank)


RegEx Tool (Regular Expression Tool) 
Last Change: 2008-12-14 19:14:04

I developed this tool at first just to play around with Regular Expressions in C#, but after a while of adding features
it became a quite usable tool at work.
It's not only an editor for regular expressions, it may execute custom, dynamic C# code to modify the matches.
With this feature it is a powerful tool for complex replacements in a given text.
Most times I use it as an editor when creating regular expressions, but when some times my favorite editor Notepad++ is not capable
of complex replacements, I use this little tool as well.
The current version is 1.1. New features are: Create regex from Selection, Write to Output-Window and a little RegEx Library included.

Check out the following download pages:
Freeware top-download.de - das deutschsprachige Download-Archiv

Screenshot RegEx Tool (RegEx Tool (Regular Expression Tool))


Potatomans little Adventure 
Last Change: 2008-12-03 01:15:18

This little point'n'Click Adventure was just supposed to be a testing-programm for the Adventure-Authoring-System WEnginedeveloped by myself.
But some kind I´m proud of this little Potato because I´ve spend some time in doing all the code, graphics and music.
This game is quite old and crashes sometimes after leasving grandmas home. Just start the game another time and it will work. I never could find the bug, even with support from the SDL - Developers.

Screenshot Potatomans little Adventure (Potatomans little Adventure)


CROLF (Crossgolf Scoretracker) 
Last Change: 2008-12-03 01:15:18

Crolf is a little tool which was written to track scores when playing (cross - )golf.
You may add players, define a Par for the next hole and then easily add strokes.
You then may start another hole or upload the data to save it. (For uploads you need to configure a PIN in the options dialog.);

Screenshot CROLF (CROLF (Crossgolf Scoretracker))