Forum: Birthday Forum
09-30-2017, 03:04 AM
|
Replies: 6
Views: 2,149
|
Forum: Old Scripting Engine (GS1)
08-01-2017, 06:07 AM
|
Replies: 21
Views: 39,401
|
Forum: NPC Scripting
07-30-2017, 05:43 PM
|
Replies: 7
Views: 3,315
|
Forum: NPC Scripting
07-30-2017, 04:29 AM
|
Replies: 7
Views: 3,315
The idea behind join is that you can put common...
The idea behind join is that you can put common utility code in classes, and then "join" that code onto weapons and NPCs in order to re-use it. It's like you're copying-and-pasting the code from the...
|
Forum: NPC Scripting
11-26-2015, 06:16 PM
|
Replies: 9
Views: 2,984
|
Forum: NPC Scripting
11-26-2015, 03:38 PM
|
Replies: 9
Views: 2,984
Unfortunately you can't trigger clientside like...
Unfortunately you can't trigger clientside like that (it would need to copy the trigger to every player in the level). The best way I remember solving these kind of issues is using a timeout to check...
|
Forum: Birthday Forum
11-19-2015, 04:54 PM
|
Replies: 15
Views: 4,505
|
Forum: Questions about V6
06-29-2015, 11:55 AM
|
Replies: 21
Views: 84,455
|
Forum: New Scripting Engine (GS2)
06-20-2015, 11:26 PM
|
Replies: 5
Views: 2,828
|
Forum: New Scripting Engine (GS2)
06-20-2015, 12:31 AM
|
Replies: 5
Views: 2,828
|
Forum: NPC Scripting
05-24-2015, 03:44 AM
|
Replies: 2
Views: 2,271
Unfortunately I'm pretty certain this is...
Unfortunately I'm pretty certain this is impossible.
The only approach I can think of is taking a screenshot (or image, whatever), implementing your own blurring algorithm and using it over the...
|
Forum: New Scripting Engine (GS2)
05-19-2015, 10:29 PM
|
Replies: 5
Views: 2,449
|
Forum: NPC Scripting
05-13-2015, 11:45 PM
|
Replies: 7
Views: 3,134
This has been happening for as long as I can...
This has been happening for as long as I can remember (basically since v5 was released). I never figured out exactly what was causing it or how to avoid it. At least in my experience, it has nothing...
|
Forum: Future Improvements
05-09-2015, 05:12 AM
|
Replies: 36
Views: 7,530
yes:
I'm actually wondering if "per...
yes:
I'm actually wondering if "per 1,000 reputation points" is correct, because that's silly and means that there are only a few forum members who gained more than +1 from that. Whereas I get...
|
Forum: Sounds & Music
04-23-2015, 05:04 AM
|
Replies: 16
Views: 13,311
What platform? It varies at least somewhat...
What platform? It varies at least somewhat between Windows and OS X (but I don't know the full list, else I'd give it). Not sure about Linux but I guess that's not an issue anymore :3
|
Forum: Code Gallery
04-03-2015, 12:56 AM
|
Replies: 18
Views: 10,539
|
Forum: Era Main Forum
03-26-2015, 03:28 AM
|
Replies: 49
Views: 14,707
I think this is true for a lot more Graal...
I think this is true for a lot more Graal developers than is generally recognized. I definitely don't regret the ridiculous amount of hours I put into Graal as a kid. They've already more than paid...
|
Forum: NPC Scripting
03-23-2015, 02:25 AM
|
Replies: 10
Views: 3,957
If you don't want to constantly serialize your...
If you don't want to constantly serialize your dictionary ("object") every time you want to pass it around, you can use a TStaticVar instead. This can be moderately faster and easier to read (less...
|
Forum: NPC Scripting
03-21-2015, 06:23 PM
|
Replies: 9
Views: 4,132
|
Forum: Feature request
03-17-2015, 12:49 AM
|
Replies: 9
Views: 21,907
|
Forum: Era Main Forum
03-11-2015, 03:41 AM
|
Replies: 53
Views: 12,838
|
Forum: Birthday Forum
03-10-2015, 05:04 AM
|
Replies: 6
Views: 1,997
|
Forum: Era Main Forum
03-07-2015, 05:12 PM
|
Replies: 11
Views: 3,131
|
Forum: NPC Scripting
03-07-2015, 05:09 AM
|
Replies: 9
Views: 4,132
|
Forum: NPC Scripting
03-01-2015, 12:35 AM
|
Replies: 20
Views: 6,118
|