Posts for feos

1 2 251 252 253 439 440
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
First levels really were awesome, but it gradually was getting more and more boring. Weak Yes.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Linked lists (and probably most of the rest, never tried) are a breeze in Lua, bonus points for displaying only what one needs, while all kinds of units can be tracked with no real speed loss. But lua isn't good at creating dialogs, while you might very well need to not spoil the game screen. So... what about Lua driven dialog for displaying all that crap in text and pictures?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Is it so in 2.2.0 as well? If yes, you can create a ticket as fceux repo, prg318 is active right now, and he's the only one who works on the Linux part, so I think it works out.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Перекачай. Я специально сделал, чтоб пол был без внешней рамки, но яркий, а платформы - с яркой рамкой, но бледной заливкой, чтобы когда они наслаиваются друг на друга, можно было видеть и то и то. Пол весь прилипабельный (желтая рельса), обыкновенный это чисто белая полоска, и она всегда потолок, а не пол.
Что такое странное происходит со стенами лифта в момент превращения клопо-паука? В старом тестовом мувике это кадры 18197-18200. И нельзя ли это как то использовать для проникновения внутрь.
Чо-то перестраивается, но видно, что персонаж замирает в воздухе, так что не очень похоже на возможность просочиться.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Я пока сам ничо не играл, даже твои демки дальше 1-2 не видел, но попробовал тот глюк в 2-1, и чота он какта не впечатлил меня. Самое противное, что импульс в 2 ppf срабатывает только при подобном спрыгивании с крюка, самому не добиться этого, если напрмиер просто прыгать или падать. Там очень странное разделение, когда ты прыгаешь или падает или бежишь, то нужное число сразу без базара добавляется к координате. А когда спрыгиваешь с крюка, то записывается именно скорость, и от нее уже он пляшет, и вот ты нашел условие, когда скорость не обнуляется. Однако, даже если в других местах можно будет так же себе вписать скорость в прыжке (обязательно нужно еще и крыльями махнуть), то таких вот стенок возле крюков, чтобы еще и успеть махнуть крыльями НЕ ДОЛЕТЕВ до стены - да плюс с прилипабельными стенками - практически нет! Ну и сам зип пашет только до ближайшего уровня пола. С полом отдельная песня. В него можно проникать, только если твой желтый кубикнаходится ниже всего блока пола. В новой версии скриптов она подсвечена зеленым. И при этом нельзя слишком упираться в стенки, но эти подробности я еще не успел понять. Ну и вот, в 2-сколько-то ты ныряешь в пол как раз засчет того, что желтый кубик проскакивает между зеленых квадратов пола, и разраб забыл в углы добавить еще по квадрату. С новым скриптом это прям везде видно, куда можно так нырнуть, а куда нет. Плюс, от того, сначала проверяет он где находится ползунок для пола, или сначала пишет, а потом проверяет, зависит получится ли занырнуть в лифт. Там надо так подлететь, чтобы спуск начался ровно в момент выхода желтого кубика ЗА СТЕНКУ синюю, и точно выходил ниже уровня пола, иначе как только игра видит ,что твой желтый бегунок движется ВНИЗ в пределах квадрата пола, она тебя сразу телепортирует на уровень желтой рельсы. Именно так тебе удалось обратно забуриться в стенку после первого пропущенного вентилятора, ты падаешь уже ниже рельсы, но прыжок внутри зеленого квадрата тебя примагничивает вверх, иначе бы ты упал обратно в начало. Почему он забывает двойку стереь буду смотреть уже потом.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Oh, I now see your idea, that seems to basically match what I said in my post. Well, the more is clarified, the better :) As for Battle City, I can't praise it enough, it was just all I'd watch a star movie for. Short and not too complicated, but clear and enjoyable, playaround was the very thing that excited me so much there. Who'd think such a boring game with no mapper could provide for such a TAS.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Truncated wrote:
mouse and keyboard is not the only way that Doom accepts input. Vanilla unmodified Doom also natively accepts input via the -control parameter.
Sorry if I'm running in circles, but doesn't -control also provide some options that are considered cheating? And if it does, it becomes simply defining (fine tuning) the concept of "pure" input by ourselves, not basing on what it is programmatically able to do.
If you (or anyone) can recompile the Borland C in the API, we could verify it by making some changes to the source. That would be pretty cool.
I don't think Borland is the only way to compile it, but I could try, although I don't have time for it right now (I still might find it if you guys really need).
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Okay, time to discuss! 1. Jetpack. Just read the thread and you'll know what was my opinion on starring it. However, after a few weeks of being published, it had 8.0 entertainment rating, which is quite strong. 2. There was a choice which of 4 player arcade movies to star, Simpsons or TMNT, and I compared the overall feedback on both, and it seemed Simpsons were received better. But yes, entertainment rating for both was something around 7.5. Either these 2 games or one of them was starred long ago, so we really lose nothing. 3. Battle City. Have you watched it, honestly?
Warp wrote:
Not to question your judgment, but a rating if 8.5 based on 9 ratings is enough to justify a star?
Yes. We don't star blindly, basing on some thing. We weigh different factors and make a complex decision. For example, if a game is suggested for stars a few times, then it has entertainment rating around 8 (and not just a silly amount of votes like 4), if it was well received as a submission, and finally, if it showcases some original and fresh play, we have all rights to star it. There are cases where only some of these are met and the rest do not impress, so it either becomes an exception, or isn't starred.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Я долюбливаю (очень!), просто без тас-эдитора/студии не смогу добиться нужного мне уровня оптимизации. Все останется на глаз, это недопустимо :)
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Well, I said that because I actually never tried Avidemux, while VD is my everyday life's thing :)
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Actually, the easiest (and still very compatible) way is to use VirtualDub. You drop files right into it, select with Home and End keys and delete segments. If the source is not AVI, this can be used as a pluging to allow all other formats: http://codecpack.co/download/FFInputDriver.html
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
На перепиливание скрипта под ЗибКох угрохал целый день, лол. Игра выдает 20 фпс. Камхак пробовать боюсь XD
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Truncated wrote:
You can modify the movie to add an extra use command to start the ending in PrBoom, I think. Let me know if you want me to do it.
Please do :)
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
When I'm editing and reloading a script, sometimes it gives me this ("link to object doesn't point to object instance"): Script is overall correct, it randomly breaks after a bunch of reloads, saying "Lua Interface Unknown Error" (and things Genisto mentioned). Do I need to launch a debug build and see where it happens? Latest interim.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Fredrik wrote:
perhaps it would be better to post the videos in the thread before publication so that others get a chance to review them.
Yeah, I'm still waiting for your reply there. http://tasvideos.org/forum/viewtopic.php?p=406143#406143
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Yeah, the rating proves it, starring finally.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
feos wrote:
I mean, I added blank frames to the movie, but the ending just doesn't start. Just like in the author's encode.
Guys please address this too.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
То есть все войска бросаем на логику ос?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Samsara wrote:
Why was none of this brought up sooner in any of the other submissions?
Obviously because of HYPE!!! And I now see what can of worms we've opened :)
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
xy2_ wrote:
ah, the good ol' samsara switch-a-roo
Thank you for making me urbandictionary this word. Now make me unread it.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
I mean, I added blank frames to the movie, but the ending just doesn't start. Just like in the author's encode.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
So there shouldn't be an ending sequence after this movie?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Featuring the latest FCEUX. Link to video
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Post subject: Re: NES Stereo mode?
Experienced Forum User, Published Author, Site Admin, Skilled player (1238)
Joined: 4/17/2010
Posts: 11287
Location: RU
Kurabupengin wrote:
I want to record the soundtrack of a game (in this case Q Boy), and I want to record it stereo, but on Rocknes and NEStron the emulators doesn't support the mapper, but BizHawk does, so can anyone help me with this? Or can someone make an stereo option to NESHawk pretty please?
Use nsf and foobar's foo_gep. It can stereo and encoding.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
1 2 251 252 253 439 440