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 - nightcracker

Pages: 1 ... 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 ... 25
181
Stock Showcases / Re: NC's stock showcase
« on: August 24, 2011, 10:56:20 PM »
Seems NC became an AU.
How nice.

Thanks.

Quick question hijacking my own showcase, can two DDT's be stacked together? An image of it would be awesome :D

182
General Support / Re: Change arenas mid-battle
« on: August 24, 2011, 10:27:26 PM »
For the lulz I wrote a little function that switches between arenas, just like in the video, including the temporary gravity lift.

Code: [Select]
import Arenas
import plus
import time

def switch_to_arena(arenaname, on):
plus.gravity(0, 10, 0)
origtick = Arenas.currentArena.Tick
start = time.clock()

def hooktick(*args):
now = time.clock()
if ((now-start) > 1):
switch_to_arena2(arenaname, on)
return origtick()

Arenas.currentArena.Tick = hooktick

def switch_to_arena2(arenaname, on):
Arenas.createArenaByName(arenaname)
Arenas.currentArena.Activate(on)
plus.gravity(0, -10, 0)

183
Stock Showcases / Re: NC's stock showcase
« on: August 24, 2011, 10:13:11 PM »
If I have the time I'll make a video.

EDIT: Also, Geice has done this exostack too: https://gametechmods.com/forums/index.php/topic,6911.msg389009.html#msg389009

184
Site News and Feedback / Re: No URLs for avatars?
« on: August 24, 2011, 09:51:20 PM »
Heh, I fixed it from the top of my head, first try :D

BTW, what did you do to get a 404 on your script.js?

185
General Support / Re: Change arenas mid-battle
« on: August 24, 2011, 09:02:51 PM »
If I type in this in the debug window it will change arenas just fine:

Code: [Select]
Arenas.createArenaByName("Combat Arena")
Perhaps you don't need to call Activate by hand?

EDIT:

And if you do need to call Activate  by hand, try this instead:

Code: [Select]
Arenas.currentArena.Activate(self, on)

186
Site News and Feedback / Re: No URLs for avatars?
« on: August 24, 2011, 08:17:11 PM »
I'm wondering why anything works at all ATM:

https://gametechmods.com/forums/Themes/default/scripts/script.js?rc3

187
Site News and Feedback / Re: No URLs for avatars?
« on: August 24, 2011, 08:13:39 PM »
What are rotator images?

188
Online Battles / Re: Anyone wants to take me on?
« on: August 24, 2011, 07:51:09 PM »
Those rules are fine, but I'd wait a few before posting the thread.

EDIT: Nvm, just post the thread, the deadline is a week anyway.

Topic Locked. Next time use this thread if it has nothing to do with Online Battles

https://gametechmods.com/forums/index.php/topic,6506.0.html

189
Online Battles / Re: Anyone wants to take me on?
« on: August 24, 2011, 07:48:01 PM »
Challenge board.

190
Online Battles / Re: Anyone wants to take me on?
« on: August 24, 2011, 07:43:25 PM »
Ouch, I guess I'll have to make a MW then.

I have never built a serious one.

*goes to the design table*

191
Site News and Feedback / Re: No URLs for avatars?
« on: August 24, 2011, 07:15:38 PM »
Alright, this should work:

https://gametechmods.com/uploads/files/gtm.zip

Basically replace the contents of Subs.php with Subs_new.php (make sure to run a diff or something if you don't trust me) and add the javascript function found in add_to_scripts.js to the file https://gametechmods.com/forums/Themes/default/scripts/script.js.

Please note, this has been written from the top of my head and I had no chance to test it, so don't hit me with a mace if there's a syntax error somewhere or something.

192
Site News and Feedback / Re: No URLs for avatars?
« on: August 24, 2011, 07:02:27 PM »
Lol, the file even starts off epic, absolutely trusting their own data:

Code: [Select]
if (!defined('SMF'))
die('Hacking attempt...');

Looking in it now...

EDIT: ACAMS, does the server support this function? http://php.net/manual/en/function.getimagesize.php

193
Stock Showcases / Re: NC's stock showcase
« on: August 24, 2011, 07:00:53 PM »
I tried everything

You aren't using hax mode for building are you?

But anyways, nice job putting the snapperII outside the chassis.
No, with everything I meant "all plausible camera angles and positions for the SnapperII".

I haven't even used hax mode for a fun bot yet.

194
Site News and Feedback / Re: No URLs for avatars?
« on: August 24, 2011, 06:34:07 PM »
ACAMS, if you'll give me the source of the appropriate page I will edit the check in for you. No need to upgrade.

195
Stock Showcases / Re: NC's stock showcase
« on: August 24, 2011, 06:23:41 PM »
I tried everything, but I can't get it to exostack raised one tick.

Ah well, you can't have it all :)

196
Site News and Feedback / Re: No URLs for avatars?
« on: August 24, 2011, 06:17:50 PM »
ACAMS, if you want I'll write up something in PHP that c if an image is larger than 120x120.

EDIT:
http://php.net/manual/en/function.getimagesize.php

 :trollface

197
Online Battles / Re: Anyone wants to take me on?
« on: August 24, 2011, 06:12:26 PM »
In a challenge, but not online mate.

Same.

Do you still want to challenge me? (or anyone else)

198
Stock Showcases / Re: NC's stock showcase
« on: August 24, 2011, 03:36:32 PM »
Alright, trying a new setup.

An extender attached with it's normal attachment point to the secret AP and with it's two side AP's up. Then two extender inside eachother (eFFe) with the RADs attached to it.



Not sure if it's invertable now though.

199
Challenge Board / Re: RA2 CHALLENGE THREAD - DISCUSSIONS
« on: August 24, 2011, 03:01:42 PM »
:eek:Anyone want to Side Popup?

Is it also OK if I make a LW (disc) FS?

200
Stock Showcases / Re: NC's stock showcase
« on: August 24, 2011, 03:00:52 PM »
I meant central as in vertical, for invertability.

Pages: 1 ... 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 ... 25