Nov 3, 2010, 09:10 PM | |
![]()
Another problem with JCS. Is there a limit to the number of objects you can put into a map? I put object events in the map but they do not show up. I must have thousands of object events by now.
__________________
drop by my SoundCloud or something if you want, it's my life's pride |
Nov 3, 2010, 09:20 PM | |
I think there actually is a limit (in memory), I once modified a level with a lot of events and it didn't showed new objects except when I deleted some others.
__________________
[13:07:13] *** Foly is on a KILLING SPREE! [13:07:14] *** you killed yourself [13:07:14] *** Foly was looking good but died instead... |
Nov 3, 2010, 10:28 PM | |
Indeed. When making a test The springs wouldn't show up. I swear it doesn't spawn objects furthest to the right.
__________________
You like it when I talk bad about myself don't you cooba <3 The only true wisdom is in knowing you know nothing. ![]() ![]() DavidkazBest poster of 2010 ! [GpW] |
Nov 3, 2010, 11:56 PM | |
When we have one. And no. My event is not on the furthest right column or bottom row. None are, in fact. So this kind of is weird.
Oh, and is there a way to fix this problem? It's kind of important. :\
__________________
drop by my SoundCloud or something if you want, it's my life's pride |
Nov 4, 2010, 04:09 AM | |
I host in multiplayer all the time. And coop isn't acceptable. This is a test level.
__________________
drop by my SoundCloud or something if you want, it's my life's pride |
Nov 4, 2010, 04:19 AM | |
Hosting it in Cooperative mode as opposed to some other mode will not significantly affect the number of objects that can spawn. Jake only suggested it because that's the closest multiplayer can come to single player (yes, multiplayer Cooperative is more like Single Player than multiplayer Single Player is).
TSF has a somewhat higher limit than 1.23, so consider using that. If you want help with actually reducing the object count you'll really need to be more specific about what objects you're using so many times. |
Nov 4, 2010, 04:41 AM | |
I use TSF, both JCS and the game. And the objects are mostly Jazz <-> Spaz or RF/Ice/Electro Ammo. I removed a substantial amount of RF+15 ammo to make space for more Morphs (estimate 45).
__________________
drop by my SoundCloud or something if you want, it's my life's pride |
Nov 4, 2010, 03:08 PM | ||
Quote:
The first time was when I was making platform tests. Originally, I wanted to make 40 tests (with an option of starting at level 1 or 21) all in the same j2l. This proved impossible because of the number of sprites that needed to be loaded at once. Once the level reached about 30 tests, the platforms started disappearing. So, my only solution was to split the test in half: thus, pt1.j2l has levels 1-20, and pt2.j2l has levels 21-40, and the HOFs in both levels show who has beaten both halves. This is an unideal solution, but necessary. In fact, before JJ2+, pt1.j2l tended to have problems anyway (the platforms would usually appear, but player sprites would often have missing frames). Since you are making a test level, you can try this solution (if you can't reduce the number of objects). Even though I wanted platform tests to be one big level, it still works as 2 levels (the HOF linking helps). The other time I've dealt with this problem is less relevant, but I'll explain it anyway. It was while I was making devres ep5. In the level "The Fortress of Decay" I wound up using a lot of collapsing scenery events. Problem is, when you hit these, they persist even when they move far off the screen (unlike most events in SP)... and too many will cause stuff to disappear (including bullets). I had 2 ways of solving this: either I could split the level into about 3 parts (unideal, for a number of reasons), or I could reset the level at certain points by forcing the player to die (note that you can do this without making the player lose a life). I chose the latter option. That's why the level has those weird "decontamination room" things at the checkpoints. They basically reset all those collapsing scenery events, by killing you! A bit extreme for mere decontamination, but as the text string says, "this might sting a little". |
Nov 4, 2010, 03:36 PM | |
Ah. I was wondering about those. First time I hit one, I was pretty angry about losing my hard-earned fastfire. Makes a bit more sense now, I suppose, since the level has so much speed destruct scenery. But yeah, my brother made a large level with a bunch of trigger crates that wouldn't show up. Same issue, except he didn't fix it.
Though, how do you kill the player without losing a life, then? Was that in Fortress of Decay? I suppose I wasn't looking at the life counter.
__________________
Define 'normal'. |
Nov 4, 2010, 04:11 PM | |
The phenonomon Evilmike describes can also be seen by loading groundforce levels in single player.
I have seen another error as well, where jj2 will crash (1.23 is the only version I have seen this happen, and only on two single-player levels) with an memory error if it tries to load levels that have, as the error describes, "Too many enemies or animations". Strangely enough, loading and launching the level through JCS will load the level with no problems. |
Nov 4, 2010, 06:50 PM | |
Heh, I'll try all your solutions. If they don't pan out, I'll come up with new test ideas.
__________________
drop by my SoundCloud or something if you want, it's my life's pride |
Nov 4, 2010, 06:58 PM | ||
Quote:
In order to lose a life, you have to take damage. When you capture the flag, the screen blacks out. At this point, any damage you take will cause you to lose a life. I believe this is because you are at 0 health during the black screen period, so taking damage basically kills you a 2nd time (but for real). I used this technique for regular death pits in my levels, since I wanted all of them to work without requiring JJ2+. Thus, you fall in a pit -> hit a tube that delays you (so you stop blinking and can take damage) -> capture the flag -> hit a bees event that causes you to lose a life. Other people have used different systems (blur did this with spike balls, I believe) but it's all the same principle. Note that this means the decontamination rooms in that level CAN make you lose a life. This will happen if a float lizard chases you in, and hits you just at the right moment (i.e. immediately after your screen goes black). This is very rare though, so I never worried about fixing it. |
Nov 4, 2010, 07:10 PM | ||
Quote:
However, this shouldn't happen with normal enemies, because they don't have many sprites (and why would you want to use more than a handful anyway). This will happen if you try to use every boss a single level though. And there is no good reason to do this, either. |
Nov 5, 2010, 12:44 AM | |
Cool, thanks for clearing that up. I remember trying out the pits and not understanding what the bees were for, but again, I obviously wasn't looking at the life counter.
On-topic, though, would JJ2+ solve the problem? It gives a memory boost, unless that's a completely different issue...
__________________
Define 'normal'. |
Nov 5, 2010, 06:16 AM | |
JJ2 might be able to help you since it does allocate more memory. Though if it's too many sprites, you can forget it. If it's too many of the same event, however, give it a shot. JJ2 does have a more efficient memory allocation.
__________________
Yes, I am, in fact, ALWAYS the one to blame for everything. And none of your are full of yourself. Good job. Do you like Stijn? Take my poll! ![]() ![]() Windows is not a virus. A virus is small and efficient... Note to Stijn: how am i even getting away with this |
Nov 7, 2010, 12:48 AM | |
Nothing worked, so I'll just think up something different. Thanks for chipping in though, all of you. Glad to see such helpful members.
![]()
__________________
drop by my SoundCloud or something if you want, it's my life's pride |
Nov 9, 2010, 05:03 PM | |
Ok, now the problem's somewhat different. I'm trying to revert the test back to an earlier state, when I had a gargantuan amount of objects and everything worked, but JCS isn't taking notice. How is that even possible?
__________________
drop by my SoundCloud or something if you want, it's my life's pride |
Nov 28, 2010, 10:08 PM | |
Hmm... 300x246. And I also have to ask: will increasing the spawn delay help?
__________________
drop by my SoundCloud or something if you want, it's my life's pride |
![]() |
«
Previous Thread
|
Next Thread
»
Thread Tools | |
|
|
All times are GMT -8. The time now is 09:35 PM.
Jazz2Online © 1999-INFINITY (Site Credits). Jazz Jackrabbit, Jazz Jackrabbit 2, Jazz Jackrabbit Advance and all related trademarks and media are ™ and © Epic Games. Lori Jackrabbit is © Dean Dodrill. J2O development powered by Loops of Fury and Chemical Beats. Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Original site design by Ovi Demetrian. DrJones is the puppet master. Eat your lima beans, Johnny.