Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Sharpevil

Pages: [1]
1
TNet 3 Support / Difficulty of integrating TNet into an existing game?
« on: February 14, 2014, 01:56:29 PM »
I'm currently starting work on a game that I know I want to have local multiplayer. I'm not sure whether I want to try to add online multiplayer to it, though. How much more difficult would it be to integrate TNet into the finished game compared to starting the game with TNet? The game is a 2D hack 'n' slash.

2
NGUI 3 Support / Bug(?) with UISprites
« on: December 11, 2013, 12:33:36 AM »
I've been working on making a GUI for a while now, and I've run into a problem. A lot of the time with objects with UISprites, especially ones copied, it will only snap to whole numbers in its position if I try to drag it in the scene. I don't understand what's causing this, and it's making things very frustrating. It doesn't seem to happen when I make new objects, only when I try to copy and paste them. I don't want to remake every single button.

I've tried to see what the problem is, and it's definitely related to the UISprite script, as even when I delete all child objects and all other components, it still has the issue. I can get around it by editing the transform values directly, but it's incredibly irritating.

EDIT: In addition, it seems to be making the sprite sizes horribly big. The size needs to be something like .002 for it to be reasonably sized in my screen. This affects both my assets and pre-bundled ones.

3
TNet 3 Support / Is TNet a good fit for my game?
« on: December 10, 2013, 08:27:48 PM »
I'm currently working on a 4-player co-op game. It will have local co-op, and I'm hoping to find a reasonable way to add online functionality as well.

The format of the online should be sort of like terraria in that players would connect to a host player by entering in the host's IP. From there, all players are in a lobby where they can create their characters and signify that they're ready. Once all players ready up, the game is started and the host should no longer receive connections.

As for how demanding the gameplay itself is on the server, it's a 2D hack and slash for up to 4 players. So while it's no 32-player 3D battlefield, it's not exactly chess-by-mail, either.

Anyway, was just wondering if TNet would be able to deliver the functionality I'm looking for. If you need any more information to help give an opinion, let me know.

Pages: [1]