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.


Messages - Trinity

Pages: [1] 2
1
Modification Help / Re: Space RP - A New Gamemode for Blockland
« on: October 13, 2014, 04:39:17 PM »
Bump because I wanna know how progress on this is going.

To you and all who are wondering, I am currently in the midst of my Year 12 HSC (High School Certificate) Exams, so I haven't had any time to work on the mod. I will be working on it more at the completion of my exams which will be on the 5th of November :)

2
Modification Help / Re: Space RP - A New Gamemode for Blockland
« on: October 05, 2014, 06:20:26 AM »
Quote
It'll work well with the "onPowerUpdate" it could be like a VCE kinda thing.

Once I get more of a handle on how scripting ties in with eventing, that will be the next thing ;)
i.e. I'm not quite there yet

3
Modification Help / Re: Space RP - A New Gamemode for Blockland
« on: October 05, 2014, 03:22:23 AM »
Quote
'Twas Zack that suggested it.

Whoops-my mistake haha. I'll change that lol

Quote
I say you should add a variable onto bricks that alters as the power does, so for instance is the solar generators stop outputting x amount of power you can event the batteries to turn on

That sounds like an interesting addition :) I'll look into it

4
Modification Help / Re: Space RP - A New Gamemode for Blockland
« on: October 05, 2014, 03:03:09 AM »
New updates! (05/10/14)

- Added custom events!

- Custom models now being implemented!

Check the original post for further details.

5
Modification Help / Re: Cube Command (Working title)
« on: October 03, 2014, 06:39:19 PM »
I'll look into it. Never heard of Wings3D before-might look it up :)
Thanks so much!

EDIT: Great work on your models by the way, they look awesome!

6
Modification Help / Re: Cube Command (Working title)
« on: October 03, 2014, 06:09:16 AM »
@Frostbyte

Hey, sorry for the off-topic question...but I was wondering what modelling package you use? I'm interested in creating my own models for Blockland, but am unable to find a suitable package that works with a .dts or .blb exporter. Any ideas?

7
Modification Help / Re: Space RP - A New Gamemode for Blockland
« on: October 03, 2014, 06:06:07 AM »
A solar panel puts out 10 BW and a light consumes 5 BW? You might wanna work on your numbers later too. But cool idea.

The numbers that I have chosen are place-holders for now. They will be modified later to suit gameplay needs :)

8
Modification Help / Re: Space RP - A New Gamemode for Blockland
« on: October 03, 2014, 06:05:04 AM »
Hey guys, thanks for the great feedback so far!

@Zack
Do you know about Space Station 13?

I haven't heard of it before, but I will make sure I do my research. Thanks for the suggestion!

...If you could make the wiring system you're using compatible with the events system, I would love you.

I was just working on that today actually. This is my first time trying to get custom events into the game, but I will keep trying!


9
Modification Help / Space RP - A New Gamemode for Blockland
« on: September 29, 2014, 09:00:13 AM »


Introduction

So, over the past week or so I have been *silently working on a new game mode for Blockland. Being relatively new to TorqueScript, a lot of development was met with countless syntax errors and other problems, or at least until I got a basic handle on how TS worked.

I elected to develop an actual gamemode for Space RP servers, not some cheesy poor-excuse-for-an-add-on. I have aspirations for it to (hopefully) significantly enhance the gameplay experience for players on these servers. Hopefully the addition of a stable, fun role-play system will increase the popularity, too. The gamemode will incorporate a survival aspect to it, where you and other players must survive in a hostile, unforgiving environment*

* - This idea is still well on the drawing board.

Content

I haven't done all that much so far, but I have implemented the following:

(In order of implementation)

- Chat System

