The plugin tag has no wiki summary.
0
votes
3answers
85 views
Securing game plugins / mods for java
I am looking into using Java to write a game core, then writing the game logic separate either in Java, or using something like Python. This way I open up the ability for any future users to modify ...
1
vote
1answer
68 views
OSX Based Equivalents for Stacking Normal Maps?
I've been looking for an OSX based alternative to the Windows based xNormal and NVIDIA textures tools for stacking normal maps in photoshop.
Can anyone recommend something, whether it's a standalone ...
4
votes
2answers
653 views
Game Editor plugin architecture
I'm creating 3D Game Editor for my own use. As rendering i took Ogre3D and MFC as UI.
I faced with architecture problem.
I am using Document/View architecture and for each Doc. i create new ...
1
vote
1answer
198 views
TF2 plugin signature (Source SDK)
I am working on the server plugin for TF2. I need it for getting some stats from game (no hacking and cheating). My problem: I got message "No valid signature found..." while testing my plugin. But I ...
3
votes
1answer
302 views
How could I implement my library/game to run in a browser plugin?
I usually code cross-platform, to build as native code for Mac Linux and Windows,
but I clearly see the value in being able to display my game in a browser.
Could you guide me in doing such a task? ...