The chat system (what I'm calling "BrickRPG Chat" for now) utilises a localised chat system, with support for /yell, /whisper and /ooc (out of character) too. I had also planned on adding a Long-Range Radio system, but due to bugs I have disabled that component, at least for the time being.

Here are a few snippets of the system at work:

Normal (Local) Chat


Whisper Chat


Yell Chat


OOC Chat


Now, for all of you "keyboard-happy" critics out there  :cookieMonster:, I am going to take the liberty of clarifying a few things for you, before you start screaming at me:

"You're just throwing three different kinds of pre-existing mods together in one"
That's technically true, yes, but when was the last time you saw a server running both the LocalChat and Radio mods at once, without there being some kind of conflict occurring between them, or i.e. one breaks the other?

My intention is to put all of this functionality together in one package, in one system. This will completely remove any recurring compatibility issues associated with "mix-modding", and also allow for greater flexibility in how the system will work.

- Brick Power System *Which includes a limited linking system to link bricks together (similar to Wiremod in the sandbox game Garry's Mod)

This system is intended to allow for the creation of various systems that generate, store and consume virtual "block Watts", which can be used for a variety of applications such as powering lighting, weapons, computers and anything that you can think of that could possibly consume power.

What is the Linking system and how does it work?

The linking system is a series of commands which allow for powered bricks to be linked together and allows them to communicate with one another via invisible "wires".

To initiate a link, it's as simple as typing /link and then clicking on two bricks. The first will be the output of the brick you want to link to, and the second will be the input of the brick you want to connect to. In the following example, I have linked the output of a Solar Panel to the input of a Battery:



Now, the Solar Panel will start charging the battery once per tick, until it is unlinked or switched off.

The system works both ways too; typing /unlink and then clicking on a brick will unlink that brick from everything it is connected to.

You can also cancel a linking or unlinking operation in progress by typing /cancelLink and /cancelUnlink respectively.

I also coded a low-level tick system to allow for update functions such as power generation to work.

Each brick will have certain information attached to it, such as what type of brick it is, how much power it generates/holds/consumes etc., which can be obtained simply by clicking on the brick itself.

For the moment, most of the "power bricks" in the mod will rely on standard brick models, until such time as I create my own.

Having (finally) got Blender working with a .dts and .blb exporter, I am now free to make my own custom content for the mod.

Currently, there are a few options to choose from in terms of power:

Generators

These bricks generate a certain amount of power per 'tick'. They can either linked to a battery (power storage) or directly to a power consumer e.g. light. Note that if the power generator fails for whatever reason, anything that is linked to it will stop receiving power. So it would be wise to connect them to some form of storage.


Solar Panel

!!Update!! (05/10/14)

Here is a snapshot of a model which I am currently working on for the Solar Panel. I'm going to tell you now, I am by no means the best brick modeller in the world, but this is what I have got done so far:



Once I work out how to import custom textures, the brick texture you see on top of the panel will be replaced with something like this:



Storages

These bricks store energy. They can be linked to a power generator, which will supply a certain amount of power per 'tick' to charge the storage with energy. Linking a power consumer will draw energy from a storage until it runs out. A storage will continue to run even if the connected generators fail.


Battery

Consumers

Self explanatory. These bricks will draw power from power storages or power generators. Power consumers will cease to function if they loose power for any reason, so if this power consumer happens to be a defensive shield or weapon system, I would keep a keen eye on the status of these bricks!


Light

Events
I have implemented some custom events to work with the mod. I thought these were a great idea as they add extra functionality to the already fantastic eventing system available to Blockland players, as well as enabling the mod to work hand-in-hand with the eventing system! I would like to give credit to username Zack for this awesome suggestion.

Events added are:

onPowerUpdate
An input event, which triggers each time a 'tick' occurs, once per tick. e.g. Setting up onPowerUpdate -> Self - > PlaySound(Beep) on a Battery would make the battery play a 'beep' sound every tick. You may let your imagination take you wherever you like with this one ;)

onPowered
An input event, which is triggered the moment a brick receives an electrical charge. For example, you could set this up with a JVS door to open the door whenever it receives power from a battery or generator :)

onUnpowered
An input event, triggered the moment a brick looses power. This one is pretty self explanatory, but functions such as turning a system of lights off to simulate a loss of power are possible here.

-More soon to come!

Conclusion

I will be continuing to work on the gamemode as much as I can in the weeks to come, but I now call upon the community's support.

What features would you like to see implemented?

I am fast running out of ideas on what additions to make, so I strongly welcome any suggestions that you may have. I appreciate any feedback that you can offer me, as it will help me greatly in making this new Space RP gamemode fun and exciting for all.

Let me know what you think!

10
Modification Help / -PLEASE DELETE-City RPG Discussion
« on: September 26, 2014, 05:04:57 AM »
-SNIP-

11
Modification Help / Re: Re-boot of "Cellphone" Mod
« on: September 26, 2014, 04:40:28 AM »
Thanks for the feedback guys.

@Dannu I completely see where you're coming from, although I can assure that (as I stated in the actual post):
Quote
"My intention is to re-make this mod from the ground up"
I will not be using any previously written code, as that is considered plagiarism. All of the functionality will be implemented as part of a larger project to give added functionality, not to function as its own separate mod. Technically speaking, yes, I could just make the larger project by itself and just use the pre-existing LocalChat and CellPhone mods. But think of the compatibility issues of trying to implement separate mods into gameplay, mods that more than likely will conflict with each other and therefore detract from the overall gameplay experience. My plan is to create a self-sustaining mod that will have all of its own functionality built into it, without relying on outside mods to create a better experience.

EDIT: And just to prevent any further confusion, the mod will not be called "CellPhone" mod.

12
Modification Help / -PLEASE DELETE-Re-boot of "Cellphone" Mod
« on: September 25, 2014, 07:57:33 PM »
-Snip-
This post is no longer needed. Please delete.




13
Modification Help / Space RP Discussion
« on: September 20, 2014, 09:13:14 PM »
Introduction

Hey guys,

I am thinking of getting into coding gamemodes and other add-ons for Blockland. I have been interested in Space Roleplay for some time now, and I would be interested in creating a game mode that would assist in the running of a Space Roleplay server.

My question is, what would you like to see in a Space RP gamemode? What kinds of things should you be able to do?

I'd like to create something that the community as a whole would enjoy, so if I am to make a decent start on anything, I need some ideas. Let me know what you think. All that I ask is the discussion be kept as open-minded as possible :)

//discuss...

14
Modification Help / Re: Blockland Gamemode/RPG Discussion (09/07/13)
« on: July 09, 2013, 06:15:20 PM »
What we do have plenty of, are guys who can edit some lines of code to change minute things. Instead, these guys should write their gamemodes from scratch.

I do intend to write my own game-modes from scratch. I spent a good couple of hours looking through a City RPG mod that I got a hold of, and it never really occurred to be just how much code goes into it to get the thing to work correctly. I'll learn through experimentation and trial and error, plus getting some basic ideas from what's already been done rather than "re-inventing the wheel" (as the saying goes), to quicken the pace.

There's only a select few in the community who have the knowledge and attention span to code such a gamemode and they aren't active and/or motivated enough to do this.

My motivation to actually code my own game mode will come based off of what the Blockland community needs. If there is a need for something to be created, or made better, i'm going to make the effort to see that it is done. Besides, programming is what I love and what I do best.

15
Modification Help / Blockland Gamemode/RPG Discussion (09/07/13)
« on: July 09, 2013, 05:35:36 AM »
Hey guys,
This is more of an open-ended question, and a rather narrow topic, but i'm curious as to what kinds of gamemodes/rpgs could be added to the game, or what kinds of things could be done to make the current ones much better?

I've recently picked up Blockland scripting, and am looking to create my own custom content for the game, but the thing is, im just not sure where to start. You don't need to tell me that it'll be very difficult and take a lot of time, I am fully aware of that-and anyway, shouldn't a mod that takes far more time to make turn out better than one that was made in five minutes? I've got quite a bit of previous programming experience over the last few years, primarily with Flash ActionScript and basic knowledge of other languages such as C++ and C#. I understand functions and logic really well, all I need to learn is the basic syntax of a new language and I can go from there.

I'm open to suggestions guys, and I welcome any constructive feedback that you may have.

Pages: [1] 2